[Bugs] [Bug 1431187] [RFE] Gluster get state command should provide rebalance related information

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 21 14:50:16 UTC 2017


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

Samikshan Bairagya <sbairagy at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
         Resolution|---                         |NOTABUG
        Last Closed|                            |2017-03-21 10:50:16



--- Comment #1 from Samikshan Bairagya <sbairagy at redhat.com> ---
(In reply to Darshan from comment #0)
> Description of problem:
> Currently "gluster get-state" command gives only some information about
> rebalance that happened on a particular volume. It should give fill
> information about the on going / past reblance on the volume(like things
> provided by "volume rebalance status" command), along with other volume
> details.

Currently gluster volume rebalance status gives the following information:

# gluster volume rebalance <volname> status
                                    Node Rebalanced-files          size      
scanned      failures       skipped               status  run time in h:m:s
                               ---------      -----------   -----------  
-----------   -----------   -----------         ------------     --------------
                               localhost                0        0Bytes        
    1             0             0            completed        0:00:00
                          192.168.122.31                0        0Bytes        
    0             0             0            completed        0:00:00
                         192.168.122.189                0        0Bytes        
    1             0             0            completed        0:00:00


The get-state CLI currently gives the following information per node per volume
for rebalance ops:
 - id
 - status
 - failures
 - skipped
 - lookedup
 - rebalanced files
 - data size

The above information seems to sufficiently cover all the data points as seen
here: https://redhat.invisionapp.com/share/AB94BNET6#/screens/221686840. The
only information missing here is the run-time. If that is required, we can add
that; else, the get-state CLI in its current form provides sufficient
node-level information which when aggregated by external agents will provide a
cluster wide view of the rebalance status.

Hence I am closing this bug. Will reopen if I need to add the run-time related
information to the get-state output

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2Yedy7zktT&a=cc_unsubscribe


More information about the Bugs mailing list