diogogmt / webvirt

NodeJS application to manage hyper-visors though libvirt
1 stars 2 forks source link

UI: Migrate command - Server logic #41

Closed sedge closed 11 years ago

sedge commented 11 years ago

This command will require a combination of client & server-side logic to pull off.

The application must use the "hypervisor" attribute of each Host model to learn which syntax to use. For example, when migrating to a xen host, the VIRSH command is slightly different:

Xen: `virsh migrate xen+ssh://address/permissions' KVM: 'virsh migrate qemu+ssh://address/permissions'