Zed Series Release Notes¶
21.0.0¶
New Features¶
The
manila::wsgi::apache
class now supports customizing request/response headers added by apache.
The
manila::share::hitachi_hnas::share_backend_name
parameter has been deprecated and has no effect.
Added parameters for advanced configuration of httpd access and error log destinations including piped logging and syslog (see mod_syslog). Note that mod_syslog requires Apache2 >= 2.5.0.
The
manila::setup_test_volume
class has been added. This class prepares the loop back block device and the volume group for LVM share driver.
Upgrade Notes¶
Default value of the
manila::wsgi::apache::ssl
parameter has been changed fromtrue
tofalse
and now ssl is disabled by default.
The parameters of the
manila::quota
class withquota_
prefix have been removed.
CentOS 8 Stream is no longer supported by this module.
The deprecated
glusterfs_native_path_to_private_key
parameter of themanila::backend::glusternative
defined type has been removed.
The
manila_type
resource type now uses project scope credential instead of system scope credential, following the change in Manila to retain legacy project admin behavior.
Deprecation Notes¶
The
manila::service_instance
defined type has been deprecated, in favor of the newmanila::backend::service_instance
defined type.
The
manila::backend::lvm::driver_handles_share_servers
parameter has been deprecated and has no effect now. Thedriver_handles_share_servers
option for lvm backends are always set toFalse
.
Bug Fixes¶
Fixed the wrong user name parameter of HNAS share driver. Because of this fix, the
hitachi_hnas_username
parameters was renamed tohitachi_hnas_user
. See Launchpad bug 1968514 for more details.