Volume Mount error: fsck found errors on device but could not correct them #14923
Unanswered
purushothamkdr453
asked this question in
Q&A
Replies: 1 comment
-
Try searching in the existing issue you will find a way to run fsck like this one ceph/ceph-csi#1285. CSI will unmap the rbd image if the mount fails for any reason |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
i am getting below error while describing statefulset pod.
Error:
Internal desc = 'fsck' found errors on device /dev/rbd27 but could not correct them: fsck from util-linux 2.32.1
Moredetails below.
Cluster Setup
6 node kubernetes cluster(rke cluster)
statefulset pod
pod is scheduled on 6th node of cluster.
kubectl describe pod <podname> -n <namespace>
I went to 6th node(where pod is scheduled) and looked for /dev/rdb27 but couldnt find anything under(fdisk -l, df -h output).
CSI image of PV
No mapped devices for csi
I have exec into toolbox pod and looked for a device corresponding to csi.
Any idea what this issue is?
if there is no device corresponding to csi image then from where it is getting the data and showing it as duplicate or bad blocks.
Kindly do the needful.
Beta Was this translation helpful? Give feedback.
All reactions