You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After docker pull gluster/gluster-centos and firing it up:
$ docker exec -it gluster /bin/sh
sh-4.2# systemctl status glusterd
Failed to get D-Bus connection: No such file or directory
sh-4.2# systemctl status gluster
Failed to get D-Bus connection: No such file or directory
sh-4.2# ps -AF | grep gluster
root 19 11 0 2275 832 2 19:37 pts/2 00:00:00 grep gluster
sh-4.2# service glusterd restart
Redirecting to /bin/systemctl restart glusterd.service
Failed to get D-Bus connection: No such file or directory
sh-4.2#
The text was updated successfully, but these errors were encountered:
PS fedora container is also defunct. cli.log for both is
[2019-12-11 19:31:00.833644] I [cli.c:773:main] 0-cli: Started running gluster with version 4.1.7
[2019-12-11 19:31:01.014223] I [MSGID: 101190] [event-epoll.c:617:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2019-12-11 19:31:01.014408] I [socket.c:2632:socket_event_handler] 0-transport: EPOLLERR - disconnecting now
[2019-12-11 19:31:01.014579] I [socket.c:3770:socket_submit_request] 0-glusterfs: not connected (priv->connected = 0)
[2019-12-11 19:31:01.014679] W [rpc-clnt.c:1764:rpc_clnt_submit] 0-glusterfs: failed to submit rpc-request (XID: 0x2 Program: Gluster CLI, ProgVers: 2, Proc: 3) to rpc-transport (glusterfs)
[2019-12-11 19:40:37.852792] I [cli.c:773:main] 0-cli: Started running gluster with version 4.1.7
[2019-12-11 19:40:37.946803] I [MSGID: 101190] [event-epoll.c:617:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2019-12-11 19:40:37.947033] W [rpc-clnt.c:1753:rpc_clnt_submit] 0-glusterfs: error returned while attempting to connect to host:(null), port:0
[2019-12-11 19:40:37.947087] W [socket.c:599:__socket_rwv] 0-glusterfs: writev on /var/run/glusterd.socket failed (Transport endpoint is not connected)
[2019-12-11 19:52:53.454900] I [cli.c:768:main] 0-cli: Started running gluster with version 4.1.2
[2019-12-11 19:52:53.551921] I [MSGID: 101190] [event-epoll.c:617:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2019-12-11 19:52:53.552027] I [socket.c:2625:socket_event_handler] 0-transport: EPOLLERR - disconnecting now
[2019-12-11 19:52:53.552187] I [input.c:31:cli_batch] 0-: Exiting with: -1
[2019-12-11 19:53:42.940441] I [cli.c:768:main] 0-cli: Started running gluster with version 4.1.2
[2019-12-11 19:53:43.028336] I [MSGID: 101190] [event-epoll.c:617:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2019-12-11 19:53:43.028452] I [socket.c:2625:socket_event_handler] 0-transport: EPOLLERR - disconnecting now
[2019-12-11 19:53:43.028679] I [socket.c:3763:socket_submit_request] 0-glusterfs: not connected (priv->connected = 0)
[2019-12-11 19:53:43.028751] W [rpc-clnt.c:1764:rpc_clnt_submit] 0-glusterfs: failed to submit rpc-request (XID: 0x2 Program: Gluster CLI, ProgVers: 2, Proc: 3) to rpc-transport (glusterfs)
-- the lines at 19:31 are from the centos container, the rest are from fedora one.
After
docker pull gluster/gluster-centos
and firing it up:The text was updated successfully, but these errors were encountered: