forked from TrueCloudLab/frostfs-node
[#1806] neofs-cli: Add control flush-cache
command
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
51b8f26a31
commit
1c62f1b2c4
3 changed files with 53 additions and 0 deletions
|
@ -16,10 +16,12 @@ func initControlShardsCmd() {
|
|||
shardsCmd.AddCommand(dumpShardCmd)
|
||||
shardsCmd.AddCommand(restoreShardCmd)
|
||||
shardsCmd.AddCommand(evacuateShardCmd)
|
||||
shardsCmd.AddCommand(flushCacheCmd)
|
||||
|
||||
initControlShardsListCmd()
|
||||
initControlSetShardModeCmd()
|
||||
initControlDumpShardCmd()
|
||||
initControlRestoreShardCmd()
|
||||
initControlEvacuateShardCmd()
|
||||
initControlFlushCacheCmd()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue