whitetiger264 commented on issue #7244: URL: https://github.com/apache/cloudstack/issues/7244#issuecomment-1438711929
I think it’s safe to conclude that one cannot use remote NFS secondary storage. Because I can now 100% confirm that the local LAN gateway can reach NFS. the problem now, is that when SSVM tries to mount, it’s sending its local private IP address to the NFS server. And because NFS host is not on same local network, it does not recognise client IP 192.168.60.x (SSVM) causing access denied error. Coukd the code be changed so that if you used remote NFS server, the connection is made from public IP and not just local IP? I think here’s where a feature request can be made for this functionality… -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
