add function to rescan scsi-bus
This commit is contained in:
parent
b611c49db2
commit
0687776d85
1 changed files with 4 additions and 0 deletions
|
@ -849,4 +849,8 @@ getloglevels () {
|
|||
EOF
|
||||
|
||||
}
|
||||
|
||||
rescan_scsi () {
|
||||
echo "- - -" > /sys/class/scsi_host/host0/scan
|
||||
}
|
||||
#EOF
|
||||
|
|
Loading…
Reference in a new issue