forked from TrueCloudLab/frostfs-node
[#1704] Add command container nodes
to output list of nodes for container, grouped by replica (#1704)
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
6557f5d249
commit
5e493b7f1c
10 changed files with 157 additions and 64 deletions
|
@ -27,6 +27,7 @@ func init() {
|
|||
getContainerInfoCmd,
|
||||
getExtendedACLCmd,
|
||||
setExtendedACLCmd,
|
||||
containerNodesCmd,
|
||||
}
|
||||
|
||||
Cmd.AddCommand(containerChildCommand...)
|
||||
|
@ -38,6 +39,7 @@ func init() {
|
|||
initContainerInfoCmd()
|
||||
initContainerGetEACLCmd()
|
||||
initContainerSetEACLCmd()
|
||||
initContainerNodesCmd()
|
||||
|
||||
for _, containerCommand := range containerChildCommand {
|
||||
commonflags.InitAPI(containerCommand)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue