Nicolás Vázquez created COMDEV-483: --------------------------------------
Summary: CloudStack GSoC 2023 - Extend Import-Export Instances to the KVM Hypervisor Key: COMDEV-483 URL: https://issues.apache.org/jira/browse/COMDEV-483 Project: Community Development Issue Type: New Feature Reporter: Nicolás Vázquez Github issue: [https://github.com/apache/cloudstack/issues/7127] Description: The Import-Export functionality is only allowed for the Vmware hypervisor. The functionality is developed within a VM ingestion framework that allows the extension to other hypervisors. The Import-Export functionality consists on few APIs and the UI to interact with them: * listUnmanagedInstances: Lists unmanaged virtual machines (not existing in CloudStack but existing on the hypervisor side) * importUnmanagedInstance: Import an unmanaged VM into CloudStack (this implies populating the database with the corresponding data) * unmanageVirtualMachine: Make CloudStack forget a VM but do not remove it on the hypervisor side The complexity on KVM should be parsing the existing XML domains into different resources and map them in CloudStack to populate the database correctly. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For additional commands, e-mail: dev-h...@community.apache.org