piraeus-operator: in my pod doesn't mount /dev/drbd*

Piraeus Operator v2 is deployed in the k8s cluster k8s - v1.25.7 OS- Ubuntu 22.04.3 LTS

logs csi-controller time="2023-09-27T14:01:43Z" level=debug msg="method called" func=github.com/piraeusdatastore/linstor-csi/pkg/driver.Driver.Run.func1 file="/src/pkg/driver/driver.go:1203" linstorCSIComponent=driver method=/csi.v1.Controller/ListVolumes nodeID= provisioner=linstor.csi.linbit.com req= resp="entries:<volume:<capacity_bytes:10737418240 volume_id:\"pvc-2a7fd36a-b50a-4b7c-9ffb-1ee829d94127\" > status:<published_node_ids:\"node01.test.com\" published_node_ids:\"node02.test.com\" published_node_ids:\"node03.test.com\" volume_condition:<message:\"Volume healthy\" > > > entries:<volume:<capacity_bytes:2147483648 volume_id:\"pvc-3016258f-04a9-405e-883d-a91314bdf708\" > status:<published_node_ids:\"node01.test.com\" published_node_ids:\"node02.test.com\" published_node_ids:\"node03.test.com\" volume_condition:<message:\"Volume healthy\" > > > entries:<volume:<capacity_bytes:2147483648 volume_id:\"pvc-e1cec074-4af2-43f4-bb23-02721936fcb6\" > status:<published_node_ids:\"node01.test.com\" published_node_ids:\"node02.test.com\" published_node_ids:\"node03.test.com\" volume_condition:<message:\"Volume healthy\" > > > " version=v1.2.3-6f99f8b33255d8a8329b780991ae2623c47b39b1

logs csi-node time="2023-09-27T14:03:23Z" level=error msg="method failed" func=github.com/piraeusdatastore/linstor-csi/pkg/driver.Driver.Run.func1 file="/src/pkg/driver/driver.go:1209" error="rpc error: code = NotFound desc = NodeGetVolumeStats failed for pvc-2a7fd36a-b50a-4b7c-9ffb-1ee829d94127: path /var/lib/kubelet/pods/5350c065-7a2b-41b7-bc18-578b351dd832/volumes/kubernetes.io~csi/pvc-2a7fd36a-b50a-4b7c-9ffb-1ee829d94127/mount is not mounted" linstorCSIComponent=driver method=/csi.v1.Node/NodeGetVolumeStats nodeID=node02.test.com provisioner=linstor.csi.linbit.com req="volume_id:\"pvc-2a7fd36a-b50a-4b7c-9ffb-1ee829d94127\" volume_path:\"/var/lib/kubelet/pods/5350c065-7a2b-41b7-bc18-578b351dd832/volumes/kubernetes.io~csi/pvc-2a7fd36a-b50a-4b7c-9ffb-1ee829d94127/mount\" " resp="<nil>" version=v1.2.3-6f99f8b33255d8a8329b780991ae2623c47b39b1

About this issue

  • Original URL
  • State: closed
  • Created 9 months ago
  • Comments: 46 (22 by maintainers)

Most upvoted comments

Thanks you for reporting back.

That is useful information. It’s probably too minor to mention it directly in the tutorial, but useful to know.

Hi. I used the container storage driver VFS! This was my problem! After switching to overlay, everything started working Thank you for your time and tests.