piraeus-operator: no such file or directory

I am trying to test complete site failures. I am struggling to get it working and spawning after the containers get rescheduled.

everything worked fine as long as all replicas where running. However after respawning the pod is stuck now with the following error:

MountVolume.SetUp failed for volume  "pvc-ae4e6a1e-b756-4536-88e4-5b286f883153" : rpc error: code = Internal  desc = NodePublishVolume failed for  pvc-ae4e6a1e-b756-4536-88e4-5b286f883153: failed to stat source device:  stat : no such file or directory
--

About this issue

  • Original URL
  • State: open
  • Created 3 years ago
  • Comments: 17 (5 by maintainers)

Most upvoted comments

Could it be that linstor does not check for cgroup v2 vs v1? I think the blkio cgroup does not even exist anymore, since it’s been replaced by the IO cgroup. Can you open an issue in the upstream linstor-server project for that?