Merge "Add mount options for better machinectl performance"

This commit is contained in:
Zuul 2018-05-15 17:55:24 +00:00 committed by Gerrit Code Review
commit 362e9b24f2

View File

@ -35,7 +35,7 @@
systemd_mounts:
- what: "/openstack/machines.img"
where: "/var/lib/machines"
options: "loop"
options: "loop,defaults,noatime,nodiratime,compress=lzo,commit=120,{{ (ansible_kernel is version_compare('4.5', '>=')) | ternary('space_cache=v2', 'space_cache') }}"
type: "btrfs"
state: 'started'
enabled: true