[Bugs] [Bug 1411228] New: remove-brick status shows 0 rebalanced files
bugzilla at redhat.com
bugzilla at redhat.com
Mon Jan 9 08:10:47 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1411228
Bug ID: 1411228
Summary: remove-brick status shows 0 rebalanced files
Product: GlusterFS
Version: mainline
Component: distribute
Keywords: Triaged
Severity: medium
Assignee: bugs at gluster.org
Reporter: xhernandez at datalab.es
CC: anraj at redhat.com, bugs at gluster.org,
kjohnson at gnulnx.net, xhernandez at datalab.es
Depends On: 1373618
+++ This bug was initially created as a clone of Bug #1373618 +++
Description of problem: With a 2-brick distributed volume, performing a
remove-brick start successfully transfers files, but remove-brick status shows
0 rebalanced-files.
Version-Release number of selected component (if applicable): CentOS 6 and
FreeBSD 10 3.7.13
How reproducible: easily
Steps to Reproduce:
[root at colossus bricks]# gluster volume create removebricktest
192.168.110.1:/tank/bricks/rbt 192.168.110.2:/ftp/bricks/rbt
volume create: removebricktest: success: please start the volume to access data
[root at colossus bricks]# gluster volume start removebricktest
volume start: removebricktest: success
[root at colossus bricks]# mount -t glusterfs 192.168.110.2:/removebricktest
/mnt/test
[root at colossus bricks]# cd /mnt/test
[root at colossus test]# ls
[root at colossus test]# touch file{1..100}
[root at colossus test]# ls file*| wc -l
100
[root at colossus test]# ls /ftp/bricks/rbt/file*| wc -l
28
[root at colossus2 ~]# ls /tank/bricks/rbt/file*| wc -l
72
[root at colossus test]# gluster volume remove-brick removebricktest
192.168.110.2:/ftp/bricks/rbt start
volume remove-brick start: success
ID: c88553ba-7372-4706-bafb-b1b0e4aea9ba
[root at colossus test]# ls /ftp/bricks/rbt/file*| wc -l
28
[root at colossus2 ~]# ls /tank/bricks/rbt/file*| wc -l
100
[root at colossus test]# gluster volume remove-brick removebricktest
192.168.110.2:/ftp/bricks/rbt status
Node Rebalanced-files size
scanned failures skipped status run time in h:m:s
--------- ----------- -----------
----------- ----------- ----------- ------------ --------------
localhost 0 0Bytes
28 0 0 completed 0:0:0
Actual results:
0 rebalanced-files
Expected results:
28 rebalanced-files
Additional info:
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1373618
[Bug 1373618] remove-brick status shows 0 rebalanced files
--
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