-
Documentation says I should create a PVC this way:
```
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: my-pvc
annotations:
volume.beta.kubernetes.io/storage-class: gluster-hek…
-
We're trying to use gluster volume encryption with heketi using instructions mentioned in https://github.com/gluster/glusterfs-specs/blob/master/done/GlusterFS%203.5/Disk%20Encryption.md#7-getting-sta…
-
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 [glusterfs provisioner that uses Heketi](https:/…
-
When deploying glusterfs using `./gk-deploy -g -n kube-system` it gets stuck on waiting GlusterFS pods to start
```
Using Kubernetes CLI.
Using namespace "kube-system".
Checking for pre-existin…
ghost updated
6 years ago
-
We have installed glusterfs as a two node cluster.This is being consumed by k8s via heketi.
Prometheus runs as a pod in k8s.
We have installed this Prometheus exporter for Gluster Metrics on the glu…
-
Is easily resolved by updating the command:
```
./gk-deploy -g --admin-key --user-key
```
The README instructions should be updated.
-
I find docs on bringing up brand new gluster filesystem. I am looking for guidance on performing routine maintenance without having to wipe block devices and starting over
- If I need to briefly shu…
-
### Observed behavior
if test cases in e2e fail, we are not cleaning up the resource, which leaves the mounted volume as it is
### Expected/desired behavior
even if the test cases fails we …
-
When I recreate gluster container,some bricks in this node is offline.
I find something in glusterd.log:
```
[2018-11-13 02:01:34.895633] I [glusterd-utils.c:5962:glusterd_brick_start] 0-managemen…
-
I'm trying to setup a glusterfs cluster with kubernetes.
I managed to start the glusterd pods on all the nodes (3 nodes)
I also managed to load the topology successfully, however when I run
…