Opened 3 years ago
Closed 2 years ago
#21047 closed defect (duplicate)
Invalid AssertRelease for StorageControllerType_NVMe
Reported by: | misha.gps | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.1.36 |
Keywords: | nvme cLedSata | Cc: | |
Guest type: | Linux | Host type: | Linux |
Description
Please change in
file ConsoleImpl2.cpp
function int Console::i_configConstructorInner(PUVM pUVM, PVM pVM, AutoWriteLock *pAlock)
case StorageControllerType_NVMe:
string 2389: AssertRelease(cPorts <= cLedSata);
I think cLedNvme should be used instead of cLedSata
Otherwise, I can't use more than 30 nvme disks out 255
Note:
See TracTickets
for help on using tickets.
Duplicate of #21084, will be fixed in the next 6.1.x maintenance release. VBox 7.0 is not affected by this btw.