9d49227713
The LVM driver has its own config option for managing overprovisioning separate from our common overprovisioning ratio. It default to 1, causing it to always override the common default. This changes the LVM default to None so it does not override the common setting and marks this config option as deprecated to be removed in Rocky. Change-Id: Ib90cdb1f60741284ea171d1a84ad74beac43c7d3 Closes-bug: #1720004
14 lines
594 B
YAML
14 lines
594 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The default value has been removed for the LVM specific
|
|
`lvm_max_over_subscription_ratio` setting. This changes the behavior so
|
|
that LVM backends now adhere to the common `max_over_subscription_ratio`
|
|
setting. The LVM specific config option may still be used, but it is
|
|
now deprecated and will be removed in a future release.
|
|
deprecations:
|
|
- |
|
|
The `lvm_max_overprovision_ratio` config option has been deprecated. It
|
|
will be removed in a future release. Configurations should move to using
|
|
the common `max_overprovision_ratio` config option.
|