gluster-ansible-cluster icon indicating copy to clipboard operation
gluster-ansible-cluster copied to clipboard

Missing code that will install glusterfs daemon.

Open hetii opened this issue 5 years ago • 1 comments

Hi, I try to deploy glusterfs in raw machines but I got:

TASK [gluster.cluster/roles/gluster_volume : Start glusterd on the nodes if not already started] *************************************************************************************************************************************************************
failed: [devops-env1-glusterfs-zone1-01 -> 10.11.1.150] (item=devops-env1-glusterfs-zone1-01) => {"changed": false, "item": "devops-env1-glusterfs-zone1-01", "msg": "Could not find the requested service glusterd: host"}

Do I need to create manually ansible task to install it?

hetii avatar Oct 04 '19 13:10 hetii

Hi, I try to deploy glusterfs in raw machines but I got:

TASK [gluster.cluster/roles/gluster_volume : Start glusterd on the nodes if not already started] *************************************************************************************************************************************************************
failed: [devops-env1-glusterfs-zone1-01 -> 10.11.1.150] (item=devops-env1-glusterfs-zone1-01) => {"changed": false, "item": "devops-env1-glusterfs-zone1-01", "msg": "Could not find the requested service glusterd: host"}

Do I need to create manually ansible task to install it?

No, you have to call the role gluster.repolsitories. That should take care of installing the packages. Let me know if you face any issues there. I can help with that.

https://github.com/gluster/gluster-ansible-repositories/

sac avatar Oct 07 '19 12:10 sac