Mount point of Portworx volume

I have previously created kubernetes with Portworx volume and built the mysql pod. One thing that I would like to clarify is that the mount point looks weird. In my worker node, after I used lsblk command, my volume is like

pxd/pxd792599830167249048
251:1 0 2G 0 disk /var/lib/kubelet/pods//volumes/kubernetes.io~portworx-volume/pvc-
vdc 252:32 0 60G 0 disk

It does not show mounting on the vdc.

Is that normal?

Hello @lindaorny This is normal.
/dev/vdc must be your underlying device used by portworx.
pxd/pxd792599830167249048 is the Portworx Volume attached and mounted on the node.
To see the actual mount point used by the Mysql pod - You need to get into the pod and do df -hP

Thanks & Regards
Varun

1 Like