Pearl1594 commented on a change in pull request #5831:
URL: https://github.com/apache/cloudstack/pull/5831#discussion_r811574717
##########
File path:
core/src/main/java/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
##########
@@ -173,12 +174,33 @@ private Answer execute(final SetupKeyStoreCommand cmd) {
return new SetupKeystoreAnswer(result.getDetails());
}
+ private void scpFileToIdentifyPatching(String routerIp, String path,
String filename, String content) throws InterruptedException {
+ String errMsg = "Failed to scp file: %s to system VM";
+ for (int retries = 15; retries > 0; retries--) {
Review comment:
A number that was based on some testing. Just to wait for some time to
ensure that `/usr/local/cloud/systemvm/conf` path is created
--
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]