Informize

Results 9 comments of Informize

I have exactly the same problem. With basic k8s installation (1.25) and ceph installation (17.2.3). Where `cephcsi:v3.5.1` works fine and `cephcsi:v3.7.1` fails.

@Madhu-1 OS on ceph nodes and k8s control/worker nodes are all: ``` Linux control-11 5.4.0-125-generic #141-Ubuntu SMP Wed Aug 10 13:42:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ``` Version of...

@vshankar It hangs for a bit and then returns to prompt dmesg relevant messages: ``` [691243.945358] libceph: mon1 (1)192.168.21.12:6789 session established [691243.945750] libceph: mon1 (1)192.168.21.12:6789 socket closed (con state OPEN)...

@vshankar yes indeed, with mount command i can manually mount it on worker node

> mount helper debugging when its being run by ceph-csi? sorry, can you point out where to look how to enable debug by ceph-csi ?

It will manually mount but not from a pod. Debug flags are set as you can see in this comment: https://github.com/ceph/ceph-csi/issues/3309#issuecomment-1247834262

@vshankar > @Madhu-1 > > OS on ceph nodes and k8s control/worker nodes are all: > > ``` > Linux control-11 5.4.0-125-generic #141-Ubuntu SMP Wed Aug 10 13:42:03 UTC 2022...

> Events: > Type Reason Age From Message > ---- ------ ---- ---- ------- > Normal Scheduled 22m default-scheduler Successfully assigned default/csi-cephfs-demo-pod to worker-11 > Warning FailedMount 10m (x2 over...

Maybe related to this issue: https://github.com/ceph/ceph-csi/issues/3309