[#1806] neofs-cli: Add control flush-cache command

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
Evgenii Stratonikov 2022-09-21 13:52:02 +03:00 committed by fyrchik
parent 51b8f26a31
commit 1c62f1b2c4
3 changed files with 53 additions and 0 deletions

View file

@ -16,10 +16,12 @@ func initControlShardsCmd() {
shardsCmd.AddCommand(dumpShardCmd)
shardsCmd.AddCommand(restoreShardCmd)
shardsCmd.AddCommand(evacuateShardCmd)
shardsCmd.AddCommand(flushCacheCmd)
initControlShardsListCmd()
initControlSetShardModeCmd()
initControlDumpShardCmd()
initControlRestoreShardCmd()
initControlEvacuateShardCmd()
initControlFlushCacheCmd()
}