You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/04/27 13:33:38 UTC

[GitHub] [cloudstack] Pearl1594 opened a new pull request, #6324: Improve log when live patching fails

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

   ### Description
   
   This PR improves error log message when scp fails during system VM live patching
   <!--- 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
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   Before Fix:
   ```
   2022-04-27 12:02:22,647 ERROR [c.c.s.ManagementServerImpl] (API-Job-Executor-1:ctx-f000200b job-40 ctx-161ff677) (logid:52d49a16) Failed to patch systemVM v-1-VM due to Failed to scp files to system VM, retrying, retrying, retrying
   ```
   
   After Fix:
   ```
   2022-04-27 13:15:16,189 ERROR [c.c.s.ManagementServerImpl] (API-Job-Executor-1:ctx-4cfd7ab1 job-62 ctx-23bea220) (logid:dffe10d7) Failed to patch systemVM s-2-VM due to Failed to scp files to system VM due to, Remote scp terminated with error (scp: /tmp//agent.zip: No space left on device).
   ```
   ![image](https://user-images.githubusercontent.com/10495417/165530378-8197f59d-c5b0-4c60-96c2-7fdc5da50509.png)
   
   <!-- 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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] nvazquez merged pull request #6324: Improve log when live patching fails

Posted by GitBox <gi...@apache.org>.
nvazquez merged PR #6324:
URL: https://github.com/apache/cloudstack/pull/6324


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6324: Improve log when live patching fails

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6324:
URL: https://github.com/apache/cloudstack/pull/6324#issuecomment-1111742530

   @Pearl1594 a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6324: Improve log when live patching fails

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6324:
URL: https://github.com/apache/cloudstack/pull/6324#issuecomment-1111017674

   UI build: :heavy_check_mark:
   Live QA URL: http://qa.cloudstack.cloud:8080/client/pr/6324 (SL-JID-1482)


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] Pearl1594 commented on pull request #6324: Improve log when live patching fails

Posted by GitBox <gi...@apache.org>.
Pearl1594 commented on PR #6324:
URL: https://github.com/apache/cloudstack/pull/6324#issuecomment-1111224793

   @blueorangutan test


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] nvazquez commented on pull request #6324: Improve log when live patching fails

Posted by GitBox <gi...@apache.org>.
nvazquez commented on PR #6324:
URL: https://github.com/apache/cloudstack/pull/6324#issuecomment-1111013141

   @blueorangutan package


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] Pearl1594 commented on pull request #6324: Improve log when live patching fails

Posted by GitBox <gi...@apache.org>.
Pearl1594 commented on PR #6324:
URL: https://github.com/apache/cloudstack/pull/6324#issuecomment-1111742423

   @blueorangutan test


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] acs-robot commented on pull request #6324: Improve log when live patching fails

Posted by GitBox <gi...@apache.org>.
acs-robot commented on PR #6324:
URL: https://github.com/apache/cloudstack/pull/6324#issuecomment-1111071169

   ## PR Analysis
   https://sonarcloud.io/summary/new_code?id=apachecloudstack&pullRequest=6324
   ## PR Coverage Report
   |**CLASS**|**INSTRUCTION MISSED**|**INSTRUCTION COVERED**|**BRANCH MISSED**|**BRANCH COVERED**|**LINE MISSED**|**LINE COVERED**|
   |-----|-----|-----|-----|-----|-----|-----|


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6324: Improve log when live patching fails

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6324:
URL: https://github.com/apache/cloudstack/pull/6324#issuecomment-1111225215

   @Pearl1594 a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] acs-robot commented on pull request #6324: Improve log when live patching fails

Posted by GitBox <gi...@apache.org>.
acs-robot commented on PR #6324:
URL: https://github.com/apache/cloudstack/pull/6324#issuecomment-1111010929

   Found UI changes, kicking a new UI QA build
   @blueorangutan ui


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6324: Improve log when live patching fails

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6324:
URL: https://github.com/apache/cloudstack/pull/6324#issuecomment-1111011395

   @acs-robot a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress.


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] Pearl1594 commented on pull request #6324: Improve log when live patching fails

Posted by GitBox <gi...@apache.org>.
Pearl1594 commented on PR #6324:
URL: https://github.com/apache/cloudstack/pull/6324#issuecomment-1111742374

   ^ test failed due to dns issue in the lab


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6324: Improve log when live patching fails

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6324:
URL: https://github.com/apache/cloudstack/pull/6324#issuecomment-1111013752

   @nvazquez a Jenkins job has been kicked to build packages. It will be bundled with  KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6324: Improve log when live patching fails

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6324:
URL: https://github.com/apache/cloudstack/pull/6324#issuecomment-1112366137

   <b>Trillian test result (tid-4061)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 37935 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6324-t4061-kvm-centos7.zip
   Smoke tests completed. 95 look OK, 0 have errors
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6324: Improve log when live patching fails

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6324:
URL: https://github.com/apache/cloudstack/pull/6324#issuecomment-1111055230

   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 :heavy_check_mark: debian :heavy_check_mark: suse15. SL-JID 3318


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org