We have tried setting up the MOSIP infra on On-prem instance and observed few pods in registration processor are stuck in completed state like regproc-pktserver,regproc-salt & regproc-group1. Is this expected behavior of these deployments? We even tried executing the restart script of registration processor module but new pods belonging to above services are not launching. Can you check and confirm this? Kindly revert back to me in case of any queries.
regproc-salt status completed is correct as per deployment.
regproc-pktserver,regproc-group1 both status should be running ,but it is showing init 0/1 so whether its started now,Please check it.
if not running status still,Please get logs and attach for both service
The above mentioned pods(regproc-pktserver,regproc-group1) were stuck in completed state. So we have executed the restart script of the registration processor module and the new pods are stuck in init 0/1 state.
When I have described the pods to check the issue, I found out below in the logs
The issue is due to both regproc-group1 and regproc-pktserver services using the same PVC using ReadWriteMany access mode which is not supported by longhorn. We are able to find the solution for now by running them in a single node and changing the access mode to ReadWriteOnce. We also tried installing nfsv4 client suggested by longhorn official documentation to overcome this problem,but it didn’t work out. Kindly let us know if there is any other solution.
And also, currently these are the complete list of pods in completed state. Kindly check and confirm which all need to be up and running out of these.