after a crashed/hung Veeam Backup 5.0.0 Backupjob,
there are (growing) snapshots, not showing up in Vsphere nore are deleteable
though
vmware-cmd FileserverNeu.vmx removesnapshots
Code: Select all
vmware-cmd FileserverNeu.vmx removesnapshots
Traceback (most recent call last):
File "/usr/bin/vmware-cmd", line 93, in ?
main()
File "/usr/bin/vmware-cmd", line 65, in main
result = TaskManager().HandleIfTask(result, async=False)
File "/usr/lib/vmware/vmware-cmd/TaskManager.py", line 17, in HandleIfTask
else: return self.WaitForTask(task)
File "/usr/lib/vmware/vmware-cmd/TaskManager.py", line 28, in WaitForTask
result = task.WaitForCompletion()
File "/usr/lib/vmware/vmware-cmd/Task.py", line 20, in WaitForCompletion
onProgressUpdate=self.OnProgressUpdate)
File "/usr/lib/python2.4/site-packages/pyVim/task.py", line 120, in WaitForTask
raise task.info.error
pyVmomi.VmomiSupport.vim.fault.FileLocked: (vim.fault.FileLocked) {
dynamicType = <unset>,
dynamicProperty = (vmodl.DynamicProperty) [],
msg = 'Unable to access file <unspecified filename> since it is locked',
faultCause = <unset>,
faultMessage = (vmodl.LocalizableMessage) [],
file = '<unspecified filename>'
Code: Select all
Removing snapshot
RemoveSnapshot failed, snapshotRef "16-snapshot-37", timeout "3600000"
Unable to access file <unspecified filename> since it is locked
Veeam Backup will attempt to remove snapshot during the next job cycle, but you may consider removing snapshot manually.
Possible causes for snapshot removal failure:
- Network connectivity issue, or vCenter Server is too busy to serve the request
- ESX host was unable to process snapshot removal request in a timely manner
- Snapshot was already removed by another application
Thanks a lot, cicero