Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CA-356983: ignore more rules on td/nbd devices
Each change on td* and nbd* devices still trigger some udev rules. For full list see the output of: ``` udevadm test --action=change $(udevadm info --query=path --name=/dev/tda) ``` With the `nompath` ENV var set the special casing of nbd and td in 65-multipath is not needed anymore (and also works with 62-multipath.rules, which didn't ignore these devices previously). blktap could also drop its special patch for 65-md-incremental.rules. Signed-off-by: Edwin Török <[email protected]>
- Loading branch information