← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1944043] [NEW] Wrong exception type is expected to retry volume detachment API calls

 

Public bug reported:

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

** Affects: nova
     Importance: Undecided
         Status: New

-- 
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 type is expected to retry volume detachment API calls

Status in OpenStack Compute (nova):
  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



Follow ups