Hi,
I started a cloning operation for a VM which I then cancelled. Now if I try to create a dump with "vmdump", I get the following error:
With qm mod, I can see this job, which is completed:
So it looks like this complete job is in the way, but how can I remove it?
I started a cloning operation for a VM which I then cancelled. Now if I try to create a dump with "vmdump", I get the following error:
Code:
INFO: issuing guest-agent 'fs-freeze' command
INFO: issuing guest-agent 'fs-thaw' command
ERROR: backup_job_create failed: Job ID 'drive-scsi0' already in use
INFO: aborting backup job
INFO: resuming VM again
With qm mod, I can see this job, which is completed:
Code:
qm mon 106
Entering QEMU Monitor for VM 106 - type 'help' for help
qm> info block-jobs
Type mirror, device drive-scsi0: Completed 2097152000 of 10739449856 bytes, speed limit 0 bytes/s
qm> block_job_cancel drive-scsi0
Error: Job 'drive-scsi0' in state 'concluded' cannot accept command verb 'cancel'
So it looks like this complete job is in the way, but how can I remove it?
Last edited: