You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid udev interactions on RH7+ when creating partitions
If the partition created by parted happens to already contain some
metadata (like LVM signature), then the udev rules triggered by the
partition being created automatically kick off actions like activating
the logical volume. This change prevents such udev rules from
triggering until the contents are wiped.
This solution is still not ideal, but so far appears to work.
0 commit comments