Re: [pve-devel] [PATCH v2 00/11] live-restore for PBS snapshots

2021-04-15 Thread Thomas Lamprecht
On 03.03.21 10:56, Stefan Reiter wrote: > "live-restore" allows starting a VM immediately from a backup snapshot, no > waiting for a long restore process. This is made possible with QEMU backing > images, i.e. data is read from the backup which is attached to the VM as a > drive, but new data is wr

Re: [pve-devel] [PATCH v2 00/11] live-restore for PBS snapshots

2021-03-22 Thread Dominic Jäger
On Wed, Mar 03, 2021 at 10:56:01AM +0100, Stefan Reiter wrote: > > "live-restore" allows starting a VM immediately from a backup snapshot, no > waiting for a long restore process. Live restore worked multiple times for me from ext4, xfs & zfs datastores to zfs and lvm with backups of - a Debia

[pve-devel] [PATCH v2 00/11] live-restore for PBS snapshots

2021-03-03 Thread Stefan Reiter
First two patches are unrelated cleanups to QEMU patches-in-patches, patch 3 depends on them though. v2: * incorporated review feedback on qemu-server patches * updated and rebased QEMU patches for 5.2 * fixed live-restore to ceph RBD - note that restoring to user-space Ceph is still rather slow