[Bugs] [Bug 1512218] New: mkdir failed
bugzilla at redhat.com
bugzilla at redhat.com
Sat Nov 11 16:59:56 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1512218
Bug ID: 1512218
Summary: mkdir failed
Product: GlusterFS
Version: 3.10
Component: glusterd
Assignee: bugs at gluster.org
Reporter: lav at etersoft.ru
CC: bugs at gluster.org
Description of problem:
Can't create mkdir -p /some/dir when umask 0022
Permissions 0700 during mkdir breaks next mkdir in the dir. Change permissions
to 0770 after a dir is created does not make an effect.
Version-Release number of selected component (if applicable):
gluster 3.10.7
Steps to Reproduce:
[lav at lav test]$ rm -rf dest ; mkdir -m0700 dest ; chmod 0770 dest ; mkdir
dest/dir
mkdir: cannot create directory 'dest/dir': No data available
[lav at lav test]$ rm -rf dest ; mkdir -m0770 dest ; chmod 0700 dest ; mkdir
dest/dir
(OK)
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list