fix creation containers on btrfs subvolumes
This commit is contained in:
parent
80cae51b16
commit
29c8b50d56
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