Managing ZVOLs with vzvol

From OpenZFS
Revision as of 21:00, 30 July 2018 by Mahrens (talk | contribs) (Created page with "Talk by Samantha Smith at OpenZFS Developer Summit 2018: '''Managing ZVOLs with vzvol''' vzvol is an easy to use ZFS zvol manager, that wraps around existing commands, a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Talk by Samantha Smith at OpenZFS Developer Summit 2018:

Managing ZVOLs with vzvol

vzvol is an easy to use ZFS zvol manager, that wraps around existing commands, and ties in extra functionality (like easily creating a shim VMDK file to point to the zvol for use with VirtualBox, formatting and importing disk images to zvols, and maintaining an easy to read list of your zvols).

The code is available at https://github.com/RainbowHackerHorse/vzvol

I kinda approached it as "iocage but for zvols", if you're familiar with iocage.