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 2019/12/04 15:30:50 UTC

[GitHub] [cloudstack] weizhouapache commented on issue #3742: migratewait does not seem to be honored in KVM

weizhouapache commented on issue #3742: migratewait does not seem to be honored in KVM
URL: https://github.com/apache/cloudstack/issues/3742#issuecomment-561696742
 
 
   @borisstoyanov 
   I do not know how xenserver plugin handle the migration if times out.
   in kvm,there are some other settings which can speed up the migration. see below
   
   ```
           value = (String) params.get("vm.migrate.downtime");
           _migrateDowntime = NumbersUtil.parseInt(value, -1);
   
           value = (String) params.get("vm.migrate.pauseafter");
           _migratePauseAfter = NumbersUtil.parseInt(value, -1);
   
           value = (String)params.get("vm.migrate.speed");
           _migrateSpeed = NumbersUtil.parseInt(value, -1);
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services