cloudstack/plugins/hypervisors
Manoj Kumar 9bcd98876d
Make kvm domain persistent when unmanaged from CS (#11541)
CS creates transient KVM domain.xml. When instance is unmanaged from CS, explicit dump of domain has to be taken to manage is outside of CS.

With this PR

    domainXML gets backed up and becomes persistent for further management of Instance.
    Stopped instance also can be unmanaged, last host for instance is considered for defining domain
    hostid param is supported in unmanageVirtualMachine API for KVM hypervisor and for stopped Instances
    hostid field in response of unmanageVirtualMachine, representing host used for unmanage operation
    Disable unmanaging instance with config drive, can unmanage from API using forced=true param for KVM
2025-10-07 10:32:33 +05:30
..
baremetal utils: add UuidUtils.nameUUIDFromBytes (#11136) 2025-09-01 08:10:31 +02:00
external Extensions: use home directory of cloud user instead of /var/lib/cloudstack/management/ (#11732) 2025-10-01 08:49:58 +02:00
hyperv utils: add UuidUtils.nameUUIDFromBytes (#11136) 2025-09-01 08:10:31 +02:00
kvm Make kvm domain persistent when unmanaged from CS (#11541) 2025-10-07 10:32:33 +05:30
ovm utils: add UuidUtils.nameUUIDFromBytes (#11136) 2025-09-01 08:10:31 +02:00
ovm3 java: fix one typo in many files (#11284) 2025-09-17 22:05:38 +05:30
simulator java: fix one typo in many files (#11284) 2025-09-17 22:05:38 +05:30
ucs Updating pom.xml version numbers for release 4.22.0.0-SNAPSHOT 2025-08-28 12:00:42 +05:30
vmware java: fix one typo in many files (#11284) 2025-09-17 22:05:38 +05:30
xenserver java: fix one typo in many files (#11284) 2025-09-17 22:05:38 +05:30