evacuate is not possible if the instance has task_state

Bug #1978983 reported by Balazs Gibizer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Medium
Amit Uniyal
Train
Fix Released
Medium
Amit Uniyal
Ussuri
Fix Released
Medium
Amit Uniyal
Victoria
Fix Released
Medium
Amit Uniyal
Wallaby
Fix Released
Medium
Amit Uniyal
Xena
Fix Released
Medium
Amit Uniyal
Yoga
Fix Released
Medium
Amit Uniyal

Bug Description

Description
===========
A compute host dies but before anything notices it a VM that was running on that host is requested to be stopped by the user. The VM task_state is set to powering-off and the shutdown RPC is sent to the dead compute. A bit later the monitoring system detect that the compute is dead and fences the compute, set the compute to forced_down in nova and triggers the evacuation of the VM. However the evacuation is rejected by nova:

Cannot 'evacuate' instance 81451eb2-4600-4036-a6f1-b99139f0d277 while it is in task_state powering-off (HTTP 409) (Request-ID: req-363ca0a3-0d68-42f6-95d2-122bd2a53463)

Steps to reproduce
==================
0) deploy a multi node devstack
1) create a VM
   $openstack --os-compute-api-version 2.80 server create --image cirros-0.5.2-x86_64-disk --flavor c1 --nic net-id=public --use-config-drive vm1 --wait
2) stop the nova-compute service of the host the VM is scheduled to:
   $sudo systemctl stop devstack@n-cpu
3) stop the VM
   $openstack server stop vm1
4) fence the host and force the host down in nova
5) try to evacuate the VM
   $server evacuate vm1

See also [1]

Expected result
===============
The VM is evacuated successfully

Actual result
=============
Cannot 'evacuate' instance 81451eb2-4600-4036-a6f1-b99139f0d277 while it is in task_state powering-off (HTTP 409) (Request-ID: req-363ca0a3-0d68-42f6-95d2-122bd2a53463)

Environment
===========
devstack on recent master

Workaround
==========
The admin can reset the state of the VM with
$nova reset-state --active vm1
then retry the evacuation.

[1] https://paste.opendev.org/show/bQphEfOf8eLBnM6XmleQ/
[2] https://paste.opendev.org/show/bVI7D8H5g9Oqjjo4rKfk/

tags: added: evacuate
Revision history for this message
sean mooney (sean-k-mooney) wrote :

given there is a workaround using reset state and this requires the host to already be dead when the stop happens but
not yet seen by nova i think this is a medium impornace issue.

there is a workaround that operators can use
and its a rare event so should not impact many.

Changed in nova:
importance: Undecided → Medium
status: New → Triaged
Amit Uniyal (auniyal)
Changed in nova:
assignee: nobody → Amit Uniyal (auniyal)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/nova/+/848660

Changed in nova:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/nova/+/848886

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on nova (master)

Change abandoned by "Amit Uniyal <email address hidden>" on branch: master
Review: https://review.opendev.org/c/openstack/nova/+/848660
Reason: raised new MR https://review.opendev.org/c/openstack/nova/+/848886

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to nova (master)

Related fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/nova/+/849104

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.opendev.org/c/openstack/nova/+/849104
Committed: https://opendev.org/openstack/nova/commit/5904c7f993ac737d68456fc05adf0aaa7a6f3018
Submitter: "Zuul (22348)"
Branch: master

commit 5904c7f993ac737d68456fc05adf0aaa7a6f3018
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    add regression test case for bug 1978983

    This change add a repoducer test for evacuating
    a vm in the powering-off state

    Related-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc299

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.opendev.org/c/openstack/nova/+/848886
Committed: https://opendev.org/openstack/nova/commit/db919aa15f24c0d74f3c5c0e8341fad3f2392e57
Submitter: "Zuul (22348)"
Branch: master

commit db919aa15f24c0d74f3c5c0e8341fad3f2392e57
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    For evacuation, ignore if task_state is not None

    ignore instance task state and continue with vm evacutaion

    Closes-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc29d

Changed in nova:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/yoga)

Fix proposed to branch: stable/yoga
Review: https://review.opendev.org/c/openstack/nova/+/852235

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to nova (stable/yoga)

Related fix proposed to branch: stable/yoga
Review: https://review.opendev.org/c/openstack/nova/+/852238

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/yoga)

Reviewed: https://review.opendev.org/c/openstack/nova/+/852238
Committed: https://opendev.org/openstack/nova/commit/6bd0bf00fca6ac6460d70c855eded3898cfe2401
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 6bd0bf00fca6ac6460d70c855eded3898cfe2401
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    add regression test case for bug 1978983

    This change add a repoducer test for evacuating
    a vm in the powering-off state

    Related-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc299
    (cherry picked from commit 5904c7f993ac737d68456fc05adf0aaa7a6f3018)

tags: added: in-stable-yoga
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/yoga)

Reviewed: https://review.opendev.org/c/openstack/nova/+/852235
Committed: https://opendev.org/openstack/nova/commit/6d61fccb8455367aaa37ae7bddf3b8befd3c3d88
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 6d61fccb8455367aaa37ae7bddf3b8befd3c3d88
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    For evacuation, ignore if task_state is not None

    ignore instance task state and continue with vm evacutaion

    Closes-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc29d
    (cherry picked from commit db919aa15f24c0d74f3c5c0e8341fad3f2392e57)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to nova (stable/xena)

Related fix proposed to branch: stable/xena
Review: https://review.opendev.org/c/openstack/nova/+/853218

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/xena)

Fix proposed to branch: stable/xena
Review: https://review.opendev.org/c/openstack/nova/+/853219

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/nova/+/853218
Committed: https://opendev.org/openstack/nova/commit/1e0af92e17f878ce64bd16e428cb3c10904b0877
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 1e0af92e17f878ce64bd16e428cb3c10904b0877
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    add regression test case for bug 1978983

    This change add a repoducer test for evacuating
    a vm in the powering-off state

    Related-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc299
    (cherry picked from commit 5904c7f993ac737d68456fc05adf0aaa7a6f3018)
    (cherry picked from commit 6bd0bf00fca6ac6460d70c855eded3898cfe2401)

tags: added: in-stable-xena
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/nova/+/853219
Committed: https://opendev.org/openstack/nova/commit/8e9aa71e1a4d3074a94911db920cae44334ba2c3
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 8e9aa71e1a4d3074a94911db920cae44334ba2c3
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    For evacuation, ignore if task_state is not None

    ignore instance task state and continue with vm evacutaion

    Closes-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc29d
    (cherry picked from commit db919aa15f24c0d74f3c5c0e8341fad3f2392e57)
    (cherry picked from commit 6d61fccb8455367aaa37ae7bddf3b8befd3c3d88)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to nova (stable/wallaby)

Related fix proposed to branch: stable/wallaby
Review: https://review.opendev.org/c/openstack/nova/+/853811

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/wallaby)

Fix proposed to branch: stable/wallaby
Review: https://review.opendev.org/c/openstack/nova/+/853812

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/nova/+/853811
Committed: https://opendev.org/openstack/nova/commit/b57b0eef218fd7604658842c9277aad782d11b45
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit b57b0eef218fd7604658842c9277aad782d11b45
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    add regression test case for bug 1978983

    This change add a repoducer test for evacuating
    a vm in the powering-off state

    Related-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc299
    (cherry picked from commit 5904c7f993ac737d68456fc05adf0aaa7a6f3018)
    (cherry picked from commit 6bd0bf00fca6ac6460d70c855eded3898cfe2401)
    (cherry picked from commit 1e0af92e17f878ce64bd16e428cb3c10904b0877)

tags: added: in-stable-wallaby
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/nova/+/853812
Committed: https://opendev.org/openstack/nova/commit/0b8124b99601e1aba492be8ed564f769438bd93d
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 0b8124b99601e1aba492be8ed564f769438bd93d
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    For evacuation, ignore if task_state is not None

    ignore instance task state and continue with vm evacutaion

    Closes-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc29d
    (cherry picked from commit db919aa15f24c0d74f3c5c0e8341fad3f2392e57)
    (cherry picked from commit 6d61fccb8455367aaa37ae7bddf3b8befd3c3d88)
    (cherry picked from commit 8e9aa71e1a4d3074a94911db920cae44334ba2c3)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to nova (stable/victoria)

Related fix proposed to branch: stable/victoria
Review: https://review.opendev.org/c/openstack/nova/+/854979

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/victoria)

Fix proposed to branch: stable/victoria
Review: https://review.opendev.org/c/openstack/nova/+/854980

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova 26.0.0.0rc1

This issue was fixed in the openstack/nova 26.0.0.0rc1 release candidate.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/nova/+/854979
Committed: https://opendev.org/openstack/nova/commit/b6c877377f58ccaa797af3384b199002726745ea
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit b6c877377f58ccaa797af3384b199002726745ea
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    add regression test case for bug 1978983

    This change add a repoducer test for evacuating
    a vm in the powering-off state

    While backporting to stable/victoria
    Fixed conflict in functional.integrated_helpers
    1 - Added placeholder NOT_SPECIFIED as object
            Its a default parameter value for _evacuate_server
    2 - Updated _evacuate_server defition
            to allow function to wait, until expected
            server state reached
    3 - Added _start_server and _stop_server
    4 - Updated _evacuate_server arguments for test_evacuate
    as per updated _evacuate_server signature

    Related-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc299
    (cherry picked from commit 5904c7f993ac737d68456fc05adf0aaa7a6f3018)
    (cherry picked from commit 6bd0bf00fca6ac6460d70c855eded3898cfe2401)
    (cherry picked from commit 1e0af92e17f878ce64bd16e428cb3c10904b0877)
    (cherry picked from commit b57b0eef218fd7604658842c9277aad782d11b45)

tags: added: in-stable-victoria
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/nova/+/854980
Committed: https://opendev.org/openstack/nova/commit/3224ceb3fffc57d2375e5163d8ffbbb77529bc38
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 3224ceb3fffc57d2375e5163d8ffbbb77529bc38
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    For evacuation, ignore if task_state is not None

    ignore instance task state and continue with vm evacutaion.

    Closes-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc29d
    (cherry picked from commit db919aa15f24c0d74f3c5c0e8341fad3f2392e57)
    (cherry picked from commit 6d61fccb8455367aaa37ae7bddf3b8befd3c3d88)
    (cherry picked from commit 8e9aa71e1a4d3074a94911db920cae44334ba2c3)
    (cherry picked from commit 0b8124b99601e1aba492be8ed564f769438bd93d)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to nova (stable/ussuri)

Related fix proposed to branch: stable/ussuri
Review: https://review.opendev.org/c/openstack/nova/+/862603

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/ussuri)

Fix proposed to branch: stable/ussuri
Review: https://review.opendev.org/c/openstack/nova/+/862604

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova 23.2.2

This issue was fixed in the openstack/nova 23.2.2 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to nova (stable/train)

Related fix proposed to branch: stable/train
Review: https://review.opendev.org/c/openstack/nova/+/864168

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/train)

Fix proposed to branch: stable/train
Review: https://review.opendev.org/c/openstack/nova/+/864169

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to nova (stable/train)

Related fix proposed to branch: stable/train
Review: https://review.opendev.org/c/openstack/nova/+/864900

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on nova (stable/train)

Change abandoned by "Amit Uniyal <email address hidden>" on branch: stable/train
Review: https://review.opendev.org/c/openstack/nova/+/864168

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Change abandoned by "Amit Uniyal <email address hidden>" on branch: stable/train
Review: https://review.opendev.org/c/openstack/nova/+/864169

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/ussuri)

Reviewed: https://review.opendev.org/c/openstack/nova/+/862603
Committed: https://opendev.org/openstack/nova/commit/9015c3b663a7b46192c106ef065f93e82f0ab8be
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 9015c3b663a7b46192c106ef065f93e82f0ab8be
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    add regression test case for bug 1978983

    This change add a repoducer test for evacuating
    a vm in the powering-off state

    Conflicts:
        nova/tests/functional/integrated_helpers.py
        nova/tests/functional/test_servers.py

    Difference:
        nova/tests/functional/regressions/test_bug_1978983.py

    NOTE(auniyal): Conflicts are due to the following changes that are not in Ussuri:
      * I147bf4d95e6d86ff1f967a8ce37260730f21d236 (Cyborg evacuate support)
      * Ia3d7351c1805d98bcb799ab0375673c7f1cb8848 (Functional tests for NUMA live migration)

    NOTE(auniyal): Differences
      * Replaced GlanceFixture with fake.stub_out_image_service in regression test, as GlanceFixture does not exist in Ussuri

    Related-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc299
    (cherry picked from commit 5904c7f993ac737d68456fc05adf0aaa7a6f3018)
    (cherry picked from commit 6bd0bf00fca6ac6460d70c855eded3898cfe2401)
    (cherry picked from commit 1e0af92e17f878ce64bd16e428cb3c10904b0877)
    (cherry picked from commit b57b0eef218fd7604658842c9277aad782d11b45)
    (cherry picked from commit b6c877377f58ccaa797af3384b199002726745ea)

tags: added: in-stable-ussuri
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/ussuri)

Reviewed: https://review.opendev.org/c/openstack/nova/+/862604
Committed: https://opendev.org/openstack/nova/commit/90e65365ab608792c4b8d8c4c3a87798fccadeec
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 90e65365ab608792c4b8d8c4c3a87798fccadeec
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    For evacuation, ignore if task_state is not None

    ignore instance task state and continue with vm evacutaion.

    Closes-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc29d
    (cherry picked from commit db919aa15f24c0d74f3c5c0e8341fad3f2392e57)
    (cherry picked from commit 6d61fccb8455367aaa37ae7bddf3b8befd3c3d88)
    (cherry picked from commit 8e9aa71e1a4d3074a94911db920cae44334ba2c3)
    (cherry picked from commit 0b8124b99601e1aba492be8ed564f769438bd93d)
    (cherry picked from commit 3224ceb3fffc57d2375e5163d8ffbbb77529bc38)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to nova (stable/train)

Related fix proposed to branch: stable/train
Review: https://review.opendev.org/c/openstack/nova/+/865624

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on nova (stable/train)

Change abandoned by "Amit Uniyal <email address hidden>" on branch: stable/train
Review: https://review.opendev.org/c/openstack/nova/+/864900

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Change abandoned by "Amit Uniyal <email address hidden>" on branch: stable/train
Review: https://review.opendev.org/c/openstack/nova/+/864721

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Change abandoned by "Amit Uniyal <email address hidden>" on branch: stable/train
Review: https://review.opendev.org/c/openstack/nova/+/864713

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Change abandoned by "Amit Uniyal <email address hidden>" on branch: stable/train
Review: https://review.opendev.org/c/openstack/nova/+/864672

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Change abandoned by "Amit Uniyal <email address hidden>" on branch: stable/train
Review: https://review.opendev.org/c/openstack/nova/+/865624
Reason: Not required in the backport

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/train)

Reviewed: https://review.opendev.org/c/openstack/nova/+/864168
Committed: https://opendev.org/openstack/nova/commit/92e8ac529cf8f1cc85176fbdf18198e62f8948a8
Submitter: "Zuul (22348)"
Branch: stable/train

commit 92e8ac529cf8f1cc85176fbdf18198e62f8948a8
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    add regression test case for bug 1978983

    This change add a repoducer test for evacuating
    a vm in the powering-off state

    Conflicts:
        nova/tests/functional/integrated_helpers.py
        nova/tests/functional/test_servers.py

    Difference:
        nova/tests/functional/regressions/test_bug_1978983.py

    NOTE(auniyal): Conflicts are due to the following changes that are not in Ussuri:
      * I147bf4d95e6d86ff1f967a8ce37260730f21d236 (Cyborg evacuate support)
      * Ia3d7351c1805d98bcb799ab0375673c7f1cb8848 (Functional tests for NUMA live migration)

    NOTE(auniyal): Differences
      * Replaced GlanceFixture with fake.stub_out_image_service in regression test, as GlanceFixture does not exist in Ussuri

    NOTE(auniyal): Differences from ussuri to train
      * regression: as create_server is not present in train used _build_minimal_create_server instead to create server

    Related-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc299
    (cherry picked from commit 5904c7f993ac737d68456fc05adf0aaa7a6f3018)
    (cherry picked from commit 6bd0bf00fca6ac6460d70c855eded3898cfe2401)
    (cherry picked from commit 1e0af92e17f878ce64bd16e428cb3c10904b0877)
    (cherry picked from commit b57b0eef218fd7604658842c9277aad782d11b45)
    (cherry picked from commit b6c877377f58ccaa797af3384b199002726745ea)
    (cherry picked from commit 9015c3b663a7b46192c106ef065f93e82f0ab8be)

tags: added: in-stable-train
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/train)

Reviewed: https://review.opendev.org/c/openstack/nova/+/864169
Committed: https://opendev.org/openstack/nova/commit/321573995596be145d3b091e341d7d66853436b8
Submitter: "Zuul (22348)"
Branch: stable/train

commit 321573995596be145d3b091e341d7d66853436b8
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    For evacuation, ignore if task_state is not None

    ignore instance task state and continue with vm evacutaion.

    Closes-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc29d
    (cherry picked from commit db919aa15f24c0d74f3c5c0e8341fad3f2392e57)
    (cherry picked from commit 6d61fccb8455367aaa37ae7bddf3b8befd3c3d88)
    (cherry picked from commit 8e9aa71e1a4d3074a94911db920cae44334ba2c3)
    (cherry picked from commit 0b8124b99601e1aba492be8ed564f769438bd93d)
    (cherry picked from commit 3224ceb3fffc57d2375e5163d8ffbbb77529bc38)
    (cherry picked from commit 90e65365ab608792c4b8d8c4c3a87798fccadeec)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova 24.2.0

This issue was fixed in the openstack/nova 24.2.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova 25.1.0

This issue was fixed in the openstack/nova 25.1.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova train-eol

This issue was fixed in the openstack/nova train-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova ussuri-eol

This issue was fixed in the openstack/nova ussuri-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova victoria-eom

This issue was fixed in the openstack/nova victoria-eom release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.