mirror of
https://github.com/nspcc-dev/neofs-dev-env.git
synced 2026-03-01 04:29:00 +00:00
Remove symlink after prepare storage target #27
Labels
No labels
I2
I3
I4
S2
S3
S4
U0
U2
U3
U4
bug
discussion
documentation
enhancement
feature
good first issue
good first issue
help wanted
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-dev-env#27
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 @alexvanin on GitHub (Jul 6, 2021).
After #92 we have
prepare.storagetarget that creates storage node's TLS certificate symlink to the host machine. However it never removed.make cleantarget removes storage node's certificate but it didn't affect symlink. It solves the issue technically, but it would be better if we will keep clean host machine.Possible options:
prepare.storagetarget, but showln -scommand for the user to manage it on it's own (kinda like we propose to modify/etc/hostsfile and do not modify it in the scripts,make cleantarget.@fyrchik commented on GitHub (Aug 23, 2022):
This may be related: