Bug 764331 (GLUSTER-2599)

Summary: Quota Client: Unexpected error 526 over nfs mount, if quota is enabled in volume
Product: [Community] GlusterFS Reporter: Saurabh <saurabh>
Component: quotaAssignee: Junaid <junaid>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: mainlineCC: gluster-bugs, raghavendra, vagarwal
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Saurabh 2011-03-28 13:38:11 UTC
Hello,

  If the quota is enabled on the volume and over nfs mount the dd and cp command issues error Unkown Error 526,

  also the file created is of zero size.

  Issue is seen only if quota is enabled.

  10.1.12.134:/dist1 on /mnt/nfs-test type nfs (rw,nfsvers=3,nolock,addr=10.1.12.134)


[root@centos-qa-client-1 test]# dd if=/dev/zero of=file.n2 bs=5K count=1
dd: opening `file.n2': Unknown error 526
[root@centos-qa-client-1 test]# pwd
/mnt/nfs-test/test

Comment 1 Raghavendra G 2011-04-01 00:44:13 UTC
There are some issues in quota-client, in argument validation, which was resulting in some trivial errors. The issue that has caused this bug is also in the set of issues resulted in bug 764339. Hence marking this bug as duplicate.

*** This bug has been marked as a duplicate of bug 2607 ***