sg3_utils/sg3_utils-flush-fixup.patch

14 lines
350 B
Diff

Index: scripts/rescan-scsi-bus.sh
===================================================================
--- scripts/rescan-scsi-bus.sh.orig
+++ scripts/rescan-scsi-bus.sh
@@ -1183,7 +1183,7 @@ declare -i updated=0
declare -i rmvd=0
if [ -n "$flush" ] ; then
- if [-x $MULTIPATH ] ; then
+ if [ -x $MULTIPATH ] ; then
flushmpaths 1
fi
fi