1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

F #4393: change notification failure message

This commit is contained in:
Javi Fontan 2016-11-25 12:40:17 +01:00
parent 398edc7b61
commit b3b949434f

View File

@ -48,7 +48,7 @@ virsh --connect $LIBVIRT_URI qemu-monitor-command $DOMAIN --hmp "block_resize $d
) > /dev/null
if [ $? -ne 0 ]; then
echo "error"
echo "Could not notify the VM about the disk resize. Poweroff cycle needed."
fi