hi All,

I'm about adding zfs support to lxc-create like lvm and btrfs has.

elif [ "$backingstore" = "btrfs" ]; then
     mkdir "$lxc_path/$lxc_name"
     if ! out=$(btrfs subvolume create "$rootfs" 2>&1); then
         echo "$(basename $0): failed to create subvolume in $rootfs: $out" >&2
         exit 1;
     fi

Why the rootfs is on separated volume and not $lxc_path/$lxc_name ? It makes 
more sense for me.


Thank you,
tamas

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to