mirror of
https://github.com/nspcc-dev/neofs-node.git
synced 2026-03-01 04:29:10 +00:00
Track progress in control shards evacuate #890
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#890
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 @vkarak1 on GitHub (Nov 18, 2022).
There is no ability to track the progress of the evacuate command and what the timeout duration should I specify according to the data on a shard?
I have 1.7G data on shard:
/dev/vdh1 20G 1.7G 17G 10% /srv/neofs/data6And when I tried to evacuate objects I always get
Just for proposal it would be great to always display status bar for this command and add someting like
--no-progressoption in case if no need to display. One more suggestion is in case if--no-progressis specified or session has been terminated and there is no way to track if evacuate is finished or not, we could display status 'evacuated' or 'evacuate in progress' for example incontrol shards listcommand or somewhere else.Your Environment
Linux az 5.10.0-19-amd64 #1 SMP Debian 5.10.149-2 (2022-10-21) x86_64 GNU/Linux
Server setup and configuration:
cloud, 4 VMs, 4 SN, 4 http qw, 4 s3 gw
NeoFS Storage node
Version: v0.34.0-54-g402bbba1
GoVersion: go1.19.3
@fyrchik commented on GitHub (Nov 24, 2022):
I see 2 possibilities:
@vkarak1 commented on GitHub (Nov 24, 2022):
Am I right that in method#2 you mean
control shards evacuatewill returnIDthat could be used to track evacuation status in a new command?Please correct me if I am wrong, thanks.
@carpawell commented on GitHub (Nov 24, 2022):
@vkarak1, that is about an implementation on the Node side, for users both would look the same: a progress bar like in
neofs-cli object put.@anikeev-yadro commented on GitHub (Jan 17, 2023):
In my POV this issue about all control commands. I see the same behavior in command
set-mode.