Niels de Vos
Niels de Vos
Recent versions of Rook use Ceph-CSI Operator by default. There is no need to have Ceph-CSI deployed by Rook, as our CI deploys it from the PR that is being...
The CephFS test `check data persist after recreating pod` has been disabled when Ceph-CSI is deployed with Helm. This PR is used for troubleshooting the issue and re-enabling the test....
# Describe the bug # When the CephFS e2e tests run on Ceph Tentacle (v20), they always fail during ``` check data persist after recreating pod ``` Disabling that test,...
The `NodeGetVolumeStats` procedure in CephFS does not handle requests for using the inital staging path correctly. This isn't a problem with Kubernetes, as that uses the publish path by default:...
Examples and deployment files for NVMe-oF. These are used with the e2e testing as well. Depends-on: #5672
Remove this function once kubernetes/kubernetes/#133847 has been addressed and a release is available (Kubernetes 1.34.2?). https://github.com/ceph/ceph-csi/blob/3053eb514a0c6258d048b1cacc31e7ab45a08044/e2e/utils.go#L1690-L1705
Once rook/rook#15551 is available, the ceph-nvmeof deployment added in #5614 can be removed again.
**What type of PR is this?** Documentation change, setting expectations of the `capacity_range` sizes in `CreateVolume` and other RPCs. **What this PR does / why we need it**: Users have...