proxmox-backup/src/bin/proxmox_restore_daemon
Stefan Reiter 86ce56f193 file-restore/disk: support ZFS pools
Uses the ZFS utils to detect, import and mount zpools. These are
available as a new Bucket type 'zpool'.

Requires some minor changes to the existing disk and partiton detection
code, so the ZFS-specific part can use the information gathered in the
previous pass to associate drive names with their 'drive-xxxN.img.fidx'
node.

For detecting size, the zpool has to be imported. This is only done with
pools containing 5 or less disks, as anything else might take too long
(and should be seldomly found within VMs).

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2021-06-28 13:58:41 +02:00
..
api.rs Revert "file-restore-daemon: work around tokio DuplexStream bug" 2021-06-01 10:31:19 +02:00
auth.rs file-restore-daemon: add binary with virtio-vsock API server 2021-04-08 13:57:57 +02:00
disk.rs file-restore/disk: support ZFS pools 2021-06-28 13:58:41 +02:00
mod.rs file-restore-daemon: add disk module 2021-04-08 14:03:54 +02:00
watchdog.rs file-restore-daemon: watchdog: add inhibit for long downloads 2021-05-25 11:56:43 +02:00