[Bugs] [Bug 1163623] Erasure Volume quota error

bugzilla at redhat.com bugzilla at redhat.com
Wed Nov 19 02:55:06 UTC 2014


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

liangzhicheng <lllzhicheng at 163.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lllzhicheng at 163.com



--- Comment #3 from liangzhicheng <lllzhicheng at 163.com> ---
3.6.1+patch(http://review.gluster.org/9107/) is also fail;
steps:
1、set quota in server node for client dir;
2、client copy three files, the last is more than the quota, then is aborted;
3、server node stop quota, client remount glusterfs;
4、at client use the command of "ls" is report diffrent result, and "cat" the 
   last file is also error; 

the last result in client:
[root at localhost test]# ls -alh *
total 2.3G
drwxr-xr-x 2 root root   14 Nov 19  2014 .
drwxr-xr-x 4 root root   36 Nov 19 10:29 ..
-rw-r--r-- 1 root root 2.3G Nov 19 10:36 1
[root at localhost test]# ls
222222
[root at localhost test]# cd 222222/
[root at localhost 222222]# ls
1
[root at localhost 222222]# ls -alh 1
ls: cannot access 1: Input/output error
[root at localhost 222222]# ls  1
ls: cannot access 1: Input/output error
[root at localhost 222222]# cat 1
cat: 1: Input/output error
[root at localhost 222222]# cd ~
[root at localhost ~]# cat /test/222222/1
cat: /test/222222/1: Input/output error
[root at localhost ~]# md5sum /test/222222/1
md5sum: /test/222222/1: Input/output error
[root at localhost ~]# ls -alh /test/222222/1
ls: cannot access /test/222222/1: Input/output error
[root at localhost ~]# ls -alh /test/222222/
total 2.3G
drwxr-xr-x 2 root root   14 Nov 19 10:40 .
drwxr-xr-x 4 root root   36 Nov 19 10:29 ..
-rw-r--r-- 1 root root 2.3G Nov 19 10:36 1
[root at localhost ~]#

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