Merge "Correct data disk format when using nspawn"
This commit is contained in:
commit
ffaa0ebe9d
@ -258,8 +258,8 @@ bootstrap_host_data_mount_options:
|
|||||||
lvm: "defaults"
|
lvm: "defaults"
|
||||||
swap: "%%"
|
swap: "%%"
|
||||||
|
|
||||||
bootstrap_host_data_disk2_fs: "{{ bootstrap_host_data_disk2_formats[lxc_container_backing_store] }}"
|
bootstrap_host_data_disk2_fs: "{{ bootstrap_host_data_disk2_formats[((container_tech == 'nspawn') | ternary('btrfs', lxc_container_backing_store))] }}"
|
||||||
bootstrap_host_data_disk2_fs_mount_options: "{{ bootstrap_host_data_mount_options[lxc_container_backing_store] }}"
|
bootstrap_host_data_disk2_fs_mount_options: "{{ bootstrap_host_data_mount_options[((container_tech == 'nspawn') | ternary('btrfs', lxc_container_backing_store))] }}"
|
||||||
bootstrap_host_data_disk2_path: "{{ (lxc_container_backing_store == 'machinectl' or container_tech == 'nspawn') | ternary('/var/lib/machines', '/var/lib/lxc') }}"
|
bootstrap_host_data_disk2_path: "{{ (lxc_container_backing_store == 'machinectl' or container_tech == 'nspawn') | ternary('/var/lib/machines', '/var/lib/lxc') }}"
|
||||||
|
|
||||||
# Boolean option to build Amphora image and certs
|
# Boolean option to build Amphora image and certs
|
||||||
|
Loading…
Reference in New Issue
Block a user