Advertisement
bengland

rook release-1.0 csi/example/cephfs problem

Jun 24th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. When following directions at with https://rook.io/docs/rook/v1.0/ceph-csi-drivers.html#create-cephfs-demo-pod , everything works except that the pod is not entering the running state. It looks a lot like this issue: https://github.com/rook/rook/issues/2987 . Is there supposed to be an attacher sidecar or not? There is an image defined for the attacher in operator-openshift-with-csi.yaml, but I don't see it running.
  2.  
  3.  
  4. I get this error from the pod logs
  5.  
  6. Events:
  7. Type Reason Age From Message
  8. ---- ------ ---- ---- -------
  9. Normal Scheduled 19m default-scheduler Successfully assigned rook-ceph/csicephfs-demo-pod to ip-10-0-128-36.us-east-2.compute.internal
  10. Warning FailedMount 62s (x8 over 16m) kubelet, ip-10-0-128-36.us-east-2.compute.internal Unable to mount volumes for pod "csicephfs-demo-pod_rook-ceph(92fb2554-96a8-11e9-918b-0a0f99cf7d2c)": timeout expired waiting for volumes to attach or mount for pod "rook-ceph"/"csicephfs-demo-pod". list of unmounted volumes=[mypvc]. list of unattached volumes=[mypvc default-token-6n2jc]
  11. Warning FailedAttachVolume 56s (x15 over 18m) attachdetach-controller AttachVolume.Attach failed for volume "pvc-86fd6ec2-96a8-11e9-918b-0a0f99cf7d2c" : attachment timeout for volume csi-cephfs-pvc-86fd6ec2-96a8-11e9-918b-0a0f99cf7d2c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement