While I'm doing development and restarting things and what not, it seems often storage commands get routed to LocalHostEndPoint. This seems bad. I don't have sudo setup for my user on my laptop, so things like "Unable to create local folder for: /mnt/secStorage/64d6e26f-e656-3ba3-908f-ce6610ede011 in order to mount nfs://192.168.3.134:/exports/secondary1" fail. But the bigger problem is, shouldn't that not happen at all. It seems like in a normal setup it should never try to use LocalHostEndpoint. Do I have some setting flipped that is enabling that?
Seems like with the current code you might accidentally mount secondary to the management server if the conditions are right... Darren