Skip to content
  • Matt Thompson's avatar
    25973d4c
    Change modes to string values · 25973d4c
    Matt Thompson authored
    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
    25973d4c
    Change modes to string values
    Matt Thompson authored
    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
Loading