From 6b1f7099e1d87c47d48402d4595d19e35fed7f7b Mon Sep 17 00:00:00 2001 From: Alex Punco Date: Fri, 28 Aug 2015 13:26:21 +0300 Subject: [PATCH] fix creation containers on btrfs subvolumes --- lib/ansible/modules/extras/cloud/lxc/lxc_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/cloud/lxc/lxc_container.py b/lib/ansible/modules/extras/cloud/lxc/lxc_container.py index 1f82bcb829..adb9637acf 100644 --- a/lib/ansible/modules/extras/cloud/lxc/lxc_container.py +++ b/lib/ansible/modules/extras/cloud/lxc/lxc_container.py @@ -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'