ceph-ansible/roles
git-harry f60179e33f Prevent failure from race creating fetch directory
When multiple monitor hosts attempt to create the fetch directory there
is the potential for the task to fail with:

  "OSError: [Errno 17] File exists: 'fetch'"

This appear to be an issue with the file module trying to create the
same directory at the same time when the tasks has been delegated to a
single host.

This commit enables run_once on the affected task which should address
the issue.
2015-08-26 10:49:22 +01:00
..
ceph-common Prevent failure from race creating fetch directory 2015-08-26 10:49:22 +01:00
ceph-mds Cleanup and change_when watch 2015-07-30 11:33:08 +02:00
ceph-mon Merge pull request #381 from git-harry/openstack-pg-num 2015-08-17 17:45:50 +02:00
ceph-osd item.2 changes to item.1 2015-08-17 12:30:03 -05:00
ceph-restapi Cleanup and change_when watch 2015-07-30 11:33:08 +02:00
ceph-rgw Fix the sudoer template 2015-08-03 23:53:08 +02:00