gluster-csi-driver icon indicating copy to clipboard operation
gluster-csi-driver copied to clipboard

DEPRECATED: Gluster Container Storage Interface (CSI) driver

Results 33 gluster-csi-driver issues
Sort by recently updated
recently updated
newest added

We are using GlusterFS for all our storage in Kubernetes today. Kubernetes developers are working on replacing the in-tree drivers with CSI-drivers. I can't see any progress here since the...

**Describe the bug** I deployed a standalone Glusterfs with version 10.4 following the guidelines on the official website of Glusterfs. I used CSI to create PVC, but the provider error...

Signed-off-by: Jose A. Rivera

in progress

This PR splits the controller and node CSI roles into two separate binaries. Driver tests are not currently implemented as the CSI sanity test suite does not yet support split...

in progress

**Describe the feature you'd like to have.** There should be a CSI driver that works with Heketi so that users who have not yet moved to GD2 can benefit from...

feature

**Describe the bug** Per the [CSI spec](https://github.com/container-storage-interface/spec/blob/master/spec.md#getplugininfo) the name of a CSI driver must conform to the following requirements: ``` The name MUST follow domain name notation format (https://tools.ietf.org/html/rfc1035#section-2.3.1). It...

**Describe the feature you'd like to have.** Encrypted PV with the key managed in Kubernetes **What is the value to the end user? (why is it a priority?)** If there...

**Describe the feature you'd like to have.** The GlusterFS FUSE mount process will write logs in the `/var/log/glusterfs` default location. These logs need to be rotated to prevent filling up...

At present the parameters for provisioner has been taken from `ENV` which has to be changed and enabled for SC parameter list. The `TODO` in the csi driver commit https://github.com/gluster/gluster-csi-driver/blob/master/pkg/glusterfs/controllerserver.go#L59...

MVP 1.0
in progress

**Describe the feature you'd like to have.** The Gluster volume name that backs a PV/PVC should be easily recognizable, given the PVC name and namespace. **What is the value to...

feature