In article <zqxjjh0nif9hy...@math.uni-bonn.de>, Edgar Fuß <e...@math.uni-bonn.de> wrote: >-=-=-=-=-=- > >After adding a virtual disk to an mfii(4) device (racadm createvirtualdisk, >in my case), you get a nice > mfii0: logical drive 2 added (target 2) >message, but > scsictl scsibus0 scan 2 0 >doesn't find any drive. > >That's because sc_ld[i].ld_present is still unset from mfii_attach() and so >mfii_scsipi_request() will return early (with xs->error = XS_SELTIMEOUT). > >The attached fix seems pretty dammn obvious and appears to work. > >Shall I file a PR?
Committed, thanks! christos