yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #91130
[Bug 1944043] Fix included in openstack/nova 24.2.0
This issue was fixed in the openstack/nova 24.2.0 release.
** Changed in: nova/xena
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1944043
Title:
Wrong exception is expected to retry volume detachment API calls
Status in OpenStack Compute (nova):
Fix Released
Status in OpenStack Compute (nova) queens series:
New
Status in OpenStack Compute (nova) rocky series:
New
Status in OpenStack Compute (nova) stein series:
New
Status in OpenStack Compute (nova) train series:
In Progress
Status in OpenStack Compute (nova) ussuri series:
In Progress
Status in OpenStack Compute (nova) victoria series:
In Progress
Status in OpenStack Compute (nova) wallaby series:
Fix Committed
Status in OpenStack Compute (nova) xena series:
Fix Released
Status in OpenStack Compute (nova) yoga series:
New
Bug description:
Description
===========
The following change introduced the logic to retry cinder API calls to detach volumes.
https://review.opendev.org/c/openstack/nova/+/669674
The logic detects the InternalServerError class from
cindreclient.apiclient.exceptions.
However this is wrong and these API calls raises the ClientException
class from cinderclient.exceptions instead.
Steps to reproduce
==================
N/A
Actual result
=============
N/A
Environment
===========
N/A
Logs & Configs
==============
N/A
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1944043/+subscriptions
References