Make the network adapter UI in the web interface more flexible#653
Make the network adapter UI in the web interface more flexible#653
Conversation
rdmark
commented
Feb 7, 2022
- Since rascsi now supports attaching SCBR and SCDP to LUNs > 0, add this functionality to the web interface
- Also, add the Host Bridge (SCBR) as a selectable type, while retaining DaynaPORT (SCDP) as the default choice.
|
@rdmark I'm messing around with this (without Mac for testing). The type selection works for me. I'm not sure how to mount a bridge or daynaport network adapter to a LUN different to 0 though. It always complains "LUNs for device ID 5 are not consecutive". It's probably my lack of understanding how this is actually used though. What I have figured out is a way to make the web ui crash:
==> Internal Server Error |
|
@bzeiss Thanks for testing! The way LUNs are implemented in RaSCSI is that they have to be concurrent, meaning you have to attach LUN 0 to a SCSI ID first, then LUN 1 on top of that, etc. So the way you can test this is to attach any non-networking type device first at LUN 0, then SCDP or SCBR after that as LUN 1. As for the crash -- this looks like an issue in rascsi backend. See #652 for which Uwe just fixed and I merged. Can you please test again when you get the chance? |