Renich Bon Ciric

Results 25 comments of Renich Bon Ciric

This works for me. It includes the "--show-all" fix I suggested in a pull request but hasn't been merged. ``` diff diff --git a/deploy/gk-deploy b/deploy/gk-deploy index e3735e1..4309b92 100755 --- a/deploy/gk-deploy...

@r1cebank you probably forgot to install glusterfs-client. Make sure all the nodes have it installed. Also, you need the dm_thin_pool kernel module. https://github.com/gluster/gluster-kubernetes/blob/master/docs/setup-guide.md

@r1cebank it seems like the gluster nodes aren't being created for some reason. No idea why. It might have to do with your k8s setup. Try creating other pods and...

Removing the --show-all, effectively allows me to finish the installation: ``` # ./gk-deploy -n kube-system -gvy topology.json Using Kubernetes CLI. Checking status of namespace matching 'kube-system': kube-system Active 50m Using...

I don't understand. In this example: https://github.com/trajano/docker-volume-plugins/tree/master/glusterfs-volume-plugin#testing-outside-the-swarm you do exactly this, don't you?

Oh, so I need to create the volume? OK, I will try that then.

So, I've created the volume and started it: ```bash gluster volume create test glusterfs0:/srv/glusterfs/brick0/test glusterfs1:/srv/glusterfs/brick0/test glusterfs2:/srv/glusterfs/brick0/test gluster volume start test # list it (it shows) gluster volume list # try...

Thank you for the personalized example. I am using 6.0-1... :S In any case, I did the following an dit didn't work either: ```bash # undo docker volume rm trajano...

I am interested in this as well.