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:
[email protected]


With regards,
Apache Git Services

Reply via email to