LVM Setup on vPlus Node for Disk Attachment Backup Mode
vPlus Node attaches VM disks that potentially are clones of its own (for example if the 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):Check with
vgscan -vvv
that your OS volumes are still being detected:Reboot: