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 from true to false and now ssl is disabled by default.

  • The parameters of the manila::quota class with quota_ prefix have been removed.

  • CentOS 8 Stream is no longer supported by this module.

  • The deprecated glusterfs_native_path_to_private_key parameter of the manila::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 new manila::backend::service_instance defined type.

  • The manila::backend::lvm::driver_handles_share_servers parameter has been deprecated and has no effect now. The driver_handles_share_servers option for lvm backends are always set to False.

Bug Fixes

  • Fixed the wrong user name parameter of HNAS share driver. Because of this fix, the hitachi_hnas_username parameters was renamed to hitachi_hnas_user. See Launchpad bug 1968514 for more details.