Current Series Release Notes¶
25.0.0-28¶
New Features¶
Add a new
amqp_auto_delete
parameter, so that transient queues are automatically deleted.
The following parameters have been added to the
manila::quota
class.
backups
backup_gigabytes
The
manila::backend::cephfs
defined resource type now ensures that theceph-common
package is installed so that the python libraries required by cephfs share driver are installed. The installation can be disabled by setting the newmanage_package
parameter toFalse
.
The
manila::backend::cephfs::cephfs_cached_allocated_capacity_update_interval
parameter has been added.
The following parameters have been added to the
manila::keystone::auth
class.
configure_service
configure_service_v2
The following parameters have been added to the
manila::scheduler
class.
max_attempts
host_manager
The new
manila::scheduler::filter
class has been added.
The new
manila::backend::netapp::netapp_delete_retention_hours
parameter has been added.
The new
manila::network::neutron_network
defined resource type has been added. It supports managing the options of neutron network plugin.
This module now officially supports Puppet 8.
The new
manila::quota::per_share_gigabytes
parameter has been added.
A new parameter
rabbit_transient_queues_ttl
has been added to the manila class to configure how long transient queue should stay until they are automatically deleted.
Ubuntu 24.04 is now formally supported.
Upgrade Notes¶
Support for using a false value to set the
manila::scheduler::scheduler_driver
parameter to remove the[DEFAULT] scheduler_driver
option from manila.conf has been removed. Use theos_service_default
fact instead.
Ubuntu 22.04 is no longer supported.
Deprecation Notes¶
The following parameters of the
manila::backend::cephfs
class are deprecated now, because the corresponding options in manila are already deprecated.
cephfs_ganesha_server_is_remote
cephfs_ganesha_server_username
cephfs_ganesha_path_to_private_key
cephfs_ganesha_server_password
The following classes were formally deprecated. Use the
manila::backend::*
defined resource types instead.
manila::share::generic
manila::share::hitachi_hnas
manila::share::netapp
The
manila::rabbit_heartbeat_in_pthread
parameter has been deprecated and will be removed in the future release.
The
manila::scheduler::scheduler_driver
parameter has been deprecated, in favor of the newdriver
parameter.