tripleo-heat-templates/releasenotes/notes/swift-mount-by-uuid-7744fe7696db4b85.yaml
Christian Schwede 6206d19592 Use UUID for mounted SwiftRawDisks
When SwiftRawDisks is set, try to mount the disks using uuids instead of
paths. This makes mounts more stable, eg. if a kernel gets updates and
device orders are changed.

This patch will also update existing entries in /etc/fstab and replaces
the device path with the corresponding UUID.

Change-Id: I275b962447015e804638ccf85c63a22d1bb6e3d6
2020-08-24 10:43:35 +02:00

7 lines
203 B
YAML

---
features:
- |
When SwiftRawDisks is set, try to mount the disks using uuids instead of
paths. This makes mounts more stable, eg. if a kernel gets updates and
device orders are changed.