You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #92 we have prepare.storage target that creates storage node's TLS certificate symlink to the host machine. However it never removed. make clean target 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:
do not create symlink at prepare.storage target, but show ln -s command for the user to manage it on it's own (kinda like we propose to modify /etc/hosts file and do not modify it in the scripts,
remove symlink at make clean target.
The text was updated successfully, but these errors were encountered:
After #92 we have
prepare.storage
target that creates storage node's TLS certificate symlink to the host machine. However it never removed.make clean
target 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.storage
target, but showln -s
command for the user to manage it on it's own (kinda like we propose to modify/etc/hosts
file and do not modify it in the scripts,make clean
target.The text was updated successfully, but these errors were encountered: