[Bugs] [Bug 1375526] New: Kill rpc.statd on Linux machines

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 13 10:21:13 UTC 2016


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

            Bug ID: 1375526
           Summary: Kill rpc.statd on Linux machines
           Product: GlusterFS
           Version: mainline
         Component: tests
          Keywords: Triaged
          Assignee: bugs at gluster.org
          Reporter: nigelb at redhat.com
                CC: bugs at gluster.org



In our test harness we run this:

https://github.com/gluster/glusterfs/blob/master/tests/include.rc#L467
test x"$OSTYPE" = x"NetBSD" && pkill -9 perfused rpc.statd || true

Since rpc.statd is not killed on Linux machines, it leads to /var/messages
filling up with messages like this:

Sep 11 04:20:42 slave33 sm-notify[16681]: Already notifying clients; Exiting!
Sep 11 04:20:42 slave33 sm-notify[16684]: Version 1.2.3 starting
Sep 11 04:20:42 slave33 sm-notify[16684]: Already notifying clients; Exiting!
Sep 11 04:20:42 slave33 sm-notify[16689]: Version 1.2.3 starting
Sep 11 04:20:42 slave33 sm-notify[16689]: Already notifying clients; Exiting!
Sep 11 04:20:42 slave33 sm-notify[16692]: Version 1.2.3 starting
Sep 11 04:20:42 slave33 sm-notify[16692]: Already notifying clients; Exiting!
Sep 11 04:20:42 slave33 sm-notify[16695]: Version 1.2.3 starting
Sep 11 04:20:42 slave33 sm-notify[16695]: Already notifying clients; Exiting!
Sep 11 04:20:42 slave33 sm-notify[16698]: Version 1.2.3 starting
Sep 11 04:20:42 slave33 sm-notify[16698]: Already notifying clients; Exiting!

Eventually, the disk is full and tests fail.

The line should be modified to be something like this:
pkill -9 perfused rpc.statd || true

See bug 1375521 for an instance for this happening on our test nodes.

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


More information about the Bugs mailing list