Skip to content

Commit 6353507

Browse files
Rene GloverCopilot
andauthored
Update scripts/storage/multipath/connectVolume.sh
Co-authored-by: Copilot <[email protected]>
1 parent 7be9beb commit 6353507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/storage/multipath/connectVolume.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646
// wait for the device path to show up
4747
while [ ! -e /dev/mapper/3${WWID} ]; do
4848
echo "$(date): Waiting for /dev/mapper/3${WWID} to appear"
49-
sleep
49+
sleep 1
5050
done
5151

5252
FINISH_CONNECT=$(dirname $0)/finishConnect.sh

0 commit comments

Comments
 (0)