[pve-devel] [PATCH qemu-server 0/2] Add qm diskimport command

Emmanuel Kasper e.kasper at proxmox.com
Tue Apr 25 12:35:00 CEST 2017


On 04/25/2017 11:51 AM, Michael Rasmussen wrote:
> Could this be extended to move an unused disk from one VM to another?

Yes that should be possible. But I want to finish the whole import thing
first. If you want, you can submit a feature request in bugzilla so the
idea is not forgotten.


> On April 25, 2017 10:56:00 AM GMT+02:00, Emmanuel Kasper <e.kasper at proxmox.com> wrote:
>> This new qm command allows to add an external disk image as 'unused'
>> disk
>> to an existing VM.
>> This idea from Alexandre has been discussed in this thread
>> http://pve.proxmox.com/pipermail/pve-devel/2017-January/025099.htm
>>
>> Combined with the OVF parser which was submitted to the list last month
>>
>> ( [PATCH qemu-server v4 0/5] Initial support for OVF import ) this
>> should
>> allows direct import of ovf compatible exports from other hypervisors.
>>
>> Emmanuel Kasper (2):
>>  Add DiskImport module to import external disk images into a VM
>>  Add new qm option 'diskimport' to import external disk images
>>
>> PVE/CLI/qm.pm                | 39 +++++++++++++++++++
>> PVE/QemuServer/DiskImport.pm | 93
>> ++++++++++++++++++++++++++++++++++++++++++++
>> PVE/QemuServer/Makefile      |  1 +
>> 3 files changed, 133 insertions(+)
>> create mode 100755 PVE/QemuServer/DiskImport.pm
>>
>> -- 
>> 2.11.0
>>
>>
>> _______________________________________________
>> pve-devel mailing list
>> pve-devel at pve.proxmox.com
>> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
> 




More information about the pve-devel mailing list