Skip to content

Commit

Permalink
Fix for issue #497
Browse files Browse the repository at this point in the history
  • Loading branch information
talek committed Nov 17, 2024
1 parent a6a18eb commit 41b7ad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/aggregate_sgas_fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- "orahost_meta: Aggregate SGAs fails if no sga_target or sga_max_size is defined (oravirt#497)"
1 change: 1 addition & 0 deletions roles/orahost_meta/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
loop_control:
loop_var: __orahost_oracle_database_sga
label: "{{ __orahost_oracle_database_sga.name + ': ' + __orahost_oracle_database_sga.value }}"
when: __orahost_oracle_database_sga is defined

- name: Calculate processes aggregates
ansible.builtin.include_tasks: aggregate_processes.yml
Expand Down

0 comments on commit 41b7ad0

Please sign in to comment.