I am facing an issue where my pod is not using the LVM volumes created by TopoLVM. Instead, the pod is defaulting to using the main disk of the node, even though the correct StorageClass is set, and the LVM volumes are created correctly. Here’s a summary of the situation: The LVM volumes are properly created and available. The correct StorageClass is set up in the Kubernetes deployment. The pod doesn't seem to write to the LVM volumes, and instead, it writes to the node's main disk. I have verified that the StorageClass and PVC are correctly defined, and the volumes are correctly created by topolvm. However, the pod still doesn't mount and use the LVM volumes. Has anyone encountered a similar issue or have suggestions on what I might be missing? Any help would be greatly appreciated!
PS: I used microk8s to create the cluster