Skip to content

Commit

Permalink
11-dm-mpath.rules: fix misspelled DM_UDEV_DISABLE_OTHER_RULES_FLAG
Browse files Browse the repository at this point in the history
Fixes: b3582da ("11-dm-mpath.rules: use import logic like 13-dm-disk.rules")
Signed-off-by: Martin Wilck <[email protected]>
Reviewed-by: Benjamin Marzinski <[email protected]>
  • Loading branch information
mwilck committed Mar 5, 2024
1 parent 87f2634 commit 0e5290a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multipath/11-dm-mpath.rules
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ LABEL="scan_import"
ENV{DM_UDEV_PRIMARY_SOURCE_FLAG}!="1", GOTO="import_end"

# Don't import the properties from db if we will run blkid later.
ENV{DM_NOSCAN}!="1", ENV{DM_DISABLE_OTHER_RULES_FLAG}!="1", GOTO="import_end"
ENV{DM_NOSCAN}!="1", ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}!="1", GOTO="import_end"

IMPORT{db}="ID_FS_TYPE"
IMPORT{db}="ID_FS_USAGE"
Expand Down

0 comments on commit 0e5290a

Please sign in to comment.