mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-13 22:00:34 +08:00
Error messages
This commit is contained in:
@@ -39,7 +39,7 @@ _graceful_shutdown() {
|
|||||||
if [[ ! "${RESPONSE}" =~ "\"success\"" ]] ; then
|
if [[ ! "${RESPONSE}" =~ "\"success\"" ]] ; then
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Could not send shutdown command to guest, error: $RESPONSE"
|
echo "ERROR: Could not send shutdown command to the guest ($RESPONSE)"
|
||||||
|
|
||||||
# If we cannot shutdown the usual way, fallback to the NMI method
|
# If we cannot shutdown the usual way, fallback to the NMI method
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user