-
I ran the script with the below command:
./gk-deploy -gvy -n glusterfs
Below is the output for the command:
Using Kubernetes CLI.
Checking status of namespace matching 'glusterfs':
Flag --show-…
-
This is currently fine running via minikube but to go live it needs to have persistent volumes for storing stuff, which so far is:
- influxdb data/config
- chronograf data/config
- kapacitor data…
-
Hi,
Thanks for writing this nice tool to deploy gluster on openshift. However I still seem to be stuck with the above error in the logs.
It seems the gluster pods are running and the heketi pod as…
-
Failure in Job b64a5c61-a5bd-4255-8b83-7dfc223f8054 Flow tendrl.flows.ImportCluster with error: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/tendrl/commons/jobs/__init__.p…
-
logs
```
[root@heketi-7495cdc5fd-x7nnw /]# heketi-cli blockvolume create --size=1
Error: command terminated with exit code 255
```
gluster-block version
```
[root@node0 /]# gluster-block --ve…
-
Sometimes it seems like pvcs aren't getting to heketi and as a result the pvcs sit in a forever pending state.
How can I go about debugging this?
-
Dato che alcune delle ipotesi iniziali relative allo storage sono state abbandonate (#29), è necessario capire come sfruttare al meglio lo spazio di memoria a disposizione.
Appunto qui alcune ipotesi…
-
Travis-ci could be used to run the verification and unit tests.
It is very easy. Heketi uses travis for unit tests and basic tests ("make test"), and centos-ci for the functional tests that require v…
-
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…