鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

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