[Bugs] [Bug 1512218] mkdir failed

bugzilla at redhat.com bugzilla at redhat.com
Mon Nov 13 06:05:41 UTC 2017


https://bugzilla.redhat.com/show_bug.cgi?id=1512218



--- Comment #2 from Sanoj Unnikrishnan <sunnikri at redhat.com> ---
Works fine on current master branch for me 
[root at dhcp35-100 test]# gluster  --version
glusterfs 4.0dev1


[root at dhcp35-100 test]# rm -rf dest ; mkdir -m0770 dest ; ls -l  ; chmod 0700
dest; ls -l ; mkdir dest/dir ; ls -l dest
total 4
drwxrwx---. 2 root root 4096 Nov 13 11:32 dest
total 4
drwx------. 2 root root 4096 Nov 13 11:32 dest
total 4
drwxr-xr-x. 2 root root 4096 Nov 13 11:32 dir
[root at dhcp35-100 test]# 
[root at dhcp35-100 test]# 
[root at dhcp35-100 test]# rm -rf dest ; mkdir -m0700 dest ; ls -l ; chmod 0770
dest ; ls -l;  mkdir dest/dir ; ls -l dest
total 4
drwx------. 2 root root 4096 Nov 13 11:32 dest
total 4
drwxrwx---. 2 root root 4096 Nov 13 11:32 dest
total 4
drwxr-xr-x. 2 root root 4096 Nov 13 11:32 dir


Need to see in which release this was fixed.

-- 
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