cinder/releasenotes/notes/cinder-status-check-windows_iscsi_driver-5f4e0b93c7b92f53.yaml
Jay S. Bryant bc18906f01 Add upgrade check for Windows iSCSI driver.
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
2019-05-23 11:38:58 -05:00

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.