Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[must-gather]Add GMR file trigger support
The API services can only use the file trigger for GMR as apache disables signal handling. This PR adds the file trigger config for every server. GMR can be triggered by oc exec <service pod> -- touch /var/lib/nova Optionally non apache based services produce GMR also via oc exec <service pod> -- kill -USR2 1
- Loading branch information