summaryrefslogtreecommitdiff
path: root/releasenotes/notes/handle-partuuid-for-fstab-e0aadea20a056982.yaml
blob: f9b6bbc526473479eec573ec1c9303d03ce86ffa (plain)
1
2
3
4
5
6
7
8
9
10
---
fixes:
  - |
    Fixes handling of a Partition UUID being returned instead of a
    Partition's UUID when the OS may not return the Partition's UUID in time.
    These two fields are typically referred to as PARTUUID and UUID,
    respectively. Often these sorts of issues arise under heavy IO load.
    We now scan, and identify which "UUID" we identified, and update
    a Linux fstab entry appropriately. For more information, please see
    `story #2009881 <https://storyboard.openstack.org/#!/story/2009881>`_.