Opened 5 years ago
Closed 9 months ago
#19320 closed defect (fixed)
Allow exporting & importing of VMs with NVMe storage devices
Reported by: | davecardwell | Owned by: | paulson |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.1.2 |
Keywords: | Cc: | ||
Guest type: | all | Host type: | all |
Description
VirtualBox errors when exporting a VM with an NVMe controller:
VBoxManage error: VBoxManage: error: Cannot handle medium attachment: storageBus is 7, channel is 0, device is 0 VBoxManage: error: Details: code VBOX_E_NOT_SUPPORTED (0x80bb0009), component MachineWrap, interface IMachine, callee nsISupports VBoxManage: error: Context: "ExportTo(pAppliance, Bstr(pszAbsFilePath).raw(), pVSD.asOutParam())" at line 1534 of file VBoxManageAppliance.cpp
There is no support for StorageBus_PCIe in src/VBox/Main/src-server/ApplianceImplExport.cpp nor ApplianceImplImport.cpp
Attachments (1)
Change History (4)
by , 5 years ago
Attachment: | vbox-import_export_nvme.patch added |
---|
comment:1 by , 5 years ago
Started a thread at https://www.virtualbox.org/pipermail/vbox-dev/2020-February/015416.html
comment:2 by , 12 months ago
Owner: | set to |
---|---|
Status: | new → assigned |
Many thanks for the bug report and the supplied patch! This has been addressed now in the development branch of VirtualBox and the fix will also be part of the next maintenance releases of VirtualBox 7.0.x and 6.1.x.
comment:3 by , 9 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Hello,
We just released VirtualBox 6.1.50 and 7.0.14. This issue should be fixed there. You can download this version from here. Closing.
Patch for ticket #19320 adding import/export support for NVMe (MIT licensed)