> -----Original Message-----
> From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com]
> Sent: Wednesday, September 25, 2013 12:38 PM
> To: dev@cloudstack.apache.org
> Subject: LocalHostEndPoint seems to get called
> 
> 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?

The current code has bug if ssvm agent is not in the up state, then template 
downloading will likely choose localhostendpoint to download template.
Localhostendpoint should only be used to download system vm template.

> 
> Seems like with the current code you might accidentally mount secondary to
> the management server if the conditions are right...
> 
> Darren

Reply via email to