This code is run before 13-dm-disk.rules which calls "blkid", therefore the code can be simplified because the condition checked always holds. Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- multipath/11-dm-mpath.rules | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/multipath/11-dm-mpath.rules b/multipath/11-dm-mpath.rules index 2e42a1bd..abf7987b 100644 --- a/multipath/11-dm-mpath.rules +++ b/multipath/11-dm-mpath.rules @@ -69,12 +69,12 @@ ENV{MPATH_DEVICE_READY}!="0", ENV{.MPATH_DEVICE_READY_OLD}=="0",\ LABEL="scan_import" ENV{DM_NOSCAN}!="1", GOTO="mpath_end" -ENV{ID_FS_TYPE}!="?*", IMPORT{db}="ID_FS_TYPE" -ENV{ID_FS_USAGE}!="?*", IMPORT{db}="ID_FS_USAGE" -ENV{ID_FS_UUID}!="?*", IMPORT{db}="ID_FS_UUID" -ENV{ID_FS_UUID_ENC}!="?*", IMPORT{db}="ID_FS_UUID_ENC" -ENV{ID_FS_LABEL}!="?*", IMPORT{db}="ID_FS_LABEL" -ENV{ID_FS_LABEL_ENC}!="?*", IMPORT{db}="ID_FS_LABEL_ENC" -ENV{ID_FS_VERSION}!="?*", IMPORT{db}="ID_FS_VERSION" +IMPORT{db}="ID_FS_TYPE" +IMPORT{db}="ID_FS_USAGE" +IMPORT{db}="ID_FS_UUID" +IMPORT{db}="ID_FS_UUID_ENC" +IMPORT{db}="ID_FS_LABEL" +IMPORT{db}="ID_FS_LABEL_ENC" +IMPORT{db}="ID_FS_VERSION" LABEL="mpath_end" -- 2.14.0 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel