Discussion:
[Gluster-users] Connection failed. Please check if gluster daemon is operational.
Thomas Weiss
2018-09-13 15:03:00 UTC
Permalink
Hi.

I am very new to GlusterFS.
I have just deployed a cluster and want to list the nodes.

$ gluster pool list

The response :
Connection failed. Please check if gluster daemon is operational.

But the daemon seems to be running:
$ ps aux | grep glusterd
root 7386 0.0 1.7 502920 8944 ? Ssl 11:11 0:00
/usr/sbin/glusterd -p /var/run/glusterd.pid --log-level INFO

What am I doing wrong ?
Thanks in advance !
Nico van Royen
2018-09-13 18:37:50 UTC
Permalink
Hi Thomas,

try running the same gluster pool list command as root (since the $ prompt seems to be a regular user prompt and gluster commands does need root permissions)

Nico


Van: "Thomas Weiss" <***@octo.com>
Aan: "gluster-users" <gluster-***@gluster.org>
Verzonden: Donderdag 13 september 2018 17:03:00
Onderwerp: [Gluster-users] Connection failed. Please check if gluster daemon is operational.

Hi.

I am very new to GlusterFS.
I have just deployed a cluster and want to list the nodes.
$ gluster pool list
The response :
Connection failed. Please check if gluster daemon is operational.

But the daemon seems to be running:
$ ps aux | grep glusterd
root 7386 0.0 1.7 502920 8944 ? Ssl 11:11 0:00 /usr/sbin/glusterd -p /var/run/glusterd.pid --log-level INFO

What am I doing wrong ?
Thanks in advance !


_______________________________________________
Gluster-users mailing list
Gluster-***@gluster.org
https://lists.gluster.org/mailman/listinfo/gluster-users
Atin Mukherjee
2018-09-14 03:53:39 UTC
Permalink
Could you check what does glusterd.log & cli.log files have to say on such
request? Is it failing on some socket file connection?
Post by Thomas Weiss
Hi.
I am very new to GlusterFS.
I have just deployed a cluster and want to list the nodes.
$ gluster pool list
Connection failed. Please check if gluster daemon is operational.
$ ps aux | grep glusterd
root 7386 0.0 1.7 502920 8944 ? Ssl 11:11 0:00
/usr/sbin/glusterd -p /var/run/glusterd.pid --log-level INFO
What am I doing wrong ?
Thanks in advance !
_______________________________________________
Gluster-users mailing list
https://lists.gluster.org/mailman/listinfo/gluster-users
Loading...