You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Machines without options would be written without trailing colon for retro-compatibility and simplicity.
Solution 2 allows other options to be passed as well.
Applying both 1 and 2 allows the user to decide which machine uses quiesce and falls back on "no quiesce" when quiesce was indicated but the guest agent isn't working.
The text was updated successfully, but these errors were encountered:
vmbackup
snapshots using thequiesce
option.The guest must have guest agent installed, otherwise, the snapshotting will fail.
Possible solutions:
1/ Try with quiesce, catch error, then retry without it.
2/ Let
quiesce
be a parameter taken from the config file. The parameter line could be:Machines without options would be written without trailing colon for retro-compatibility and simplicity.
Solution 2 allows other options to be passed as well.
Applying both 1 and 2 allows the user to decide which machine uses
quiesce
and falls back on "no quiesce" whenquiesce
was indicated but the guest agent isn't working.The text was updated successfully, but these errors were encountered: