weizhouapache opened a new pull request, #7953: URL: https://github.com/apache/cloudstack/pull/7953
Occasionally system vms (CPVM/SSVM) took long time (15~20 mins) to be Up, which happened if the network is slow. /var/log/cloud.log shows ``` root@s-1-VM:~# grep sum /var/log/cloud.log Fri 08 Sep 2023 10:25:51 AM UTC Scripts checksum detected: oldmd5=da16d6a2533fd19960304152dd78e02c newmd5=da16d6a2533fd19960304152dd78e02c Fri 08 Sep 2023 10:26:44 AM UTC Scripts checksum detected: oldmd5=da16d6a2533fd19960304152dd78e02c newmd5=d41d8cd98f00b204e9800998ecf8427e Fri 08 Sep 2023 10:39:09 AM UTC Scripts checksum detected: oldmd5=d41d8cd98f00b204e9800998ecf8427e newmd5=0ec9117c206d7440309ba9d531e59e4d Fri 08 Sep 2023 10:39:13 AM UTC Scripts checksum detected: oldmd5=d41d8cd98f00b204e9800998ecf8427e newmd5=0ec9117c206d7440309ba9d531e59e4d ``` `d41d8cd98f00b204e9800998ecf8427e` is the md5sum value of empty file. ``` d41d8cd98f00b204e9800998ecf8427e /dev/null ``` We need to wait until the transfer of patchfile is finished. ### Description This PR... <!--- Describe your changes in DETAIL - And how has behaviour functionally changed. --> <!-- For new features, provide link to FS, dev ML discussion etc. --> <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. --> <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged --> <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" --> <!-- Fixes: # --> <!--- ********************************************************************************* --> <!--- NOTE: AUTOMATATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE DOCUMENTATION. --> <!--- PLEASE PUT AN 'X' in only **ONE** box --> <!--- ********************************************************************************* --> ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [x] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [ ] Major - [ ] Minor #### Bug Severity - [ ] BLOCKER - [ ] Critical - [ ] Major - [x] Minor - [ ] Trivial ### Screenshots (if appropriate): ### How Has This Been Tested? <!-- Please describe in detail how you tested your changes. --> <!-- Include details of your testing environment, and the tests you ran to --> <!-- see how your change affects other areas of the code, etc. --> <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) document --> -- 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]
