kayobe/ansible/roles/docker/templates/docker-thinpool.profile.j2
Mark Goddard 07a33c67df Configure Docker to use direct-lvm storage backend
The loopback configuration is not recommended for production, whereas
direct-lvm is.
2017-03-15 09:44:17 +00:00

5 lines
179 B
Django/Jinja

activation {
thin_pool_autoextend_threshold={{ docker_storage_thinpool_autoextend_threshold }}
thin_pool_autoextend_percent={{ docker_storage_thinpool_autoextend_percent }}
}