Current Series Release Notes¶
6.14.0-2¶
New Features¶
LightOS connector: Introduce new configuration options to customize the LightOS discovery client’s behavior.
Operators can now override the default values for:
discovery_client_addressdiscovery_client_portdiscovery_client_dir_path
These settings allow fine-tuning of the discovery client’s network endpoint and configuration directory.
Upgrade Notes¶
LightOS connector: Introduce new configuration options to customize the LightOS discovery client’s behavior.
Operators can now override the default values for:
discovery_client_addressdiscovery_client_portdiscovery_client_dir_path
No changes required. Default values are retained for backward compatibility; no action is needed during upgrade.
With the fix for Bug #2138280, starting from os-brick version 6.15.0 or later, users must retain the /opt/emc/scaleio/openstack/connector.conf file for volumes that were attached using the legacy flow prior to the 6.13.0 release, until all such legacy volumes are detached. For volumes attached using the new attachment flow, the /opt/emc/scaleio/openstack/connector.conf file is no longer required.
Bug Fixes¶
PowerFlex Driver Bug #2138280: Fixed an issue where detach operations failed for volumes attached before the 6.13.0 release that did not include an sdc_guid in the connector information. From os-brick version 6.15.0 or later, detach operations for these legacy volumes are handled by os-brick to ensure backward compatibility.
6.14.0¶
Bug Fixes¶
Bug #2136842: Fixed issue with server hard reboot instance due to delayed uevent processing. When performing server hard reboot, the uevents for removing multipathd paths could be delayed and cause device removal at a later stage causing the device to be inaccessible. Now we wait for multipathd to remove the paths before marking the disconnect_volume operation complete.