upgrade to proxmox 9 - lvm config

giovvv

Well-Known Member
Aug 4, 2018
47
0
46
57
Hello, I have succesfully completed the upgrade from pve 8 to 9.

I have read too late this note in the configuration instructions:
  • /etc/lvm/lvm.conf -> Changes relevant for Proxmox VE will be updated, and a newer config version might be useful.If you did not make extra changes yourself and are unsure it's suggested to choose "Yes" (install the package maintainer's version) here.
during the installation I answered "No", so my lvm configuration was not updated.

The system boots and everything seems to work, but I am not sure of the consequences of this choice.

This server has zfs on root, so I am not sure if lvm is even relevant here.

Should i fix my error somehow? How?

Thanks
 
It shouldn't be needed but try this
Bash:
apt -o Dpkg::Options::="--force-confask" install --reinstall lvm2

This can help to check for files which were modified
Bash:
apt install -y debsums

# Configs
debsums -es

# All
debsums -as

In case you wonder how I know it's the lvm2 package
Bash:
# dpkg -S /etc/lvm/lvm.conf
lvm2: /etc/lvm/lvm.conf
 
Last edited:
  • Like
Reactions: giovvv and Onslow