Niels de Vos
Niels de Vos
There are several places where libraries can return `ERANGE` and a size argument. It would be good to have a common approach for checking this state and resizing buffers accordingly....
`TestClosedImage()` in `rbd/rbd_test.go` causes Golang panic and hangs. The test was added with PR #150, but is skipped due to these problems. It would be better to enable the test...
While writing a test for some RBD functions, I managed to get the following panic: ``` /build/ceph-12.2.12/src/log/SubsystemMap.h: In function 'bool ceph::logging::SubsystemMap::should_gather(unsigned int, int)' thread 7eff5cff9700 time 2019-12-10 09:25:21.278405 /build/ceph-12.2.12/src/log/SubsystemMap.h: 62:...
Heketi offers an additional way to debug troubles in case unmounting a brick of a Gluster volume fails. This is a problem that is not observed often or consistently. However...
While running tests, several deprecation warnings are reported. With this PR the warnings get reduced. PR #554 addresses the remaining ones. --- This change is [](https://reviewable.io/reviews/gluster/gluster-kubernetes/556)
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind enhancement **What happened**: We would like to add a workload tests in for the Ceph-CSI project. CDI is one of the...
# Describe the feature you'd like to have # It would be useful to have volumes provisioned that can be exported over NFS. Ceph already has the ability to [manage...
# Describe the bug # The `ceph/ceph:v17` container-image (v17.2.2) does not have a fully working Ceph Mgr. See the following links for more details: - rook/rook#10627 - https://tracker.ceph.com/issues/56700 (closed as...
The `ci/centos/k8s-e2e-external-storage` runs the [Kubernetes end-to-end external storage tests](https://github.com/kubernetes/kubernetes/tree/master/test/e2e/storage/external), based on the [different `driver-*.yaml` files](https://github.com/ceph/ceph-csi/tree/devel/scripts/k8s-storage). These driver files describe the capabilities of the provisioner. Currently many features are not enabled...
> @Rakshith-R anything pending here , specifically from ceph csi repo side? please revisit the state as its marked for 3.5 release. The functionality is available, and tested manually. There...