Sebastien Dionne

Results 48 issues of Sebastien Dionne

Here what I did. my drives were partionned correctly, but I ran those commands - wipefs -fa /dev/sda4 - wipefs -fa /dev/sda3 - wipefs -fa /dev/sda2 - wipefs -fa /dev/sda1...

Backlog

I ran a tool to validate the cluster (https://github.com/derailed/popeye), and I found out that lot of services declare ports that are not in the corresponding pods. here a example :...

good first issue
help wanted
Backlog

I followed this guide : https://github.com/openebs/cstor-operators/blob/master/docs/tutorial/volumes/resize.md After that I deleted the pod. The pod was never able to mount the PV. I had to scale down to 0 the deployment...

Following Kubernetes good practices when a container have more than one Port, those ports should be named to avoid confusion. here a example for a cstor ```` ports: - containerPort:...

This morning I have again this error : ```` Warning FailedMount 2m1s (x3 over 6m5s) kubelet MountVolume.MountDevice failed for volume "pvc-a8f02b71-52ae-4afb-816a-cfc8a5e4a1de" : rpc error: code = Internal desc = Volume...

the 3th rows Capacity is not formatted correctly ```` NAME HOSTNAME FREE CAPACITY READONLY PROVISIONEDREPLICAS HEALTHYREPLICAS STATUS AGE cstorpoolinstance.cstor.openebs.io/cspc-iep-localpv-2z7z test-pcl112 3160G 3160000614k false 0 0 ONLINE 3m19s cstorpoolinstance.cstor.openebs.io/cspc-iep-localpv-shtf test-pcl113 4T...

```` Why openebs-cstor-openebs-ndm the label is not : openebs.io/version=2.5.0 ? but in openebs-ndm the label is correct ? (I think the dependancy in ctsor chart should overwrite the label) NAME...

I have a CSPC that started to crash in loop this weekend ```` cspc-iep-mirror-hr8z-66b67d79c-xtkrx 3/3 Running 0 3d22h cspc-iep-mirror-t46v-6d65b46d55-s5hgp 2/3 CrashLoopBackOff 35 3d22h ```` kubectl logs -n openebs cspc-iep-mirror-t46v-6d65b46d55-s5hgp cstor-pool...

I create a cstor with multiple disks from few nodes in raidmode : stripes. I have around 4T of free space. I see the allow expanding at true. I created...

PS. I try with vagrant 2.1.15 and I have the same result. PS. I change the timeout value to 10 minutes to 10 sec.. it doesn't change the result :(...