Merge pull request #856 from daniel5gh/devel

Add ZFS backing store support to lxc_container
This commit is contained in:
Brian Coca 2015-08-21 15:47:14 -04:00
commit 241086bdfc

View file

@ -454,6 +454,9 @@ LXC_BACKING_STORE = {
],
'overlayfs': [
'lv_name', 'vg_name', 'fs_type', 'fs_size', 'thinpool', 'zfs_root'
],
'zfs': [
'lv_name', 'vg_name', 'fs_type', 'fs_size', 'thinpool'
]
}