Lvm2 not starting at boot

Hi,

It’s under fedora 32 server, I’ve been upgrading it from fedora 31. The problem was already present on fedora31 and made at the time make fedora going to recovery mode, which isn’t happening naymore on fedora 32.
If I deaactivate the swap partition the reste of my lvm partition doesn’t get recognized.

I don’t know if it is related to this

I can mount the lvm partition manually after this whole operation fo course:

sudo vgscan
sudo vgchange -ay
sudo mount {LV_PATH} /path/to/mount/point/

the content of my /etc/fstab regarding that:
/dev/mapper/fedora-fedoravm /vm ext4 defaults 0 0
#/dev/mapper/fedora-swap none swap defaults 0 0
the content of my /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=“$(sed ‘s, release .*$,g’ /etc/system-release)”
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT=“console”
GRUB_CMDLINE_LINUX=“resume=/dev/mapper/fedora-swap rd.md.uuid=2288906c:a632e97e:62188968:fb280734 rd.md.uuid=98b1c9f2:748fa6b9:13fc9f6b:fa19834f rd.lvm.lv=fedora/swap rd.lvm.lv=fedora/fedoravm rd.md.uuid=50e7918f:47e59639:82924552:f9287385 systemd.unified_cgroup_hierarchy=0 rhgb quiet”
GRUB_DISABLE_RECOVERY=“true”
GRUB_ENABLE_BLSCFG=true

the service of lvm2-pvscan doesn’t exist.

I don’t know what to explore more into that. Should I invert the lvm partition in the grub configuration, would that make a change?