summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-nvme-software-raid-race-2e0e104de9611228.yaml
blob: 1a6bfa57a66c9a23846867a15468921e020f6640 (plain)
1
2
3
4
5
6
7
---
fixes:
  - |
    Fixes a race on software RAID creation: since the creation of
    partitions is asynchronous, we need to wait for all udev events
    to be processed before we can use the partitions to create an
    md device.