The ZFS root name needs a default
When using the ZFS storage type the lxc_container_zfs_root_name needs to be defined. This change simply sets the option by default. Change-Id: I866eebaf878d387479922bab4160a4427df5b8ac Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
3f3c91cbb6
commit
aeb9c6e994
@ -53,6 +53,9 @@ lxc_container_cache_path: "/var/cache/lxc/download"
|
||||
# copy-on-write backing stored, the base container can be set.
|
||||
lxc_container_base_name: "{{ lxc_cache_map.distro }}-{{ lxc_cache_map.release }}-{{ lxc_cache_map.arch }}"
|
||||
|
||||
# Set the default zfs root name
|
||||
lxc_container_zfs_root_name: "pool/lxc"
|
||||
|
||||
# lxc container net network
|
||||
lxc_net_bridge: lxcbr0
|
||||
lxc_net_bridge_port: none
|
||||
|
Loading…
Reference in New Issue
Block a user