Files
puppet-swift/releasenotes/notes/device-path-validation-331b52cbc9c70ae6.yaml
Takashi Kajinami 8af5b43b1e Add data type validation for device handling
... and also makes behavior of the `device` parameters consistent.

Change-Id: I5f34a91aa4c9f3bebf6e41b19fbf5d41eb7ecf17
2024-02-27 09:19:22 +09:00

13 lines
337 B
YAML

---
features:
- |
The following parameters are now optional and default to ``/dev/${name}``.
- ``swift::storage::ext4::device``
- ``swift::storage::mount::device``
upgrade:
- |
The ``swift::storage::xfs::device`` parameter no longer accepts an empty
string. Use the default value or give an actual device path.