2024.2 Series Release Notes¶
6.9.0¶
Bug Fixes¶
Bug #2033292: Fixed possible attachment of the wrong Cinder volume after a successful migration of a live VM.
Dell PowerFlex driver Bug #2034685: Added a retry mechanism to check if the disconnected device is actually removed from the host ensuring that subsequent connections succeed.
Bug #2012251: Fixed issue when disconnecting iSCSI volume when
force
andignore_errors
are set toTrue
and flushing multipath device fails.
Bug #2067949: Fixed issue where we try to write into a multipath device and fail since it is not ready for I/O. Now we wait until the I/O is likely to succeed. We introduced 2 new config options to make the wait time configurable:
wait_mpath_device_attempts
wait_mpath_device_interval
These options defaults to 4 attempts and 1 second interval respectively. See help text of the config options for more information.
6.8.0¶
Bug Fixes¶
Fixes an warning seen when running in a container using
overlayfs
.