Zed Series Release Notes¶
21.1.0¶
New Features¶
Add new parameter
cinder::backend::pure::pure_iscsi_cidr_listwhich allows setting of the pure_iscsi_cidr_list option on the managed cinder backend for PureStorage.
Add support for NVMe to
cinder::backend::pure_storage_protocol. Add new parametercinder::backend::pure::pure_nvme_transportwhich defines the NVMe transport layer used when the NVMe driver is selected. This only supportsroceat this time. Add new parametercinder::backend::pure::pure_nvme_cidrwhich allows setting of the pure_nvme_cidr option on the managed cinder backend for PureStorage. Add new parametercinder::backend::pure::pure_nvme_cidr_listwhich allows setting of the pure_nvme_cidr_list option on the managed cinder backend for PureStorage.
21.0.0¶
New Features¶
The
cinder::wsgi::apacheclass now supports customizing request/response headers added by apache.
The
cinder::backup::swiftclass now supports thebackup_swift_service_authparameter, which controls the[DEFAULT] backup_swift_service_authoption in cinder.conf.
The
cinderclass now supports the following three new parameters.image_compress_on_uploadimage_conversion_cpu_limitimage_conversion_address_space_limit
The new
cinder::image_conversion_disableparameter has been added.
Introduce a new Class cinder::backend::defaults, that provides a way to configure parameters for all cinder backends in [backend_defaults] section of cinder configuration file. This parameter
use_multipath_for_image_xferis supported currently.
The following three parameters have been added to the
cinder::scheduler::filterclass.capacity_weight_multiplierallocated_capacity_weight_multipliervolume_number_multiplier
The
cinder::backend::sandefined type now supports thesan_api_portparameter.
The
cinder::backend::solidfiredefined type now supports the following new parameters.sf_provisioning_calcsf_cluster_pairing_timeoutsf_volume_pairing_timeoutsf_api_request_timeoutsf_volume_clone_timeoutsf_volume_create_timeout
The
cinder::backend::emc_vnxresource type now supports the following parameters of EMC VNX driver.destroy_empty_storage_groupiscsi_initiatorsio_port_listinitiator_auto_deregistrationforce_delete_lun_in_storagegroupignore_pool_full_thresholdvnx_async_migrate
Upgrade Notes¶
The following parameters of the
cinderclass have been removed.keymgr_backendkeymgr_encryption_api_urlkeymgr_encryption_auth_url
The following parameters of the
cinder::backend::netappdefined resource type have been removed.netapp_vfilernetapp_partner_backend_namenetapp_webservice_pathnetapp_controller_ipsnetapp_sa_password
Default value of the
cinder::wsgi::apache::sslparameter has been changed fromtruetofalseand now ssl is disabled by default.
The
cinder::backend_hostparameter has been removed. Use thecinder::backends::backend_hostparameter instead.
CentOS 8 Stream is no longer supported by this module.
The
cinder::api::os_region_nameparameter has been removed.
The
cinder::qosdefined resource type has been removed.
The
cinder::enable_v3_apiparameter has been removed.
The following deprecated parameters of the
cinder::backend::solidfiredefined resource type have been removed.sf_template_account_namesf_allow_template_caching
The
cinder::backends::vmdk::volume_folerparameter and thecinder::backends::vmdk::task_poll_intervalparameter now default to the service default values. Make sure these parameters are set if the previous default value should be used.
Deprecation Notes¶
The
cinder::backend::nfs_disk_utilparameter has been deprecated and has no effect. This parameter has had no effect since Havana release.
Bug Fixes¶
Bug #1986518: The
cinder::backend::iscsidefined resource type now modifies the/etc/tgt/targets.conffile in Ubuntu and Debian, so that cinder can set up iscsi targets correctly.