Description

In some versions of SSR, it is noticed that a podd service is not running and is in activating state

[email protected]# show system services
Retrieving system services...
=====================================================================================
 Node             Service                 Active State
=====================================================================================
 node1.lab-conductor 128T-plugin-adapter.service       active
 node1.lab-conductor 128TWeb.service             active
 node1.lab-conductor Dredd.service              active
 node1.lab-conductor PCLILogger.service            active
 node1.lab-conductor application-director.service       active
 node1.lab-conductor auditd.service              active
 node1.lab-conductor cadillac.service             active
 node1.lab-conductor mars.service               active
 node1.lab-conductor podd.service               activating
 node1.lab-conductor prank.service              active
 node1.lab-conductor reverse-ssh_conductor1_internal.service active
 node1.lab-conductor reverse-ssh_conductor1_login.service   active
 node1.lab-conductor reverse-ssh_conductor2_internal.service active
 node1.lab-conductor reverse-ssh_conductor2_login.service   active
 node1.lab-conductor scm_watchdog.service           active
 node1.lab-conductor squid-proxy.service           inactive
 node1.lab-conductor system-demon.service           active
 node1.lab-conductor tank.service               active

 

 

 

Symptoms

podd service not running in SSR

Solution

In SSR, podd service takes care of container management script. This service comes into picture while using IDP feature in SSR.

When IDP not in use, it is safe to ignore this service in activating state.

 

In future version of SSR we are planning to address podd service not to be visible if incase IDP is not configured.

Modification History

2024-08-29 : Article Created