summaryrefslogtreecommitdiffstats
path: root/roles/container_runtime/templates/docker_storage_setup.j2
blob: b056087e04764a8d20f34100aedb65de75b45022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Edit this file to override any configuration options specified in
# /usr/lib/docker-storage-setup/docker-storage-setup.
#
# For more details refer to "man docker-storage-setup"
DEVS={{ container_runtime_docker_storage_setup_device }}
VG={{ docker_storage_setup_options.vg }}
DATA_SIZE={{ docker_storage_setup_options.data_size }}
STORAGE_DRIVER="{{ docker_storage_setup_options.storage_driver }}"
CONTAINER_ROOT_LV_NAME="{{ docker_storage_setup_options.root_lv_name }}"
CONTAINER_ROOT_LV_SIZE="{{ docker_storage_setup_options.root_lv_size }}"
CONTAINER_ROOT_LV_MOUNT_PATH="{{ docker_storage_setup_options.root_lv_mount_path }}"
EXTRA_STORAGE_OPTIONS="{{ docker_storage_extra_options | join(' ') }}"