add zfs backing store support
This commit is contained in:
parent
b9cf174a8b
commit
824bdad62c
1 changed files with 3 additions and 0 deletions
|
@ -454,6 +454,9 @@ LXC_BACKING_STORE = {
|
||||||
],
|
],
|
||||||
'overlayfs': [
|
'overlayfs': [
|
||||||
'lv_name', 'vg_name', 'fs_type', 'fs_size', 'thinpool', 'zfs_root'
|
'lv_name', 'vg_name', 'fs_type', 'fs_size', 'thinpool', 'zfs_root'
|
||||||
|
],
|
||||||
|
'zfs': [
|
||||||
|
'lv_name', 'vg_name', 'fs_type', 'fs_size', 'thinpool'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue