Description of problem: Currently "gluster get-state" command does not give any information about remove-brick that happened on a particular volume. It should give full information about the on going / past remove-brick operation on the volume(like things provided by "volume remove-brick status" command), along with other volume details. Version-Release number of selected component (if applicable): 3.10 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: If its very costly to provide this information please enhance gluster get-state to take an option something like "--detail". When "--detail" is provided get-state must provide all the details including the ones which are costly to fetch. Without this option it should only give information which are not costly. This is needed for tendrl project
The remove-brick CLI calls the same RPC that is used by the rebalance status command and both remove-brick and rebalance status essentially show the same information. Therefore closing this bug for the same reasons as mentioned in here: https://bugzilla.redhat.com/show_bug.cgi?id=1431187#c1