public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] VM Incremental backup for 3-party solution (Qemu)
@ 2021-08-19 13:21 Radosław Korzeniewski
  2021-08-19 14:22 ` Stefan Reiter
  0 siblings, 1 reply; 3+ messages in thread
From: Radosław Korzeniewski @ 2021-08-19 13:21 UTC (permalink / raw)
  To: pve-devel

Hello,

I'm working on implementing VM incremental backup for a 3-party solution
based on Qemu dirty bitmap which is available in Proxmox. Unfortunately I'm
unable to make it working, so I decided to ask for some help.
First I'm adding a dirty bitmap using the `block-dirty-bitmap-add` command
and making a full backup with `drive-backup` command.
Both are executed in transactions. The bitmap is successfully added.
But the external backup file is populated with ~193K of data and hung.
The backup job is added and QMP returns 3 events:
`"status": "created"`, `"status": "running"`, `"status": "paused"`.
I'm not sure why.
As finally the job is "paused", I try to resume it with `block-job-resume`
command
the `query-block-jobs` returns `"status": "paused"` i `"paused": true`.
All I can do is to cancel the job with the `block-job-cancel` command.
No commands return any error.

Do you have any idea why the job fell into a paused state and how I
should proceed?
-- 
Radosław Korzeniewski
radoslaw@korzeniewski.net


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-24 10:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19 13:21 [pve-devel] VM Incremental backup for 3-party solution (Qemu) Radosław Korzeniewski
2021-08-19 14:22 ` Stefan Reiter
2021-08-24 10:58   ` Radosław Korzeniewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal