cloudstack/tools/marvin/marvin/lib
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
..
__init__.py Add Python flake8 linting for W291 trailing whitespace with Super-Linter (#4687) 2022-03-28 11:40:26 -03:00
base.py Make kvm domain persistent when unmanaged from CS (#11541) 2025-10-07 10:32:33 +05:30
common.py Allow admin/users to add comments to Management Servers (#7379) 2023-04-18 14:16:55 +05:30
decoratorGenerators.py CLOUDSTACK-8394: Use custom decorator to skip test case 2015-04-24 16:29:09 +05:30
ncc.py pre-commit: enable Python flake8 rule `E271` (#9358) 2024-07-09 10:17:53 +02:00
utils.py ScaleIO/PowerFlex smoke tests improvements, and some fixes (#11554) 2025-09-12 16:17:20 +02:00
vcenter.py test: add test for importUnmanagedInstance (#6385) 2022-05-17 11:18:45 -03:00