Fix nfs route bug#10304
Conversation
|
thanks @iishitahere for the PR I would suggest you keep this PR clean and remove all unnecessary changes |
Thank you for your feedback and for reviewing the PR. I sincerely appreciate your guidance. I apologize for the unnecessary changes. I would like to keep the PR as clean and concise as possible. Could you kindly point out where exactly the code changes are needed so that I can work on it and ensure the PR is focused on resolving the issue effectively? Thank you for your time and support. I look forward to your response. Best regards, |
|
Closing in favour of #10735 |
Description
This PR fixes the issue #10163, where the secondary storage VM fails to add a static route to the NFS server, causing a
No route to hosterror. The_storageIpwas previously null, resulting in failed route addition (via null).Changes Made
_storageIphandling to prevent null values.Testing
S3TemplateTest, etc.), all tests passed successfully.