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 2021/12/09 08:45:52 UTC

[GitHub] [cloudstack] DaanHoogland opened a new pull request #5760: fail 'COMPLETE' Migration if not all files where moved.

DaanHoogland opened a new pull request #5760:
URL: https://github.com/apache/cloudstack/pull/5760


   ### Description
   
   This PR... is an extract of #5750 as that one fixes two issues at the same time.  This for testing convenience.
   <!--- 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)
   - [ ] 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
   - [ ] 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] blueorangutan commented on pull request #5760: fail 'COMPLETE' Migration if not all files where moved.

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


   @DaanHoogland a Jenkins job has been kicked to build packages. 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 #5760: fail 'COMPLETE' Migration if not all files where moved.

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


   @DaanHoogland a Jenkins job has been kicked to build packages. 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 #5760: fail 'COMPLETE' Migration if not all files where moved.

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


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


-- 
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 #5760: fail 'COMPLETE' Migration if not all files where moved.

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


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


-- 
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 #5760: fail 'COMPLETE' Migration if not all files where moved.

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


   @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] DaanHoogland commented on pull request #5760: fail 'COMPLETE' Migration if not all files where moved.

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


   tested succesfully:
   ```
   > migrate secondarystoragedata srcpool=9166e328-608a-4469-8899-4374507e2e20 destpools=e23c6295-82f4-4878-8437-4417944e1653
   {
     "imagestore": {
       "message": "Migration completed. Not all data objects were migrated. Some were probably skipped due to lack of storage capacity.. successful migrations: 1",
       "migrationtype": "COMPLETE",
       "success": false
     }
   }
   ```
   I think we can consider this ok in PR #5750 and merge the fixes here together with that.


-- 
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 removed a comment on pull request #5760: fail 'COMPLETE' Migration if not all files where moved.

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #5760:
URL: https://github.com/apache/cloudstack/pull/5760#issuecomment-989635624






-- 
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 closed pull request #5760: fail 'COMPLETE' Migration if not all files where moved.

Posted by GitBox <gi...@apache.org>.
DaanHoogland closed pull request #5760:
URL: https://github.com/apache/cloudstack/pull/5760


   


-- 
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 removed a comment on pull request #5760: fail 'COMPLETE' Migration if not all files where moved.

Posted by GitBox <gi...@apache.org>.
DaanHoogland removed a comment on pull request #5760:
URL: https://github.com/apache/cloudstack/pull/5760#issuecomment-989635106


   @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] DaanHoogland commented on pull request #5760: fail 'COMPLETE' Migration if not all files where moved.

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


   @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