[pbs-devel] [PATCH 0/5] Add LVM (thin) support for single file restore

Stefan Reiter s.reiter at proxmox.com
Wed Jun 30 17:57:54 CEST 2021


Uses LVM tools to support LVM(-thin) volumes in the single-file restore daemon.
Tested with multi-disk LVs, thinpools and different filesystems on top of them.

Note for testing: The current proxmox-backup git master will not work for
building the proxmox-restore-daemon binary, as the OpenID changes pull in some
library dependencies not available in the restore VM.


proxmox-backup-restore-image: Stefan Reiter (1):
  add LVM (thin) tooling

 src/build_initramfs.sh | 6 ++++++
 src/config-base        | 1 +
 2 files changed, 7 insertions(+)

proxmox-backup: Stefan Reiter (4):
  file-restore-daemon/disk: dedup BucketComponents and make size
    optional
  file-restore-daemon/disk: fix component path errors
  file-restore-daemon/disk: ignore already-mounted error and prefix
    zpool
  file-restore-daemon/disk: add LVM (thin) support

 src/bin/proxmox_restore_daemon/api.rs  |   2 +-
 src/bin/proxmox_restore_daemon/disk.rs | 222 +++++++++++++++++++++++--
 2 files changed, 208 insertions(+), 16 deletions(-)

-- 
2.30.2





More information about the pbs-devel mailing list