mirror of https://github.com/apache/cloudstack.git
Update scripts/storage/multipath/connectVolume.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7be9bebdcf
commit
6353507bef
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue