2023.1 Series Release Notes¶
6.2.2¶
New Features¶
FC connector: Added support to
force
andignore_errors
parameters ondisconnect_volume
method.
6.2.0¶
New Features¶
Support separate privsep logging levels. Now services using os-brick can have different log levels for the service and os-brick’s privsep calls. The service usually uses the default “oslo_privsep.daemon” name while os-brick now uses “os_brick.privileged”.
Bug Fixes¶
Bug #1922052: Fixed missing os-brick DEBUG logs on nova compute service.