forked from TrueCloudLab/frostfs-node
[#1333] neofs-cli: Add control synchronize-tree
command
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
bfdd68dcb3
commit
3904b0e017
2 changed files with 81 additions and 0 deletions
|
@ -32,6 +32,7 @@ func init() {
|
|||
dropObjectsCmd,
|
||||
snapshotCmd,
|
||||
shardsCmd,
|
||||
synchronizeTreeCmd,
|
||||
)
|
||||
|
||||
initControlHealthCheckCmd()
|
||||
|
@ -39,4 +40,5 @@ func init() {
|
|||
initControlDropObjectsCmd()
|
||||
initControlSnapshotCmd()
|
||||
initControlShardsCmd()
|
||||
initControlSynchronizeTreeCmd()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue