Bug 1286059

Summary: Rebalance : NFS mount : few files missing on mount point after rebalance process
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Susant Kumar Palai <spalai>
Component: distributeAssignee: Nithya Balachandran <nbalacha>
Status: CLOSED CURRENTRELEASE QA Contact: storage-qa-internal <storage-qa-internal>
Severity: high Docs Contact:
Priority: high    
Version: rhgs-3.1CC: nbalacha, rhs-bugs, rwheeler, smohan, spalai, storage-qa-internal, tdesala, vbellur
Target Milestone: ---Keywords: ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: dht-file-access, to-verify
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 987422 Environment:
Last Closed: 2016-07-26 09:47:11 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:
Bug Depends On: 969298, 987422, 1130888, 1138395, 1139998, 1140348, 1146895    
Bug Blocks:    

Comment 4 Prasad Desala 2016-07-26 07:19:55 UTC
This issue is not seen on 3.7.9-10.el7rhgs.x86_64. 

Here are the steps which were followed,

1.Created a distribute volume with 4 bricks and started it.
2.NFS mount the volume and created some files 
for i in {1..500} ; do dd if=/dev/urandom of=f"$i" bs=10M count=1; done
3.Calculated are-equal check sum on mount point before starting rebalance.
4.Added a brick and start rebalance 
5. While rebalance is in-progress, renamed some files. 
6. After rebalance is completed, calculated the are-equal checksum on the mount point. 

The file count remains same before and after the rebalance.

Also, while rebalance is in-progress renaming of files is failing with an error 'No such file or directory' even though files are present. This is a different issue and is being tracked with 1286127.

Comment 5 Nithya Balachandran 2016-07-26 09:47:11 UTC
Thanks Prasad.

I am closing this BZ based on comment#4.