fix creation containers on btrfs subvolumes
This commit is contained in:
parent
1050b0f03f
commit
6b1f7099e1
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