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.
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.