Other camcontrol rescan bug?

Hello everyone,

Can someone pls give me a hand and check if they can reproduce the following?

Code:
[root@xxx 10:25am] ~/>camcontrol rescan al
Re-scan of bus 0 was successful
[root@xxx 10:25am] ~/>camcontrol rescan all
camcontrol: CAMIOCOMMAND ioctl failed: Invalid argument

FreeBSD 11.0-p2 with:
Code:
aac0@pci0:9:0:0:    class=0x010400 card=0x02d09005 chip=0x02859005 rev=0x09 hdr=0x00
    vendor     = 'Adaptec'
    device     = 'AAC-RAID'
    class      = mass storage
    subclass   = RAID
aac1@pci0:12:0:0:    class=0x010400 card=0x02ce9005 chip=0x02859005 rev=0x09 hdr=0x00
    vendor     = 'Adaptec'
    device     = 'AAC-RAID'
    class      = mass storage
    subclass   = RAID
 
Can someone pls give me a hand and check if they can reproduce the following?
Works here, 10-STABLE with a whole bunch of buses:
Code:
(0:2) host:/sysprog/terry# camcontrol devl
<LSI Logical Volume 3000>          at scbus0 target 0 lun 0 (pass0,da0)
<Samsung SSD 850 PRO 256GB EXM02B6Q>  at scbus1 target 0 lun 0 (pass1,ada0)
<Slimtype DVD A  DS8A4S JP55>      at scbus3 target 0 lun 0 (pass2,cd0)
<AHCI SGPIO Enclosure 1.00 0001>   at scbus7 target 0 lun 0 (pass3,ses0)
<IBM ULT3580-HH6 G351>             at scbus8 target 0 lun 0 (sa0,pass4)
<IBM 3573-TL E.10>                 at scbus8 target 0 lun 1 (ch0,pass5)
<HGST HUH728080AL4200 A907>        at scbus9 target 19 lun 0 (pass6,da1)
<HGST HUH728080AL4200 A907>        at scbus9 target 20 lun 0 (pass7,da2)
<HGST HUH728080AL4200 A907>        at scbus9 target 21 lun 0 (pass8,da3)
<HGST HUH728080AL4200 A907>        at scbus9 target 22 lun 0 (pass9,da4)
<HGST HUH728080AL4200 A907>        at scbus9 target 23 lun 0 (pass10,da5)
<HGST HUH728080AL4200 A907>        at scbus9 target 24 lun 0 (pass11,da6)
(0:3) host:/sysprog/terry# camcontrol rescan al
Re-scan of bus 0 was successful
(0:4) host:/sysprog/terry# camcontrol rescan all
Re-scan of bus 0 was successful
Re-scan of bus 1 was successful
Re-scan of bus 2 was successful
Re-scan of bus 3 was successful
Re-scan of bus 4 was successful
Re-scan of bus 5 was successful
Re-scan of bus 6 was successful
Re-scan of bus 7 was successful
Re-scan of bus 8 was successful
Re-scan of bus 9 was successful
 
Back
Top