[Bugs] [Bug 1373618] New: remove-brick status shows 0 rebalanced files

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 6 18:25:19 UTC 2016


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

            Bug ID: 1373618
           Summary: remove-brick status shows 0 rebalanced files
           Product: GlusterFS
           Version: 3.7.13
         Component: distribute
          Assignee: bugs at gluster.org
          Reporter: kjohnson at gnulnx.net
                CC: bugs at gluster.org



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:

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