Skip to content

Instantly share code, notes, and snippets.

@sjorge
Last active March 22, 2018 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjorge/377bdafb9f3e0049e168e0fd077b2ad1 to your computer and use it in GitHub Desktop.
Save sjorge/377bdafb9f3e0049e168e0fd077b2ad1 to your computer and use it in GitHub Desktop.
[16:05:04] <sjorge> There is a mistake in https://mgerdts.github.io/2018/03/14/omnios-bhyve-guest.html, the zfs clone command has omios instead of omnios
[16:05:49] <mgerdts> that's what I get for not logging my terminal when I may create a blog post. :)
[16:05:52] <mgerdts> thanks, will fix
[16:51:30] <sjorge> I got it all up and running now, I got a few more remarks
[16:51:33] <sjorge> bhyvectl --destroy --vm=o1
[16:51:41] <sjorge> Is needed to free o1
[16:51:45] <mgerdts> ah yes
[16:51:49] <sjorge> missing manifest.json example, perhaps link https://raw.githubusercontent.com/joyent/manifest-creator/master/create-kvm-manifest
[16:54:19] <sjorge> https://gist.github.com/sjorge/0dfd42584249e2827a38bfff4ceacf76 <- not sure this is by design or not
{
"v": "2",
"name": "omniosce",
"version": "201803161528",
"type": "zvol",
"description": "OmniOSce bhyve installation",
"published_at": "2018-03-16T15:28:02Z",
"os": "illumos",
"image_size": "15360",
"files": [
{
"sha1": "7f70aa90ed28be674cc2c12e7da8951a6af8db3c",
"size": 518796967,
"compression": "gzip"
}
],
"requirements": {
"networks": [
{
"name": "net0",
"description": "public"
}
]
},
"disk_driver": "virtio",
"nic_driver": "virtio",
"uuid": "6c4da93e-cffd-e809-a352-e4e11de3b067",
"public": false,
"owner": "00000000-0000-0000-0000-000000000000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment