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/08/12 19:24:02 UTC

[GitHub] [cloudstack] annProg opened a new pull request, #6638: Fix: rpm dependencies: which and file

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

   ### Description
   `createtmplt.sh` will use `file`, and `setup-sysvm-tmplt` will use `which`. this is log:
   
   ```
   /usr/share/cloudstack-common/scripts/storage/secondary/setup-sysvm-tmplt: line 74: which: command not found
   /usr/share/cloudstack-common/scripts/storage/secondary/createtmplt.sh: line 56: file: command not found
   /usr/share/cloudstack-common/scripts/storage/secondary/createtmplt.sh: line 75: file: command not found
   /usr/share/cloudstack-common/scripts/storage/secondary/createtmplt.sh: line 42: file: command not found
   /usr/share/cloudstack-common/scripts/storage/secondary/setup-sysvm-tmplt: line 74: which: command not found
   /usr/share/cloudstack-common/scripts/storage/secondary/createtmplt.sh: line 56: file: command not found
   /usr/share/cloudstack-common/scripts/storage/secondary/createtmplt.sh: line 75: file: command not found
   /usr/share/cloudstack-common/scripts/storage/secondary/createtmplt.sh: line 42: file: command not found
   ```
   when no `which` and `file`, systemvm template can not be import correctly(not decompressed, stay bzip2), then `libvirtd` will report error:
   
   ```
   Could not open backing file: Image is not in qcow2 format
   ```
   
   Then systemvm can not be started.
   
   <!--- 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
   - [x] Major
   - [ ] 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: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] DaanHoogland commented on pull request #6638: Fix: rpm dependencies: which and file

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

   @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] blueorangutan commented on pull request #6638: Fix: rpm dependencies: which and file

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

   <b>Trillian test result (tid-4693)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 41906 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6638-t4693-kvm-centos7.zip
   Smoke tests completed. 100 look OK, 1 have errors
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_hostha_enable_ha_when_host_in_maintenance | `Error` | 302.69 | test_hostha_kvm.py
   


-- 
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 #6638: Fix: rpm dependencies: which and file

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

   @DaanHoogland 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 #6638: Fix: rpm dependencies: which and file

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

   @DaanHoogland 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 #6638: Fix: rpm dependencies: which and file

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

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


-- 
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] DaanHoogland commented on pull request #6638: Fix: rpm dependencies: which and file

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

   @annProg what version did you find this in and in which version would you like to see it? you are now basing this off of main which means it will go into 4.18 at the soonest.


-- 
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] annProg commented on pull request #6638: Fix: rpm dependencies: which and file

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

   > @annProg what version did you find this in and in which version would you like to see it? you are now basing this off of main which means it will go into 4.18 at the soonest.
   
   `4.16.1.0`. I can install them manually, so 4.18 is ok


-- 
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] DaanHoogland commented on pull request #6638: Fix: rpm dependencies: which and file

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

   @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] boring-cyborg[bot] commented on pull request #6638: Fix: rpm dependencies: which and file

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on PR #6638:
URL: https://github.com/apache/cloudstack/pull/6638#issuecomment-1213443272

   Congratulations on your first Pull Request and welcome to the Apache CloudStack community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md)
   Here are some useful points:
   - In case of a new feature add useful documentation (raise doc PR at https://github.com/apache/cloudstack-documentation)
   - Be patient and persistent. It might take some time to get a review or get the final approval from the committers.
   - Pay attention to the quality of your code, ensure tests are passing and your PR doesn't have conflicts.
   - Please follow [ASF Code of Conduct](https://github.com/apache/.github/blob/main/.github/CODE_OF_CONDUCT.md) for all communication including (but not limited to) comments on Pull Requests, Issues, Mailing list and Slack.
   - Be sure to read the [CloudStack Coding Conventions](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Coding+conventions).
   Apache CloudStack is a community-driven project and together we are making it better 🚀.
   In case of doubts contact the developers at:
   Mailing List: dev@cloudstack.apache.org (https://cloudstack.apache.org/mailing-lists.html)
   Slack: https://apachecloudstack.slack.com/
   


-- 
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] boring-cyborg[bot] commented on pull request #6638: Fix: rpm dependencies: which and file

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on PR #6638:
URL: https://github.com/apache/cloudstack/pull/6638#issuecomment-1272244296

   Awesome work, congrats on your first merged pull request!
   


-- 
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] rohityadavcloud merged pull request #6638: Fix: rpm dependencies: which and file

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


-- 
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