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
Please register or sign in to comment