Re: [libvirt] [PATCH 04/21] backup: Introduce virDomainBackup APIs

2019-12-03 Thread Peter Krempa
On Wed, Nov 27, 2019 at 11:30:30 -0600, Eric Blake wrote: > On 11/26/19 3:39 PM, Peter Krempa wrote: [...] > > + * For now, backup jobs are also mutually exclusive with any > > + * other block job on the same device, although this restriction may > > + * be lifted in a future release. Progress of

Re: [libvirt] [PATCH 04/21] backup: Introduce virDomainBackup APIs

2019-11-27 Thread Eric Blake
On 11/26/19 3:39 PM, Peter Krempa wrote: From: Eric Blake Introduce a few new public APIs related to incremental backups. This builds on the previous notion of a checkpoint (without an existing checkpoint, the new API is a full backup, differing from virDomainBlockCopy in the point of time cho

Re: [libvirt] [PATCH 04/21] backup: Introduce virDomainBackup APIs

2019-11-27 Thread Daniel P . Berrangé
On Tue, Nov 26, 2019 at 10:39:50PM +0100, Peter Krempa wrote: > From: Eric Blake > > Introduce a few new public APIs related to incremental backups. This > builds on the previous notion of a checkpoint (without an existing > checkpoint, the new API is a full backup, differing from > virDomainBlo

[libvirt] [PATCH 04/21] backup: Introduce virDomainBackup APIs

2019-11-26 Thread Peter Krempa
From: Eric Blake Introduce a few new public APIs related to incremental backups. This builds on the previous notion of a checkpoint (without an existing checkpoint, the new API is a full backup, differing from virDomainBlockCopy in the point of time chosen and in operation on multiple disks at o