Activation of logical volume pve/data is prohibited while logical volume pve/data_tmeta is active.

NasKar

Member
May 19, 2022
19
0
6
When I root my proxmox 8.2.2 my VM don't autoboot and I get the error
Activation of logical volume pve/data is prohibited while logical volume pve/data_tmeta is active.

I can fix it with the commands
lvchange -an pve/data_tmeta
lvchange -an pve/data_tdata
vgchange -ay
I don't know what those command do but is there a way to fix it permanently so a reboot just works?
 
Hi,
can you please share the config for the VM in question qm config <VMID> --current as well as the output of pvesm status right after the boot. Also check the systemd journal for errors, journalctl -b gives you a paginated view of the journal since the last boot.
 
Code:
root@pve:~# qm config 101 --current
bios: ovmf
boot: order=scsi0
cores: 2
cpu: x86-64-v2-AES
efidisk0: local-lvm:vm-101-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
ide2: none,media=cdrom
machine: q35
memory: 4096
meta: creation-qemu=8.0.2,ctime=1712101263
name: HA
net0: virtio=5A:21:22:D6:9B:09,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: local-lvm:vm-101-disk-1,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=15ca9786-dd63-412e-88fc-26037cd37b65
sockets: 1
usb0: host=1a86:55d4
usb1: host=10c4:ea60
vmgenid: 6f6b93e1-ca11-4312-ae4a-ad9f676da7b0

after reboot
Code:
qm config 101 --current
bios: ovmf
boot: order=scsi0
cores: 2
cpu: x86-64-v2-AES
efidisk0: local-lvm:vm-101-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
ide2: none,media=cdrom
machine: q35
memory: 4096
meta: creation-qemu=8.0.2,ctime=1712101263
name: HA
net0: virtio=5A:21:22:D6:9B:09,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: local-lvm:vm-101-disk-1,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=15ca9786-dd63-412e-88fc-26037cd37b65
sockets: 1
usb0: host=1a86:55d4
usb1: host=10c4:ea60
vmgenid: 6f6b93e1-ca11-4312-ae4a-ad9f676da7b0

Code:
pvesm status
storage 'truenas-iscsi' is not online
activating LV 'pve/data' failed:   Activation of logical volume pve/data is prohibited while logical volume pve/data_tmeta is active.
storage 'truenas-iscsi' is not online
Name                 Type     Status           Total            Used       Available        %
Frigate             iscsi     active               0               0               0    0.00%
Frigate_Data         cifs     active     34724704815        81045203     34643659612    0.23%
TrueNAS              cifs     active     35436514172       792854560     34643659612    2.24%
local                 dir     active        98497780        34272912        59175320   34.80%
local-lvm         lvmthin   inactive               0               0               0    0.00%
proxmox              cifs     active     35436514172       792854560     34643659612    2.24%
reolink               lvm   inactive               0               0               0    0.00%
truenas-iscsi       iscsi   inactive               0               0               0    0.00%

Code:
x86/cpu: SGX disabled by BIOS.

May 30 17:33:57 pve kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
May 30 17:33:57 pve kernel: TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
May 30 17:33:57 pve kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.

May 30 17:33:57 pve kernel: hpet_acpi_add: no address or irqs in _CRS

May 30 17:33:57 pve kernel: i2c_dev: i2c /dev entries driver
May 30 17:33:57 pve kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
May 30 17:33:57 pve kernel: device-mapper: uevent: version 1.0.3
May 30 17:33:57 pve kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
May 30 17:33:57 pve kernel: platform eisa.0: Probing EISA bus 0
May 30 17:33:57 pve kernel: platform eisa.0: EISA: Cannot allocate resource for mainboard
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 1
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 2
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 3
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 4
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 5
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 6
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 7
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 8
May 30 17:33:57 pve kernel: platform eisa.0: EISA: Detected 0 cards
May 30 17:33:57 pve kernel: intel_pstate: Intel P-state driver initializing
May 30 17:33:57 pve kernel: intel_pstate: Disabling energy efficiency optimization
May 30 17:33:57 pve kernel: intel_pstate: HWP enabled
May 30 17:33:57 pve kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 30 17:33:57 pve kernel: drop_monitor: Initializing network drop monitor service
May 30 17:33:57 pve kernel: NET: Registered PF_INET6 protocol family
May 30 17:33:57 pve kernel: Freeing initrd memory: 59984K
May 30 17:33:57 pve kernel: Segment Routing with IPv6
May 30 17:33:57 pve kernel: In-situ OAM (IOAM) with IPv6
May 30 17:33:57 pve kernel: NET: Registered PF_PACKET protocol family
May 30 17:33:57 pve kernel: Bridge firewalling registered
May 30 17:33:57 pve kernel: Key type dns_resolver registered
May 30 17:33:57 pve kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'

May 30 17:33:57 pve kernel: wmi_bus wmi_bus-PNP0C14:03: WQBC data block query control method not found
 
Code:
root@pve:~# qm config 101 --current
bios: ovmf
boot: order=scsi0
cores: 2
cpu: x86-64-v2-AES
efidisk0: local-lvm:vm-101-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
ide2: none,media=cdrom
machine: q35
memory: 4096
meta: creation-qemu=8.0.2,ctime=1712101263
name: HA
net0: virtio=5A:21:22:D6:9B:09,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: local-lvm:vm-101-disk-1,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=15ca9786-dd63-412e-88fc-26037cd37b65
sockets: 1
usb0: host=1a86:55d4
usb1: host=10c4:ea60
vmgenid: 6f6b93e1-ca11-4312-ae4a-ad9f676da7b0

after reboot
Code:
qm config 101 --current
bios: ovmf
boot: order=scsi0
cores: 2
cpu: x86-64-v2-AES
efidisk0: local-lvm:vm-101-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
ide2: none,media=cdrom
machine: q35
memory: 4096
meta: creation-qemu=8.0.2,ctime=1712101263
name: HA
net0: virtio=5A:21:22:D6:9B:09,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: local-lvm:vm-101-disk-1,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=15ca9786-dd63-412e-88fc-26037cd37b65
sockets: 1
usb0: host=1a86:55d4
usb1: host=10c4:ea60
vmgenid: 6f6b93e1-ca11-4312-ae4a-ad9f676da7b0

Code:
pvesm status
storage 'truenas-iscsi' is not online
activating LV 'pve/data' failed:   Activation of logical volume pve/data is prohibited while logical volume pve/data_tmeta is active.
storage 'truenas-iscsi' is not online
Name                 Type     Status           Total            Used       Available        %
Frigate             iscsi     active               0               0               0    0.00%
Frigate_Data         cifs     active     34724704815        81045203     34643659612    0.23%
TrueNAS              cifs     active     35436514172       792854560     34643659612    2.24%
local                 dir     active        98497780        34272912        59175320   34.80%
local-lvm         lvmthin   inactive               0               0               0    0.00%
proxmox              cifs     active     35436514172       792854560     34643659612    2.24%
reolink               lvm   inactive               0               0               0    0.00%
truenas-iscsi       iscsi   inactive               0               0               0    0.00%

Code:
x86/cpu: SGX disabled by BIOS.

May 30 17:33:57 pve kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
May 30 17:33:57 pve kernel: TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
May 30 17:33:57 pve kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.

May 30 17:33:57 pve kernel: hpet_acpi_add: no address or irqs in _CRS

May 30 17:33:57 pve kernel: i2c_dev: i2c /dev entries driver
May 30 17:33:57 pve kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
May 30 17:33:57 pve kernel: device-mapper: uevent: version 1.0.3
May 30 17:33:57 pve kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
May 30 17:33:57 pve kernel: platform eisa.0: Probing EISA bus 0
May 30 17:33:57 pve kernel: platform eisa.0: EISA: Cannot allocate resource for mainboard
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 1
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 2
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 3
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 4
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 5
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 6
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 7
May 30 17:33:57 pve kernel: platform eisa.0: Cannot allocate resource for EISA slot 8
May 30 17:33:57 pve kernel: platform eisa.0: EISA: Detected 0 cards
May 30 17:33:57 pve kernel: intel_pstate: Intel P-state driver initializing
May 30 17:33:57 pve kernel: intel_pstate: Disabling energy efficiency optimization
May 30 17:33:57 pve kernel: intel_pstate: HWP enabled
May 30 17:33:57 pve kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 30 17:33:57 pve kernel: drop_monitor: Initializing network drop monitor service
May 30 17:33:57 pve kernel: NET: Registered PF_INET6 protocol family
May 30 17:33:57 pve kernel: Freeing initrd memory: 59984K
May 30 17:33:57 pve kernel: Segment Routing with IPv6
May 30 17:33:57 pve kernel: In-situ OAM (IOAM) with IPv6
May 30 17:33:57 pve kernel: NET: Registered PF_PACKET protocol family
May 30 17:33:57 pve kernel: Bridge firewalling registered
May 30 17:33:57 pve kernel: Key type dns_resolver registered
May 30 17:33:57 pve kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'

May 30 17:33:57 pve kernel: wmi_bus wmi_bus-PNP0C14:03: WQBC data block query control method not found
Okay,
so the VM is located on a storage not active after the reboot. Please share the output of cat /etc/pve/storage.cfg and lvdisplay before you manually activate the volume group.
 
You list multiple options in the link. Which do you recommend?

Please share the output of cat /etc/pve/storage.cfg and lvdisplay before you manually activate the volume group.
Code:
cat /etc/pve/storage.cfg
dir: local
        path /var/lib/vz
        content backup,iso,vztmpl

lvmthin: local-lvm
        thinpool data
        vgname pve
        content images,rootdir

cifs: TrueNAS
        path /mnt/pve/TrueNAS
        server 192.168.5.48
        share proxmox
        content backup,images
        prune-backups keep-last=15
        username username

iscsi: truenas-iscsi
        portal 192.168.5.48
        target iqn.2005-10.org.freenas.ctl:reolink
        content images

lvm: reolink
        vgname reolink1
        base truenas-iscsi:0.0.0.scsi-36589cfc0000006323baf70113406efe2
        content images,rootdir
        shared 1

iscsi: Frigate
        portal 192.168.5.48
        target iqn.2005-10.org.freenas.ctl:frigate
        content images

cifs: proxmox
        path /mnt/pve/proxmox
        server 192.168.5.48
        share proxmox
        content images
        prune-backups keep-all=1
        username username

cifs: Frigate_Data
        path /mnt/pve/Frigate_Data
        server 192.168.5.48
        share frigate
        content vztmpl,iso,snippets,rootdir,backup,images
        prune-backups keep-all=1
        username username

Code:
lvdisplay
  --- Logical volume ---
  LV Name                data
  VG Name                pve
  LV UUID                vA44hf-685c-Ypym-x78p-2vbS-v076-QV5MjV
  LV Write Access        read/write
  LV Creation host, time proxmox, 2023-07-05 20:24:04 -0400
  LV Pool metadata       data_tmeta
  LV Pool data           data_tdata
  LV Status              NOT available
  LV Size                <1.67 TiB
  Current LE             437763
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/swap
  LV Name                swap
  VG Name                pve
  LV UUID                px0h7N-0afU-qGfP-c8ed-jAEM-QFx7-cx0UrI
  LV Write Access        read/write
  LV Creation host, time proxmox, 2023-07-05 20:20:25 -0400
  LV Status              available
  # open                 2
  LV Size                8.00 GiB
  Current LE             2048
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           252:0
  
  --- Logical volume ---
  LV Path                /dev/pve/root
  LV Name                root
  VG Name                pve
  LV UUID                C1KNJ9-bZ1Q-ykqJ-qN3d-rRYE-NSWv-gdDDJ0
  LV Write Access        read/write
  LV Creation host, time proxmox, 2023-07-05 20:20:25 -0400
  LV Status              available
  # open                 1
  LV Size                96.00 GiB
  Current LE             24576
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           252:1
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-200-disk-0
  LV Name                vm-200-disk-0
  VG Name                pve
  LV UUID                p2N3c3-Dcjr-BLaT-pWft-P60k-PxJg-UEBrzp
  LV Write Access        read/write
  LV Creation host, time pve, 2023-07-08 09:03:25 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                32.00 GiB
  Current LE             8192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-200-disk-1
  LV Name                vm-200-disk-1
  VG Name                pve
  LV UUID                0my9xZ-rI7Z-Na5d-usES-xom0-fIjH-hpUJ6n
  LV Write Access        read/write
  LV Creation host, time pve, 2023-07-08 09:03:26 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                100.00 GiB
  Current LE             25600
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-201-disk-0
  LV Name                vm-201-disk-0
  VG Name                pve
  LV UUID                SEgMIa-uaGC-2yzs-zvo2-3Ncz-Wuma-XN4Ax4
  LV Write Access        read/write
  LV Creation host, time pve, 2023-07-08 09:21:25 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                32.00 GiB
  Current LE             8192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-201-disk-1
  LV Name                vm-201-disk-1
  VG Name                pve
  LV UUID                xZU10F-hIru-78P0-Lakv-cDDt-fWD0-zXmMQE
  LV Write Access        read/write
  LV Creation host, time pve, 2023-07-08 09:21:26 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                100.00 GiB
  Current LE             25600
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-300-disk-0
  LV Name                vm-300-disk-0
  VG Name                pve
  LV UUID                WDR5cR-NPrX-3kyE-2I9U-SwkF-WDuE-bg0KPh
  LV Write Access        read/write
  LV Creation host, time pve, 2023-07-16 18:09:09 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                100.00 GiB
  Current LE             25600
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-302-disk-0
  LV Name                vm-302-disk-0
  VG Name                pve
  LV UUID                VrQqAw-juKp-CX19-Xcj9-6Ncy-cLYZ-m3fIVy
  LV Write Access        read/write
  LV Creation host, time pve, 2023-07-18 21:19:52 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                100.00 GiB
  Current LE             25600
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-102-disk-0
  LV Name                vm-102-disk-0
  VG Name                pve
  LV UUID                Bb2TmV-5OGK-hKBs-XTFj-GAXD-fXuJ-h2Cnk8
  LV Write Access        read/write
  LV Creation host, time pve, 2023-09-02 09:19:54 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                4.00 MiB
  Current LE             1
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-102-disk-2
  LV Name                vm-102-disk-2
  VG Name                pve
  LV UUID                nE0Cf7-c7Pj-cPXm-U7tH-lIpF-d6Vp-jyxBgZ
  LV Write Access        read/write
  LV Creation host, time pve, 2023-09-02 09:20:36 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                32.00 GiB
  Current LE             8192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-401-disk-0
  LV Name                vm-401-disk-0
  VG Name                pve
  LV UUID                hqaGYd-qrn2-X7YB-YNEY-ifyG-0wz4-ilegH2
  LV Write Access        read/write
  LV Creation host, time pve, 2023-11-05 09:14:27 -0500
  LV Pool name           data
  LV Status              NOT available
  LV Size                100.00 GiB
  Current LE             25600
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-103-disk-0
  LV Name                vm-103-disk-0
  VG Name                pve
  LV UUID                hN2e5V-Wdwv-DgHX-zeQe-6xyT-curx-ViELsY
  LV Write Access        read/write
  LV Creation host, time pve, 2024-04-01 22:12:49 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                4.00 MiB
  Current LE             1
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-103-disk-2
  LV Name                vm-103-disk-2
  VG Name                pve
  LV UUID                R1mVHL-nw1e-lvq2-08su-1bzd-rFqj-60qNI7
  LV Write Access        read/write
  LV Creation host, time pve, 2024-04-01 22:14:35 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                32.00 GiB
  Current LE             8192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-202-disk-0
  LV Name                vm-202-disk-0
  VG Name                pve
  LV UUID                z5NlCd-jTZX-L3qs-aaRa-JvyA-VrIn-48IFFD
  LV Write Access        read/write
  LV Creation host, time pve, 2024-04-06 22:43:35 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                32.00 GiB
  Current LE             8192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-202-disk-1
  LV Name                vm-202-disk-1
  VG Name                pve
  LV UUID                qCFOAk-OTAH-iAAq-kxTC-hbCF-aGZ9-YD8j9s
  LV Write Access        read/write
  LV Creation host, time pve, 2024-04-06 22:53:21 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                100.00 GiB
  Current LE             25600
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-202-disk-2
  LV Name                vm-202-disk-2
  VG Name                pve
  LV UUID                jezp2L-aoqY-1hTe-zu9N-Pohc-OQGX-FXu2Wx
  LV Write Access        read/write
  LV Creation host, time pve, 2024-04-06 22:53:59 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                32.00 GiB
  Current LE             8192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-202-disk-3
  LV Name                vm-202-disk-3
  VG Name                pve
  LV UUID                Q5nGFf-2uZD-Ckxm-ZJ3Z-cCvv-YbfK-md8Pql
  LV Write Access        read/write
  LV Creation host, time pve, 2024-04-06 22:54:27 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                100.00 GiB
  Current LE             25600
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-105-disk-0
  LV Name                vm-105-disk-0
  VG Name                pve
  LV UUID                wjNUk4-5DFY-sANp-Ybxy-gCeN-HJ4j-dk47je
  LV Write Access        read/write
  LV Creation host, time pve, 2024-04-21 08:38:35 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                4.00 MiB
  Current LE             1
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-105-disk-2
  LV Name                vm-105-disk-2
  VG Name                pve
  LV UUID                N6O1w8-iEsF-o42O-Y1Mv-Wunx-zG28-B2UklN
  LV Write Access        read/write
  LV Creation host, time pve, 2024-04-21 08:42:35 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                32.00 GiB
  Current LE             8192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-106-disk-0
  LV Name                vm-106-disk-0
  VG Name                pve
  LV UUID                Y77fs1-KPKa-lq7v-9jK3-E6GI-kc0y-mhHCsP
  LV Write Access        read/write
  LV Creation host, time pve, 2024-04-21 11:14:13 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                2.00 GiB
  Current LE             512
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-101-disk-0
  LV Name                vm-101-disk-0
  VG Name                pve
  LV UUID                Gx6UdG-stTP-sPaN-qfuV-1T4r-GEnq-a47sJg
  LV Write Access        read/write
  LV Creation host, time pve, 2024-05-28 20:04:05 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                4.00 MiB
  Current LE             1
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  
  --- Logical volume ---
  LV Path                /dev/pve/vm-101-disk-1
  LV Name                vm-101-disk-1
  VG Name                pve
  LV UUID                krWLrI-GmAW-2JSQ-B2ul-0Lq3-z5rT-v4qlv0
  LV Write Access        read/write
  LV Creation host, time pve, 2024-05-28 20:04:06 -0400
  LV Pool name           data
  LV Status              NOT available
  LV Size                32.00 GiB
  Current LE             8192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
 
You list multiple options in the link. Which do you recommend?
Increasing the udev timeout is better if you can find a value that works for you, because the mappings check will still be done. The downside is that boot will be slower. Otherwise, I'd suggest disabling the mappings check.
 
Still working through this issue after a reboot after upgrading from 8.1.4 to 8.2.4:
  • DID NOT WORK: increasing udev timeout to 600 secs
  • WORKED: thin_check_options = [ "-q", "--skip-mappings" ] in /etc/lvm/lvm.conf without running update-initramfs -u afterwards