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

**Describe the bug** I have created a 2.5G PVC. Gluster volume it created in backend is of capacity 2.5GiB but pvc capacity it is showing as 3Gi. **Steps to reproduce**...

On kubernetes worker node already running rpcbind. And daemonset with pods in privileged mode can't start rpcbind from systemctl in pod.

**Describe the bug** Written a script like, it will create pvc and it will wait for pvc to get bound. Then it will write into file time taken for pvc...

Glusterd2 added support for `max-brick-size` to decide distribute count automatically(https://github.com/gluster/glusterd2/pull/1386). Manually specifying distribute count is also supported. This needs to be supported in CSI driver.

feature

**Describe the feature you'd like to have.** Support for [the new `CLONE_VOLUME` operation](https://github.com/container-storage-interface/spec/commit/7a8d2d546db2b010d924708ab36f5dd43a10098d), which can take a `VolumeSource` (not snapshot) as origin to clone. This will be used by [kubevirt/cdi](https://github.com/kubevirt/containerized-data-importer)....

feature

If there is an authentication issue while connecting with the glusterd2, CSI driver should return `UNAUTHENTICATED` status call back to the CO. this is applicable while the user is creating...

**Describe the bug** Creating 100 pvcs using script with 30 secs gap , few pvcs are failed to create. **Steps to reproduce** -> Create 100 pvcs uisng script then observe...

In PR #30 we have a proposed set of storage class parameters. As a part of creating this list, I took a look at the existing parameters accepted by the...

in progress
feature

This issue handles the requirement for glusterblock CSI driver which is capable of performing below actions in its first version. *) Create block volume *) Delete block volume *) Mount...

help wanted
feature

PVC going in pending state after creating and deleting single PVC in loop. ``` [vagrant@kube1 ~]$ kubectl describe pvc Name: gcs-pvc1 Namespace: default StorageClass: glusterfs-csi Status: Pending Volume: Labels: Annotations:...

bug