Bug 1760168

Summary: libgfapi:sometimes touch file failed by smb-4.8.3 cifs to access ec (4+2)*1 gluster-6 volume.
Product: [Community] GlusterFS Reporter: yinkui <13965432176>
Component: libgfapiAssignee: bugs <bugs>
Status: CLOSED UPSTREAM QA Contact: bugs <bugs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6CC: bugs
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-12 13:24:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description yinkui 2019-10-10 03:13:55 UTC
Description of problem:
Touching file failed when we access ec (4+2)*1 volume by samba-4.8.3 cifs.

Version-Release number of selected component (if applicable):
gluster-6.0
samba-4.8.3

How reproducible:


Steps to Reproduce:
1.server1: create ec (4+2)*1 volume test
2.server1: gluster v set test user.cifs on
3.client:  mount -t cifs -o username=root,password=foobar, \\\\server1\\test /root/dir
4.client: cd /root/dir && for i in `seq 1 10000`; do touch file-$i ; done

Actual results:
[root@client1 aa]# for i in `seq 1 10000`; do touch filee-$i ; done
touch: setting times of ‘filee-1501’: No such file or directory

Expected results:
Touch file-1 to file-10000 success.

Comment 1 Worker Ant 2019-10-14 11:07:55 UTC
REVIEW: https://review.gluster.org/23547 (libgfapi:sometimes touch file failed by smb-4.8.3 cifs to access ec (4+2)*1 gluster-6 volume.) posted (#1) for review on release-6 by None

Comment 2 Worker Ant 2020-03-12 13:24:23 UTC
This bug is moved to https://github.com/gluster/glusterfs/issues/1010, and will be tracked there from now on. Visit GitHub issues URL for further details