Pearl1594 commented on a change in pull request #5831:
URL: https://github.com/apache/cloudstack/pull/5831#discussion_r811574320
##########
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 {
Review comment:
The idea of this is actually to see if the path
`/usr/local/cloud/systemvm/conf` is created i.e., the patching process has
actually completed. As in the earlier workflow, we wouldn't come to this point
without ssh being made available - and ssh service would be enabled as part of
postinit. But in the new workflow, ssh service is enabled right at the
beginning of the patching process, hence, we'd need to wait for some time
before the directory is created during the bootstrap process
--
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]