Update git submodules

* Update openstack-helm-infra from branch 'master'
  to b34409b7c36da61fed74f862283f2bfd7274b1ad
  - Merge "Fix elasticsearch-data shutdown"
  - Fix elasticsearch-data shutdown
    
    The shutdown script for the elasticsearch-data container uses a trap
    handler to run the steps outlined in the rolling restart procedure [0].
    However, when trying to kill the elasticsearch process (step 3), the
    script sends the TERM signal to itself.
    
    The traps are handled recursively, causing the entire termination grace
    period to be exhausted before the pod is finally removed.
    
    This change updates the trap handler to terminate the child process(es)
    instead, and wait for their completion.
    
    0: https://www.elastic.co/guide/en/elasticsearch/reference/7.x/restart-cluster.html
    
    Change-Id: I0c92ea5cce345cff951f044026a2179dcbd5a3e2
This commit is contained in:
Zuul 2022-03-21 18:16:14 +00:00 committed by Gerrit Code Review
parent bd92ef9e03
commit d0c31ed1f6
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b2254e3eb0426e6e06a827a59c187f5fe2ad0df1
Subproject commit b34409b7c36da61fed74f862283f2bfd7274b1ad