You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rbd-nbd process running in csi-rbdplugin pod if use rbd-nbd mounter. SIGTERM no reach to rbd-nbd process when csi-rbdplugin pod restart, this issues cause to rbd watcher no graceful release. This leads to healerStageTransaction can't no fast completed, further leads to I/O interrupt 30s.
Environment details
Image/version of Ceph CSI driver : v3.9.0
Helm chart version :
Kernel version :
Mounter used for mounting PVC (for cephFS its fuse or kernel. for rbd its krbd or rbd-nbd) : rbd-nbd
Kubernetes cluster version :
Ceph cluster version :
Steps to reproduce
Steps to reproduce the behavior:
create a test pod with a pvc, and SC use rbd-nbd mounter
use fio test filesystem of pvc mount
restart csi-rbdplugin pod
Actual results
Expected behavior
IO interrupt quick recovery
Logs
If the issue is in PVC creation, deletion, cloning please attach complete logs
of below containers.
csi-provisioner and csi-rbdplugin/csi-cephfsplugin container logs from the
provisioner pod.
If the issue is in PVC resize please attach complete logs of below containers.
csi-resizer and csi-rbdplugin/csi-cephfsplugin container logs from the
provisioner pod.
If the issue is in snapshot creation and deletion please attach complete logs
of below containers.
csi-snapshotter and csi-rbdplugin/csi-cephfsplugin container logs from the
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:
Describe the bug
rbd-nbd process running in csi-rbdplugin pod if use rbd-nbd mounter.
SIGTERM
no reach to rbd-nbd process when csi-rbdplugin pod restart, this issues cause to rbd watcher no graceful release. This leads to healerStageTransaction can't no fast completed, further leads to I/O interrupt 30s.Environment details
fuse
orkernel
. for rbd itskrbd
orrbd-nbd
) : rbd-nbdSteps to reproduce
Steps to reproduce the behavior:
Actual results
Expected behavior
IO interrupt quick recovery
Logs
If the issue is in PVC creation, deletion, cloning please attach complete logs
of below containers.
provisioner pod.
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: