mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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'
|
'zfs_root'
|
||||||
],
|
],
|
||||||
'btrfs': [
|
'btrfs': [
|
||||||
'lv_name', 'vg_name', 'thinpool', 'zfs_root'
|
'lv_name', 'vg_name', 'thinpool', 'zfs_root', 'fs_type', 'fs_size'
|
||||||
],
|
],
|
||||||
'loop': [
|
'loop': [
|
||||||
'lv_name', 'vg_name', 'thinpool', 'zfs_root'
|
'lv_name', 'vg_name', 'thinpool', 'zfs_root'
|
||||||
|
|
Loading…
Reference in a new issue