Linux Configuration 2

In this example, the volume groups testvg_1 and testvg_2 are created on disks that have multiple paths. LVM tagging is enabled for testvg_1 and disabled for test_vg2.

LVMVolumeGroup lvg1 (
VolumeGroup = testvg_1
EnableLVMTagging = 1
)
LVMVolumeGroup lvg2 (
VolumeGroup = testvg_2
)
Here the /etc/lvm/lvm_'uname  - n'.conf file contains:
activation { volume_list=["testvg_2","@node"] }
where node is the value of uname -n command.