Files
puppet-swift/releasenotes/notes/xfs-label-mount-type-1f80ea3bb0a32e0c.yaml
Takashi Kajinami 9efd303bcb xfs: Support mount by label
... in addition to uuid and device name, as a more static but more
flexible way to assign devices to mount points.

Change-Id: I92e3f5d09c071c48e8b51026a2cda2394cbe33cf
2024-02-27 00:19:35 +00:00

9 lines
319 B
YAML

---
features:
- |
The ``swift::storage::xfs`` defined resource type now supports
``type => 'label'``, which uses filesystem label for mount.
When this is used, the defined type adds the label, according to the new
``label`` parameter, which defaults to the title, when creating a XFS file
system.