pr1ntf / iohyve

FreeBSD bhyve manager utilizing ZFS
BSD 2-Clause "Simplified" License
304 stars 44 forks source link

Allow cloning of snapshots #280

Open duxovni opened 7 years ago

duxovni commented 7 years ago

I'd like to be able to clone old snapshots of VMs with iohyve clone; for instance, I take a snapshot of a freshly-installed VM, and then clone that snapshot whenever I want another VM running the same OS. Right now I can only clone the current version of a VM.

pr1ntf commented 7 years ago

Wonderful idea, thank you!

This may take a bit of reworking on how iohyve handles clones and snapshots, but it should be doable.