Rate This Document
Findability
Accuracy
Completeness
Readability

Changing the umask Value

Change the umask value on openEuler only. Skip this section for CentOS.

Change the value of umask to 0022 so that Ceph can be properly installed.

  1. Open the bashrc file on all server nodes.
    1
    vi /etc/bashrc
    

    Change the last line to umask 0022.

  2. Make the configuration take effect.
    1
    source /etc/bashrc
    
  3. Run the following command to check whether the configuration has taken effect:
    1
    umask