LVM setup on DPX vPlus Node for disk attachment backup mode
DPX vPlus 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.confindevicessection - 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 -vvvthat 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