Merge "Fix race condition when configuring the qemu save directory"

This commit is contained in:
Jenkins 2016-08-17 16:52:37 +00:00 committed by Gerrit Code Review
commit a2c0c20b46

View File

@ -16,6 +16,9 @@
- name: Check the state of the default qemu save directory
stat:
path: "/var/lib/libvirt/qemu/save"
until: _qemu_save_dir.stat.exists | bool
retries: 5
delay: 10
register: _qemu_save_dir
- name: Check if the qemu save directory is empty