-
Hello
I have installed the OpenEBS via helm:
```shell
$ k -n openebs get pod
NAME READY STATUS RESTARTS AGE
cstor-disk-pool-9ltv-84dc49…
-
While working with this example, I am not able to have the permissions applied correctly using democractic-csi. When using a CSI like cstor the permissions are applied as expected.
```
kind: Pers…
-
## Description
Creating a PVC with a cStor storage class on my cluster result in a status "Pending" forever.
Here is the status of the PVC
```
$ kubectl -n registry describe pvc registry-data
…
-
## Description
i try to use cstor
centos 7.6
Linux l 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
k8s 1.18.20
1master 3worker
all node ins…
-
Hello guys,
I have a couple of block devices in my cluster that worked perfectly. After a few days, I checked the `bd` in my cluster, and one of them is `Inactive`, and another block device has be…
-
Hey folks,
I have successfully installed and configured the OpenEBS cStor.
```shell
$ k -n openebs get pod
NAME READY STATUS RESTA…
-
## Description
I installed openebs with cstor enabled, and create a CStorPoolCluster wity 3 pool instance
```
❯ k get cspc
NAME HEALTHYINSTANCES PROVISIONEDINSTANCES DESIRED…
-
## Description
I create pvc in cStor, the cvc always pending.
```
[root@master1 ~]# kubectl get cstorvolumeconfig -n openebs
NAME CAPACITY STATUS …
-
hey
I have a storage class using cstor cas-type with ReplicaCount of 1 by default on a one node cluster.
I would like to be able to increase the storage class ReplicaCount by one every time a new …
-
## Description
I just installed OpenEBS, and I've been tracking down a bug in my cluster where pods aren't getting scheduled because their volumes aren't getting provisioned. The trail goes cold at…