]> git.proxmox.com Git - proxmox-backup.git/commit
fix #3515: file-restore-daemon: allow LVs/PVs with dash in name
authorStefan Reiter <s.reiter@proxmox.com>
Tue, 13 Jul 2021 09:23:21 +0000 (11:23 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 13 Jul 2021 10:07:51 +0000 (12:07 +0200)
commitd9822cd3cb30494b2fdabd7a3670e940ad8199ae
treecd4d115e3eb677a378860f01b31a4f697a3080d1
parent66501529a2efbd5a426eba56ff8604db157b7814
fix #3515: file-restore-daemon: allow LVs/PVs with dash in name

LVM replaces any dashes '-' in an LV or PV name with two '--' for the
created device node in /dev/mapper/ to distinguish the seperating
character between the PV and LV name.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/bin/proxmox_restore_daemon/disk.rs