Current Series Release Notes¶
25.0.0-15¶
New Features¶
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 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::network::neutron_network
defined resource type has been added. It supports managing the options of neutron network plugin.
The new
manila::quota::per_share_gigabytes
parameter has been added.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.Deprecation Notes¶
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::scheduler::scheduler_driver
parameter has been deprecated, in favor of the newdriver
parameter.