Nova not initializing os-brick
Bug #2081859 reported by
Gorka Eguileor
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
In the Zed release os-brick started needing to be initialized by calling a `setup` method before the library could be used.
At that time there was only 1 feature that depended on it and it was possible to introduce a failsafe for that instance so things wouldn't break.
In the Antelope release that failsafe should have been removed from os-brick and all projects should have been calling the `setup` method.
Currently nova is not initializing os-brick, so if os-brick removes the failsafe the behavior in os-brick locks will break backward compatibility.
Related os-brick patch: https:/
| Changed in nova: | |
| status: | New → In Progress |
To post a comment you must log in.

Fix: https:/ /review. opendev. org/c/openstack /nova/+ /849328