iishitahere opened a new pull request, #10304:
URL: https://github.com/apache/cloudstack/pull/10304

   ### Description
   This PR fixes the issue where the secondary storage VM fails to add a static 
route to the NFS server, causing a `No route to host` error. The `_storageIp` 
was previously null, resulting in failed route addition (`via null`).
   
   ### Changes Made
   - Improved `_storageIp` handling to prevent null values.
   - Added utility methods to validate NFS server reachability.
   - Enhanced error handling and logging.
   
   ### Testing
   - Verified successful template uploads to secondary storage.
   - Checked route addition on the SSVM.
   - Ran unit tests (`S3TemplateTest`, etc.), all tests passed successfully.
   


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

Reply via email to