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.
- Open the bashrc file on all server nodes.
1vi /etc/bashrcChange the last line to umask 0022.
- Make the configuration take effect.
1source /etc/bashrc
- Run the following command to check whether the configuration has taken effect:
1umask
Parent topic: Configuring the System