globalcitizen / lxc-gentoo

lxc-gentoo: Linux Containers Gentoo Guest Template Script
http://globalcitizen.github.com/lxc-gentoo
GNU General Public License v3.0
85 stars 32 forks source link

Support Logical Volume (LV) as Target #41

Open globalcitizen opened 11 years ago

globalcitizen commented 11 years ago

Rough thinking at present is:

EvaSDK commented 11 years ago

You most likely want to handle brtfs volumes as well for btrfs aficionados :) If you are a zfs fan, this is mostly something to handle as well and should be similarly done. Last but not least, one thing that current lxc-create does not handle is lvm thin volume or whatever is the feature again to create a minimal image to bootstrap your new volume with copy-on-write internally which should speed things up a fair bit.

globalcitizen commented 11 years ago

OK, so...

Snapshot and thin provisioning support segmented to issue #42.