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:
Kevin Carter 2017-10-05 17:07:00 -05:00
parent 3f3c91cbb6
commit aeb9c6e994
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F

View File

@ -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