Comment 10 for bug 1901783

Revision history for this message
Gorka Eguileor (gorka) wrote :

According to the LVM code [1] this seems to be caused by a race condition between LVM and udev:

    /*
     * FIXME: remove this, the theory for this retry is that
     * there may be a udev race that we can sometimes mask by
     * retrying. This is here until we can figure out if it's
     * needed and if so fix the real problem.
     */

[1]: https://github.com/lvmteam/lvm2/blob/b84a9927b78727efffbb257a61e9e95a648cdfab/lib/label/label.c#L562-L567