mirror of
https://github.com/nspcc-dev/neofs-node.git
synced 2026-03-01 04:29:10 +00:00
neofs-lens storage commands don't work #1327
Labels
No labels
I1
I2
I3
I4
S0
S1
S2
S3
S4
U0
U1
U2
U3
U4
blocked
bug
config
dependencies
discussion
documentation
enhancement
enhancement
epic
feature
go
good first issue
help wanted
neofs-adm
neofs-cli
neofs-cli
neofs-cli
neofs-ir
neofs-lens
neofs-storage
neofs-storage
performance
question
security
task
test
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-node#1327
Loading…
Add table
Add a link
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?
Originally created by @evgeniiz321 on GitHub (Feb 9, 2025).
neofs-lens storageset of commands result in errors related to boltDB database, maybe related to https://github.com/nspcc-dev/neofs-node/issues/3076@evgeniiz321 commented on GitHub (Feb 10, 2025):
@roman-khimov the problem is that neofs-lens is intended to be run on a dead node. While in my test I expect it to be active. Is it ok for the write-cache test, to turn off the node to check that data is in a blobstore? Seems a little bit strange for me. Maybe there is a better way to check that data is in a blobstore and not in a write cache.
@End-rey suggested to use
neofs-cli control object statusto check where object is located. Is it ok to use it?@roman-khimov commented on GitHub (Feb 10, 2025):
controlis OK, stopping the node is acceptable too (btw, this is exactly the way to check it in future with blobstor failing to accept the object, it will end up in write cache only and this could be checked).