mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
fix creation containers on btrfs subvolumes
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user