Update git submodules

* Update ironic from branch 'master'
  to 4cf0147e86039e8fa2232c3de6d45f1405a515d0
  - Exclude current conductor from offline_conductors
    
    In some cases the current conductor may have failed to updated
    the heartbeat timestamp due to failure of resource starvation.
    When this occurs the dbapi get_offline_conductors method will
    include the current conductor in its return value.
    
    In this scenario the conductor may end up forcefully remove
    node reservations or allocations from itself, triggering takeover
    which fail on-going operations.
    
    This change adds a wrapper to exclude the current conductor.
    The wrapper will log a warning to raise the issue.
    
    Related-Bug: #1970484
    Stroy: 2010016
    Task: 45204
    Change-Id: I6a8f38934b475f792433be6f0882540b82ca26c1
This commit is contained in:
Harald Jensås 2022-04-28 17:33:22 +02:00 committed by Gerrit Code Review
parent 6db090c04f
commit 1f069dd4e3
1 changed files with 1 additions and 1 deletions

2
ironic

@ -1 +1 @@
Subproject commit cf8124deae641061a90e5f3c6fc05e2041e895d5
Subproject commit 4cf0147e86039e8fa2232c3de6d45f1405a515d0