Upgraded one of 3 nodes in my setup with OCFS2. YES, I know, it's not supported by Proxmox, but I ask and report anyway, as others here might hit the issue or have the solution already.
The node booted OK after the upgrade, with the pinned kernel 6.2.16-20-pve (I think, that is still needed).
The mount of the OCFS-storage fails at boot time "mount.ocfs2: Cluster name is invalid while trying to join the group", in turn several cluster- and pve-related services fail.
If I mount the storage manually, it works and in turn the other services come up ... and the node is part of the cluster, and VMs can be migrated there and started.
I assume some race-condition or so ... as if the mount is tried too early or so.
The mount is currently generated by systemd from this fstab-line:
`/dev/mapper/msa2060_lun1 /mnt/ocfs2/PVE001 ocfs2 _netdev,defaults 0 0`
afaik `_netdev` should make it wait for connectivity, right?
Should I create a specific mount-unit with some extra dependency maybe?
thanks for any pointers!
The node booted OK after the upgrade, with the pinned kernel 6.2.16-20-pve (I think, that is still needed).
The mount of the OCFS-storage fails at boot time "mount.ocfs2: Cluster name is invalid while trying to join the group", in turn several cluster- and pve-related services fail.
If I mount the storage manually, it works and in turn the other services come up ... and the node is part of the cluster, and VMs can be migrated there and started.
I assume some race-condition or so ... as if the mount is tried too early or so.
The mount is currently generated by systemd from this fstab-line:
`/dev/mapper/msa2060_lun1 /mnt/ocfs2/PVE001 ocfs2 _netdev,defaults 0 0`
afaik `_netdev` should make it wait for connectivity, right?
Should I create a specific mount-unit with some extra dependency maybe?
thanks for any pointers!