forked from TrueCloudLab/frostfs-node
[#1402] cli: Support storage group expiration
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
cfca88fc5c
commit
12d41918e6
2 changed files with 20 additions and 0 deletions
|
@ -25,6 +25,8 @@ const (
|
|||
cidFlag = "cid"
|
||||
)
|
||||
|
||||
const sgLifetimeFlag = "lifetime"
|
||||
|
||||
func init() {
|
||||
storageGroupChildCommands := []*cobra.Command{
|
||||
sgPutCmd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue