device mapper lvm issue

aruslan31

New Member
May 22, 2024
1
0
1
Our setup is cluster of proxmox 7.4-17 nodes.

After one node upgrade to version 8.2.2, we runed into issue.

After server restart device mapper creates links for all available logical volumes into /dev/mapper/ folder even they don't used.

This behavior is incorrect, because it should create links, only when vm start on this host. And removes link, when vm stops/migrates.

We can use workaround for each mapped device : dmsetup remove remotegroup1-vm--xxx--disk--xxx--disk--x

How can we prevent this lvm device mapping after host restart ?