opensvc / multipath-tools

Other
59 stars 47 forks source link

udev rules: fix warnings reported by udevadm verify #66

Closed ldv-alt closed 1 year ago

ldv-alt commented 1 year ago

Fix the following warnings reported by udevadm verify:

$ udevadm verify */*.rules*
kpartx/dm-parts.rules:35 A comma between tokens is expected.
kpartx/dm-parts.rules: udev rules check failed
multipath/11-dm-mpath.rules:18 Whitespace after comma is expected.
multipath/11-dm-mpath.rules:73 Whitespace after comma is expected.
multipath/11-dm-mpath.rules:73 Whitespace after comma is expected.
multipath/11-dm-mpath.rules:78 Whitespace after comma is expected.
multipath/11-dm-mpath.rules:78 Whitespace after comma is expected.
multipath/11-dm-mpath.rules:78 Whitespace after comma is expected.
multipath/11-dm-mpath.rules: udev rules check failed

5 udev rules files have been checked.
  Success: 3
  Fail:    2
mwilck commented 1 year ago

I've pushed these commits with some commit message edits to https://github.com/openSUSE/multipath-tools/tree/queue. They will merged with the next multipath-tools release.