Zed Series Release Notes¶
21.0.0¶
New Features¶
The
manila::wsgi::apacheclass now supports customizing request/response headers added by apache.
The
manila::share::hitachi_hnas::share_backend_nameparameter 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_volumeclass 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::sslparameter has been changed fromtruetofalseand now ssl is disabled by default.
The parameters of the
manila::quotaclass withquota_prefix have been removed.
CentOS 8 Stream is no longer supported by this module.
The deprecated
glusterfs_native_path_to_private_keyparameter of themanila::backend::glusternativedefined type has been removed.
The
manila_typeresource 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_instancedefined type has been deprecated, in favor of the newmanila::backend::service_instancedefined type.
The
manila::backend::lvm::driver_handles_share_serversparameter has been deprecated and has no effect now. Thedriver_handles_share_serversoption 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_usernameparameters was renamed tohitachi_hnas_user. See Launchpad bug 1968514 for more details.