Replies: 2 comments 16 replies
-
Will said kernel mounter be able to create mounts in the network namespace of the long-lived pod that is running the csi binary? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Do you mean the nodeStage and NodeUnstage API which is responsible for rbd mapping and unmapping? If yes, we still use go-ceph API to talk to ceph cluster except |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a follow-up to #2946 which has been answered. The clean takeaway (that I agree with) is the current
cephcsi
will never be statically compiled since we usecgo
withgo-ceph
.That said I'm still exploring other possibilities to get a statically compiled binary that would be responsible only for mounting and unmounting volumes using Kernel modules.
In that sense, I'm wondering if it would be possible to extract the kernel mount/umount pieces from
cephcsi
and put that in another binary?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions