add zfs backing store support

This commit is contained in:
Daniël 2015-08-21 19:42:08 +02:00 committed by Matt Clay
parent b9cf174a8b
commit 824bdad62c

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'
]
}