Skip to content

Commit

Permalink
[patch] remove MIRRORLOGPATH folder creation (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-sreedhara authored Nov 20, 2024
1 parent 5668f33 commit df4fe4c
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@
msg:
- "Pod name ............................... {{ db2_pod_name }}"

- name: "Creating MIRRORLOGPATH folder in {{ db2_pod_name }}"
shell: |
oc exec -it -n {{ db2_namespace }} {{ db2_pod_name }} -- su -lc "mkdir -p /mnt/backup/MIRRORLOGPATH" db2inst1
register: creating_mirrorlog_folder_output

- fail: msg="Failed to create path for MIRRORLOGPATH"
when:
- creating_mirrorlog_folder_output.rc != 0

- name: "Creating LOGARCHMETH1 folder in {{ db2_pod_name }}"
shell: |
oc exec -it -n {{ db2_namespace }} {{ db2_pod_name }} -- su -lc "mkdir -p /mnt/bludata0/db2/archive_log/" db2inst1
Expand Down

0 comments on commit df4fe4c

Please sign in to comment.