fix creation containers on btrfs subvolumes

This commit is contained in:
Alex Punco 2015-08-28 13:26:21 +03:00 committed by Matt Clay
parent 1050b0f03f
commit 6b1f7099e1

View file

@ -448,7 +448,7 @@ LXC_BACKING_STORE = {
'zfs_root'
],
'btrfs': [
'lv_name', 'vg_name', 'thinpool', 'zfs_root'
'lv_name', 'vg_name', 'thinpool', 'zfs_root', 'fs_type', 'fs_size'
],
'loop': [
'lv_name', 'vg_name', 'thinpool', 'zfs_root'