forked from TrueCloudLab/frostfs-node
[#371] cli/sg: Make output of saved SG address similar to saved object
Add container ID to save storage group output in `storagegroup put` command. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
c6411e4f87
commit
8a67eea854
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ func putSG(cmd *cobra.Command, _ []string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd.Println("Storage group successfully stored")
|
cmd.Println("Storage group successfully stored")
|
||||||
cmd.Printf(" ID: %s\n", oid)
|
cmd.Printf(" ID: %s\n CID: %s\n", oid, cid)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue