Uh oh!
There was an error while loading. Please reload this page.
server: Optional destination host when migrate a vm - #4378
Conversation
DaanHoogland
commented
Oct 6, 2020
@weizhouapache a little functional nit; in a bigger env where several admins are working one might want to disable this behaviour so two admins trying to empty a host each don't cross each other. Agree? |
Uh oh!
There was an error while loading. Please reload this page.
fcf8427 to
de06a9aComparede06a9a to
3bc3773Compareyadvr
commented
Oct 28, 2020
@ustcweizhou can you address the conflict? |
e4758ae to
4e22e64Compareyadvr
commented
Nov 25, 2020
@blueorangutan package |
blueorangutan
commented
Nov 25, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Nov 25, 2020
Packaging result: ✖centos7 ✔centos8 ✔debian. JID-2436 |
DaanHoogland
commented
Nov 25, 2020
@blueorangutan package |
blueorangutan
commented
Nov 25, 2020
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Nov 25, 2020
Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2438 |
DaanHoogland
commented
Nov 27, 2020
@blueorangutan test matrix |
blueorangutan
commented
Nov 27, 2020
@DaanHoogland a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
blueorangutan
commented
Nov 27, 2020
Trillian test result (tid-3280)
|
blueorangutan
commented
Nov 27, 2020
Trillian test result (tid-3283)
|
blueorangutan
commented
Nov 28, 2020
Trillian test result (tid-3282)
|
shwstppr
commented
Jan 25, 2021
@ustcweizhou needs changes in new UI |
4e22e64 to
f7078b5Compareblueorangutan
commented
Jul 28, 2021
Trillian test result (tid-1388)
|
weizhouapache
commented
Jul 28, 2021
@blueorangutan package |
blueorangutan
commented
Jul 28, 2021
@weizhouapache a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Jul 28, 2021
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian. SL-JID 674 |
weizhouapache
commented
Jul 28, 2021
@blueorangutan test matrix |
blueorangutan
commented
Jul 28, 2021
@weizhouapache a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
blueorangutan
commented
Jul 28, 2021
Trillian Build Failed (tid-1398) |
blueorangutan
commented
Jul 29, 2021
Trillian test result (tid-1397)
|
blueorangutan
commented
Jul 29, 2021
Trillian test result (tid-1396)
|
weizhouapache
commented
Jul 29, 2021
@blueorangutan test matrix |
blueorangutan
commented
Jul 29, 2021
@weizhouapache a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
blueorangutan
commented
Jul 30, 2021
Trillian test result (tid-1420)
|
weizhouapache
commented
Jul 30, 2021
@blueorangutan test |
blueorangutan
commented
Jul 30, 2021
@weizhouapache a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Jul 30, 2021
Trillian test result (tid-1429)
|
blueorangutan
commented
Jul 30, 2021
Trillian test result (tid-1419)
|
yadvr
commented
Aug 9, 2021
@blueorangutan package |
blueorangutan
commented
Aug 9, 2021
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Aug 9, 2021
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian. SL-JID 803 |
nvazquez
commented
Aug 9, 2021
@blueorangutan test |
blueorangutan
commented
Aug 9, 2021
@nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Aug 10, 2021
Trillian test result (tid-1558)
|
* server: Optional destination host when migrate a vm * #4378: migrate systemvms/routers with optional host * Migrate vms across clusters After enabling maintenance mode on host, if no suitable hosts are found in the same cluster then search for hosts in different clusters having the same hypervisor type set global setting migrate.vm.across.clusters to true * search all clusters in zone when migrate vm across clusters if applicable * Honor migrate.vm.across.clusters when migrate vm without destination * Check MIGRATE_VM_ACROSS_CLUSTERS in zone setting * #4534 Fix Vms are migrated to same clusters in CloudStack caused by dedicated resources. * #4534 extract some codes to methods * fix#4534: an error in 'git merge' * fix#4534: remove useless methods in FirstFitPlanner.java * fix#4534: vms are stopped in host maintenance * fix#4534: across-cluster migration of vms with cluster-scoped pools is supported by vmware vmotion * fix#4534: migrate systemvms is only possible across clusters in same pod to avoid potential network errors. * fix#4534: code optimization Co-authored-by: Rakesh Venkatesh <r.venkatesh@global.leaseweb.com> Co-authored-by: Sina Kashipazha <s.kashipazha@global.leaseweb.com> Co-authored-by: Wei Zhou <weizhou@apache.org> Co-authored-by: Sina Kashipazha <soreana@users.noreply.github.com>
Description
For now, destination host is required when migrate a vm.
Make it optional and let cloudstack to choose an destination host.
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?