neofs-cli container list
with -g
flag behaves unexpectedly #12
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#12
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It never returns any container cause of just generated wallet that of course does not maintain any containers. I'd expect that command iether to behave the same way
neofs-adm morph list-containers
does (it returns all containers but that would be hard to do causeneofs-adm
accepts a morph endpoint directly whileneofs-cli
works withSN
) or does not allow passing-g
at all.You can still provide an explicit
--owner
.@fyrchik, yes, i can. But using
-g
flag is still useless (without--owner
), it would always have an empty output. Also, i know that missing owner returns all the containers whilecli
says "--owner string Owner of containers (omit to use owner from private key)". Mb i'm too dev that i know contact details but that is what i had: i wanted to get all containers and the first thing to try was passing-g
flag without--owner
(or withnil
owner in other words).Let's add a verbose log/warning/error about using
-g
without--owner
.Maybe also claryfy the documentation.
-g
usage incontainer list
#1148