many systemd services for manageiq #23510
-
Hello, I wondering if it's normal to have many many systemd services for manageIQ? Some of them are just the same service but with an different ID. We currently have 1060 systemd services on our MiQ instance, for example for manageiq-web_service :
Most of them are inactive (dead), so i'm curious to know if it's safe to remove them? Maybe it's because of successive upgrade. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hey @Jonathan-Caruana these should be cleaned up by evmserverd but we might be missing some case where they aren't failed but also aren't active. |
Beta Was this translation helpful? Give feedback.
-
Hello @Jonathan-Caruana - yes, this is not normal. The select system_uid from miq_workers; OR MiqWorker.pluck(:guid) UPDATE: As @agrare mentioned, if you stop evmserverd, there should be no values in |
Beta Was this translation helpful? Give feedback.
-
Thank you @agrare and @kbrock for your answers, i will be able to cleaned up :) |
Beta Was this translation helpful? Give feedback.
Hello @Jonathan-Caruana - yes, this is not normal. The
evmserverd
process should delete the services.The valid services are in the
miq_workers
table.OR
UPDATE: As @agrare mentioned, if you stop evmserverd, there should be no values in
miq_workers
(or at least all values in there are no longer valid) and nomanageiq-*@*.service
instance units.