|
Hello ceph-csi Developers, I have a question regarding of using ceph-csi for consuming ceph RBD and CephFS in a window pod in k8s? Thanks. Tom |
Answered by
nixpanic
Mar 31, 2025
Replies: 1 comment 1 reply
|
At the moment this is not possible with RBD and CephFS directly. You might be able to use CephFS exported with NFS(v4) and use that for mounting on Windows, but you will have to find out how to install a NFSv4 client on Windows. An other alternative is to use the sink project with RBD or CephFS providing storage for it. |
1 reply
Answer selected by
tomma-a
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment this is not possible with RBD and CephFS directly.
You might be able to use CephFS exported with NFS(v4) and use that for mounting on Windows, but you will have to find out how to install a NFSv4 client on Windows.
An other alternative is to use the sink project with RBD or CephFS providing storage for it.