Skip to content

Commit

Permalink
[must-gather]Add GMR file trigger support
Browse files Browse the repository at this point in the history
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
gibizer committed Dec 20, 2023
1 parent 03ba9b3 commit fc2651c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/nova.conf
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,7 @@ user_domain_name = {{ .default_user_domain}}

[upgrade_levels]
compute = auto

[oslo_reports]
# api services need file based GMR trigger as apache disables signal handling
file_event_handler=/var/lib/nova

0 comments on commit fc2651c

Please sign in to comment.