IBM / CAST

CAST can enhance the system management of cluster-wide resources. It consists of the open source tools: cluster system management (CSM) and burst buffer.
Eclipse Public License 1.0
27 stars 34 forks source link

Issue #981 #984

Closed meahoibm closed 3 years ago

meahoibm commented 3 years ago

Process umask was unmasking bits on SSD to GPFS file copy on create in GPFS. Reproduced problem. Unit tested change in fh.cc

meahoibm commented 3 years ago

@dlherms-ibm Please review as well

tgooding commented 3 years ago

After discussion, we concluded that the umask settings defined in the systemctld service were the proper controls. The umask is default is also correct - - we didn't want a user to mistakingly set file/directory ACLs with wide permissions on an ephemeral, single-user file system and then those permissions are blindly copied into cluster-wide storage. System admins can override this behavior if they chose. Closing PR.