I searched google and these very forums. But nothing I found was related to linux quiesce:
I'm using Veeam B&R for backing up a debian linux guest which has several databases on it. In order to create a dump of the database, I'm making use of the pre-freeze/post-thaw scripts. Now the Problem is, that the script takes about 30mins. However the snapshot get's a timeout after 15mins (See vmware.log of said machine).
Is there a way to increase the timout to 30+min? Or am I mistaken and the timeout is not the cause?
vmware.log:
Code: Select all
2013-11-06T09:27:22.670Z| vmx| I120: SnapshotVMX_TakeSnapshot start: 'VEEAM BACKUP TEMPORARY SNAPSHOT', deviceState=0, lazy=0, logging=0, quiesced=1, forceNative=0, tryNative=1, sibling=0 saveAllocMaps=0 cb=11155540, cbData=326030D0
2013-11-06T09:27:22.772Z| vcpu-1| I120: ToolsBackup: changing quiesce state: IDLE -> STARTED
2013-11-06T09:28:00.931Z| vmx| I120: GuestRpcSendTimedOut: message to toolbox-dnd timed out.
2013-11-06T09:28:00.987Z| vmx| I120: GuestRpcSendTimedOut: message to toolbox-dnd timed out.
2013-11-06T09:28:01.051Z| vmx| I120: GuestRpcSendTimedOut: message to toolbox-dnd timed out.
2013-11-06T09:42:22.679Z| vmx| I120: Msg_Post: Warning
2013-11-06T09:42:22.679Z| vmx| I120: [msg.snapshot.quiesce.timeout] Timed out while quiescing the virtual machine.
2013-11-06T09:42:22.679Z| vmx| I120: ----------------------------------------
2013-11-06T09:42:22.684Z| vmx| I120: ToolsBackup: changing quiesce state: STARTED -> DONE
2013-11-06T09:42:22.684Z| vmx| I120: SnapshotVMXTakeSnapshotComplete: Done with snapshot 'VEEAM BACKUP TEMPORARY SNAPSHOT': 0
2013-11-06T09:42:22.684Z| vmx| I120: SnapshotVMXTakeSnapshotComplete: Snapshot 0 failed: Failed to quiesce the virtual machine (40).
Vasko