forked from TrueCloudLab/frostfs-node
[#201] cli/container: Do not check eACL version
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
1f6ad5ccd8
commit
400b65801d
1 changed files with 0 additions and 6 deletions
|
@ -345,12 +345,6 @@ var getExtendedACLCmd = &cobra.Command{
|
||||||
return fmt.Errorf("rpc error: %w", err)
|
return fmt.Errorf("rpc error: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
v := eaclTable.Version()
|
|
||||||
if v.Major() == 0 && v.Major() == 0 {
|
|
||||||
fmt.Println("extended ACL table is not set for this container")
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
if containerPathTo == "" {
|
if containerPathTo == "" {
|
||||||
prettyPrintEACL(eaclTable)
|
prettyPrintEACL(eaclTable)
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in a new issue