Opened 5 years ago
Last modified 5 years ago
#19320 new defect
Allow exporting & importing of VMs with NVMe storage devices
| Reported by: | davecardwell | Owned by: | |
|---|---|---|---|
| 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 (2)
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
Note:
See TracTickets
for help on using tickets.


Patch for ticket #19320 adding import/export support for NVMe (MIT licensed)