Discussion:
[Gluster-users] glustereventsd not being stopped by systemd script
mabi
2018-07-29 19:26:38 UTC
Permalink
Hi,

I just noticed that when I run a "systemctl stop glusterfs" on Debian 9 the following glustereventsd processes are still running:

root 2471 1 0 22:03 ? 00:00:00 python /usr/sbin/glustereventsd --pid-file /var/run/glustereventsd.pid
root 2489 2471 0 22:03 ? 00:00:00 python /usr/sbin/glustereventsd --pid-file /var/run/glustereventsd.pid

Isn't the glusterfs systemd command also supposed to stop these?

I ran into this while upgrading from 3.12.9 to 3.12.12 and I thought I would mention it in case it has been forgotten.

Best regards,
M.
Aravinda Vishwanathapura Krishna Murthy
2018-07-30 03:59:30 UTC
Permalink
Post by mabi
Hi,
I just noticed that when I run a "systemctl stop glusterfs" on Debian 9
root 2471 1 0 22:03 ? 00:00:00 python
/usr/sbin/glustereventsd --pid-file /var/run/glustereventsd.pid
root 2489 2471 0 22:03 ? 00:00:00 python
/usr/sbin/glustereventsd --pid-file /var/run/glustereventsd.pid
Isn't the glusterfs systemd command also supposed to stop these?
glustereventsd is a separate process which can be managed independent of
glusterd. "systemctl stop glustereventsd" will stop the eventsd service.
Post by mabi
I ran into this while upgrading from 3.12.9 to 3.12.12 and I thought I
would mention it in case it has been forgotten.
Best regards,
M.
_______________________________________________
Gluster-users mailing list
https://lists.gluster.org/mailman/listinfo/gluster-users
--
regards
Aravinda VK
mabi
2018-07-30 11:13:51 UTC
Permalink
Hi Aravinda,

Thanks for the info, somehow I wasn't aware about this new service. Now it's clear and I updated my documentation.

Best regards,
M.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
Post by mabi
Hi,
root 2471 1 0 22:03 ? 00:00:00 python /usr/sbin/glustereventsd --pid-file /var/run/glustereventsd.pid
root 2489 2471 0 22:03 ? 00:00:00 python /usr/sbin/glustereventsd --pid-file /var/run/glustereventsd.pid
Isn't the glusterfs systemd command also supposed to stop these?
glustereventsd is a separate process which can be managed independent of glusterd. "systemctl stop glustereventsd" will stop the eventsd service.
Post by mabi
I ran into this while upgrading from 3.12.9 to 3.12.12 and I thought I would mention it in case it has been forgotten.
Best regards,
M.
_______________________________________________
Gluster-users mailing list
https://lists.gluster.org/mailman/listinfo/gluster-users
--
regards
Aravinda VK
Loading...