]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
Change modes to string values 526/head
authorMatt Thompson <mattt@defunct.ca>
Tue, 9 Feb 2016 09:51:31 +0000 (09:51 +0000)
committerMatt Thompson <mattt@defunct.ca>
Tue, 9 Feb 2016 09:51:31 +0000 (09:51 +0000)
commit14cf9f434eaf726f540531814f11c0d9ad7fb9db
tree30176aa15b74ca9a7b03ef4122209ccbd24df914
parent3e075a279a7dad53564578e96c319cf4b424352a
Change modes to string values

Currently deploying a MON fails with "bad symbolic permission for mode"
errors due to the file/directory modes not being interpreted as octal
values.  This commit updates roles/ceph-common/tasks/main.yml to set
the file/directory modes to strings so they can be interpreted
correctly.

Closes issue #525
roles/ceph-common/tasks/main.yml