diff --git a/scripts/vm/hypervisor/kvm/rundomrpre.sh b/scripts/vm/hypervisor/kvm/rundomrpre.sh index f3019dc2d0a..dc783749815 100755 --- a/scripts/vm/hypervisor/kvm/rundomrpre.sh +++ b/scripts/vm/hypervisor/kvm/rundomrpre.sh @@ -71,7 +71,7 @@ umount_raw_disk() { sync while [ $retry -gt 0 ] do - umount $path &>/dev/null + umount -d $path &>/dev/null if [ $? -gt 0 ] then sleep 5