Skip to content

Host mode networking hardcoded to true in ceph-csi chart #4446

Closed Answered by Madhu-1
Starttoaster asked this question in Q&A
Discussion options

You must be logged in to vote

CSI needs to use the hostnetworking to avoid problems with mounts when the node-plugin pod restarts. if we use pod networking for nodeplugin pod, when a CephFS/RBD volume is mounted in a pod using Ceph CSI and then the CSI CephFS/RBD plugin is restarted or terminated (e.g. by restarting or deleting its DaemonSet), all operations on the volume become blocked, even after restarting the CSI pods. The only workaround is to restart the node where the Ceph CSI plugin pod was restarted. we don't want the users to have this pain so default hardcoded value is hostnetworking for csi pods.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Starttoaster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4445 on February 20, 2024 07:16.