forked from TrueCloudLab/frostfs-node
[#886] cli: Fix RPC flags for control service
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
dd678cd976
commit
0126f18531
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ var controlCmd = &cobra.Command{
|
||||||
Use: "control",
|
Use: "control",
|
||||||
Short: "Operations with storage node",
|
Short: "Operations with storage node",
|
||||||
Long: `Operations with storage node`,
|
Long: `Operations with storage node`,
|
||||||
|
PersistentPreRun: func(cmd *cobra.Command, args []string) {
|
||||||
|
bindCommonFlags(cmd)
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
var healthCheckCmd = &cobra.Command{
|
var healthCheckCmd = &cobra.Command{
|
||||||
|
|
Loading…
Reference in a new issue