Merge pull request #891 from sapun/devel
fix creation containers on btrfs subvolumes
This commit is contained in:
commit
9bfd63e92e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue