You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
while using OpenEBS replicated storage (Mayastor) in my Kubernetes cluster, created a Mayastor storage class with 2 replication factors. If the worker nodes where the storage is replicated go down, it does not create a copy in available pools and attach the copy.
To Reproduce
Steps to reproduce the behavior:
install openebs with mayastor on talos k8s os.
command i used:
Describe the bug
while using OpenEBS replicated storage (Mayastor) in my Kubernetes cluster, created a Mayastor storage class with 2 replication factors. If the worker nodes where the storage is replicated go down, it does not create a copy in available pools and attach the copy.
To Reproduce
Steps to reproduce the behavior:
install openebs with mayastor on talos k8s os.
command i used:
helm install openebs --namespace openebs openebs/openebs --set zfs-localpv.zfsNode.encrKeysDir="/var/openebs/keys" --set mayastor.etcd.localpvScConfig.basePath="/var/openebs/local/{{ .Release.Name }}/localpv-hostpath/etcd" --set mayastor.loki-stack.localpvScConfig.basePath="/var/openebs/local/{{ .Release.Name }}/localpv-hostpath/loki" --set mayastor.loki-stack.loki.persistence.size=1Gi --set mayastor.csi.node.initContainers.enabled=false --create-namespace
Expected behavior
When a worker node goes down and if there is another pool on another node then replication should create a new copy.
Screenshots
** OS info (please complete the following information):**
iomesh/openebs-ndm 1.8.0 1.8.0
openebs/openebs 4.1.1 4.1.1
openebs-jiva/jiva 3.6.0 3.6.0
Additional context
couldn't attach openebs log as it doesn't support .tar
can share the logs in private / community slack etc.
The text was updated successfully, but these errors were encountered: