-
Notifications
You must be signed in to change notification settings - Fork 390
Unable to deploy on Ubuntu 18.04 -> pods not found. #635
Comments
if i remove the glusterfs-server package i get Can't access glusterd on 'worker1' |
If i take a look at the glusterd.log i always get the message that the port is already in use. That again makes sense if glusterd service is running on the worker node itself outside of k8s. The point is that im not able to use the deployment script if glusterd service is down, this results in the following error:
If glusterd is on i get this at the glusterd.log:
Any idea? |
hi @venomone, did you solve this, i met the same problem when creating glusterfs pod. Thank |
The simple answer is no... i tried many Scenarios but none of them worked as expected on ubuntu. |
Thank u, I moved to rook. BTW, I found a new project that alternative for heketi, you can try on this http://github.com/kadalu/kadalu |
I'm running into this same issue on Ubuntu 18.04. Has anyone looked into this? I attempted to use Kadalu but it doesn't serve my needs as I need the ability to define StatefulSets and have the storage service create new PVC for each pod without having to predefine or precreate the PVC's. |
Hello,
im quite new to K8s and rancher but i need some kind of global available storage, therefor i tried out this project but everytime i try to deploy the glusterfs
I get the following error at the dashborad:
Readiness probe failed: /usr/local/bin/status-probe.sh failed check: systemctl -q is-active glusterd.service
and the deployment never went trough sucessefully.
The log output of the pod locks like this:
and basically thats it ...
this is what my topology look like:
Thats the cmd i exec on the rancher node where kubectl is setup and working:
The text was updated successfully, but these errors were encountered: