diff --git a/scripts/storage/multipath/connectVolume.sh b/scripts/storage/multipath/connectVolume.sh index fe4ea969dbc..1449ff12c1a 100755 --- a/scripts/storage/multipath/connectVolume.sh +++ b/scripts/storage/multipath/connectVolume.sh @@ -46,7 +46,7 @@ fi // wait for the device path to show up while [ ! -e /dev/mapper/3${WWID} ]; do echo "$(date): Waiting for /dev/mapper/3${WWID} to appear" - sleep + sleep 1 done FINISH_CONNECT=$(dirname $0)/finishConnect.sh