Niels de Vos

Results 78 issues of 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...

component/testing
ci/skip/multi-arch-build

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....

component/testing
dependency/ceph
keepalive
ci/skip/multi-arch-build

# 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,...

component/cephfs
component/testing
keepalive

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:...

cleanup
component/cephfs
component/rbd
keepalive

Examples and deployment files for NVMe-oF. These are used with the e2e testing as well. Depends-on: #5672

component/testing
ci/skip/multi-arch-build
component/nvme-of

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

dependency/k8s
keepalive

Once rook/rook#15551 is available, the ceph-nvmeof deployment added in #5614 can be removed again.

cleanup
dependency/rook
component/testing
keepalive
component/nvme-of

**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...