LVM setup on Storware Backup & Recovery Node for disk attachment backup mode
Storware Backup & Recovery Node attaches VM disks that potentially are clones of its own (for example if Node deployed from the template) - you need to configure LVM on the Node so that it doesn't scan for LVM volumes where disks are being attached.
Set the following variables in
/etc/lvm/lvm.conf
indevices
section - so that only system volumes are being detected by LVM daemon (in this example sda disk with 2 partitions - sda1 and sda2):devices { filter = [ "a|^/dev/sda|", "a|^/dev/sda1|", "a|^/dev/sda2|", "r|.*|" ] global_filter = [ "a|^/dev/sda|", "a|^/dev/sda1|", "a|^/dev/sda2|", "r|.*|" ] }
Check with
vgscan -vvv
that your OS volumes are still being detected:Allocated VG vg_vprotect at 0x55914f19fac0. Importing logical volume vg_vprotect/lv_root. Importing logical volume vg_vprotect/lv_swap.
Reboot:
reboot
PreviousEnabling HTTPS connectivity for nodesNextFull versions of libvirt/qemu packages installation
Last updated