Comment 0 for bug 1260679

Revision history for this message
Dirk Mueller (dmllr) wrote : GPFS driver sets insecure file permissions

GPFS from various places calls "chmod 666" as root:

./cinder/volume/drivers/gpfs.py: self._execute('chmod', '666', path, run_as_root=True)
./cinder/volume/drivers/gpfs.py: self._execute('chmod', '666', vol_path, run_as_root=True)