-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rbd mirror features prevents pod to mount the image #1912
Comments
@reza-rahim can you provide the exact CSI Driver version. we have multiple bug fixes of releases v3.2 can you please specify vx.y.z? |
This is I see in the pod definition image: quay.io/cephcsi/cephcsi:v3.2.0 Would you please let me know how to get for detail? |
@reza-rahim I will take a look at it 👍 |
awesome, it would be nice the csi also works "--image-feature exclusive-lock,journaling ". We are planning to do a multi datacenter disaster recovery POC with k8/rook/ceph when we have this issue resolved. |
will be added in #1325. i just need to rebase the PR and resolve the merge conflicts |
@reza-rahim considering #1325 is merged and already part of the release v3.3, can we close this issue? |
Fixed by #1991. Closing |
sure @humblec. |
Describe the bug
rbd mirror features prevents pod to mount the rbd image. Pod got stuck in creation.
Environment details
fuse
orkernel
. for rbd itskrbd
orrbd-nbd
) :Steps to reproduce
Steps to reproduce the behavior:
Steps:
rbd mirror image enable csi-vol-47ca0472-7ed5-11eb-b969-e28228ec8762 snapshot --pool=replicapool
logs:
image replicapool/csi-vol-47ca0472-7ed5-11eb-b969-e28228ec8762 is still being used
Actual results
pod got stuck in container create state
Expected behavior
pod should be running
A clear and concise description of what you expected to happen.
Logs
If the issue is in PVC creation, deletion, cloning please attach complete logs
of below containers.
#############--------------##############
If the issue is in PVC resize please attach complete logs of below containers.
provisioner pod.
If the issue is in snapshot creation and deletion please attach complete logs
of below containers.
provisioner pod.
If the issue is in PVC mounting please attach complete logs of below containers.
csi-rbdplugin/csi-cephfsplugin and driver-registrar container logs from
plugin pod from the node where the mount is failing.
if required attach dmesg logs.
Note:- If its a rbd issue please provide only rbd related logs, if its a
cephfs issue please provide cephfs logs.
Additional context
Add any other context about the problem here.
For example:
Any existing bug report which describe about the similar issue/behavior
The text was updated successfully, but these errors were encountered: