LUA recovery, the job that tells the VIOS to discover a specific hdisk, may find multiple disks at the same ITL. Without the device ID LUA recovery will return an error when this happens. For most volume backed storages the device ID is the base 64 encoded value of the pg83 identifier. This change enables the passing of the deviceID to discover_hdisk to avoid the multiple hdisks at the same ITL error. It also bumps the pypowervm version for the device_id support in discover_hdisk. Change-Id: I86c273bf1d1c5753ce68ab51f6922c323d720cb2
15 lines
667 B
Plaintext
15 lines
667 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
Babel!=2.4.0,>=2.3.4 # BSD
|
|
six>=1.10.0 # MIT
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
|
oslo.utils>=3.37.0 # Apache-2.0
|
|
pypowervm>=1.1.20 # Apache-2.0
|
|
python-swiftclient>=3.2.0 # Apache-2.0
|
|
taskflow>=2.16.0 # Apache-2.0
|
|
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 # PSF/ZPL
|