d5b49bd498
We used to disable cleaning because only full disk cleaning was available. Enable metadata cleaning by default and add an option to enable full cleaning. Change-Id: Ie1198768889bd468176cd68c8ccb48791c724262
13 lines
407 B
YAML
13 lines
407 B
YAML
---
|
|
features:
|
|
- |
|
|
Metadata cleaning is now enabled by default, set ``cleaning`` to ``false``
|
|
to disable completely.
|
|
- |
|
|
To enable full disk cleaning, set ``cleaning_disk_erase`` to ``true``.
|
|
upgrade:
|
|
- |
|
|
If you use ``cleaning=true`` to enable full disk cleaning, you need to
|
|
also set ``cleaning_disk_erase=true`` now. Omitting it will result in
|
|
only metadata cleaning enabled.
|