mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
feat(cli): idle not show group stats#1000021930
Signed-off-by: clinx <chenlin1@oppo.com>
This commit is contained in:
parent
2176a61e7e
commit
b677abc848
@ -517,7 +517,7 @@ func newCmdFlashGroupGraph(client *master.MasterClient) *cobra.Command {
|
||||
tbl = showFlashNodesView(busyNodes, true, groupStatusMap, table{graphFlashNodeTitle})
|
||||
stdoutln(alignTable(tbl...))
|
||||
stdoutln("[FlashNodes Idle]")
|
||||
tbl = showFlashNodesView(idleNodes, true, groupStatusMap, table{graphFlashNodeTitle})
|
||||
tbl = showFlashNodesView(idleNodes, true, nil, table{formatFlashNodeViewTableTitle})
|
||||
stdoutln(alignTable(tbl...))
|
||||
return
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user