[Bugs] [Bug 1768719] Unnecessary messages when glusterd is not running

bugzilla at redhat.com bugzilla at redhat.com
Tue Nov 5 06:19:24 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1768719

Sanju <srakonde at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
              Flags|                            |needinfo?(nbalacha at redhat.c
                   |                            |om)



--- Comment #1 from Sanju <srakonde at redhat.com> ---
Nithya, I don't see this happening. Do I need to issue any commands before
killing glusterd?

[root at localhost glusterfs]# pkill glusterd
[root at localhost glusterfs]# ps -ax | grep gluster
16869 pts/0    S+     0:00 grep --color=auto gluster
[root at localhost glusterfs]# gluster v status
Connection failed. Please check if gluster daemon is operational.
[root at localhost glusterfs]# gluster v status vol1
Connection failed. Please check if gluster daemon is operational.
[root at localhost glusterfs]# glusterd
[root at localhost glusterfs]# gluster v create vol1 10.215.99.127:/tmp/b{1..3}
force
volume create: vol1: success: please start the volume to access data
[root at localhost glusterfs]# gluster v start vol1
volume start: vol1: success
[root at localhost glusterfs]# gluster v status vol1
Status of volume: vol1
Gluster process                             TCP Port  RDMA Port  Online  Pid
------------------------------------------------------------------------------
Brick 10.215.99.127:/tmp/b1                 49152     0          Y       17096
Brick 10.215.99.127:/tmp/b2                 49153     0          Y       17116
Brick 10.215.99.127:/tmp/b3                 49154     0          Y       17136

Task Status of Volume vol1
------------------------------------------------------------------------------
There are no active volume tasks

[root at localhost glusterfs]# pkill glusterd
[root at localhost glusterfs]# gluster v status vol1
Connection failed. Please check if gluster daemon is operational.
[root at localhost glusterfs]# git pull
Already up-to-date.
[root at localhost glusterfs]#

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Bugs mailing list