bc18906f01
The WindowsDriver was renamed in the Queens release to WindowsISCSIDriver to avoid confusion with the SMB driver. The backwards compatibility for this has now been removed, so any cinder.conf settings still using cinder.volume.drivers.windows.windows.WindowsDriver must now be updated to use cinder.volume.drivers.windows.iscsi.WindowsISCSIDriver. The change includes the addtion of a function to get the enabled_drivers for a system as it is likely that the functionality will be useful for multiple update checks in the future. Change-Id: I34038c847b75f9f9bd1c4dd4d9a5803cd66ffc8d
9 lines
335 B
YAML
9 lines
335 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
A new check is added to the ``cinder-status upgrade check`` CLI to check
|
|
for the use of ``cinder.volume.drivers.windows.windows.WindowsDriver``
|
|
and a message is reported that the user needs to update the setting
|
|
to ``cinder.volume.drivers.windows.iscsi.WindowsISCSIDriver`` if
|
|
it is encountered.
|