We have code for importing blkid variables from db but this code is missing the _ENC variants needed for creating symlinks, and ID_FS_LABEL. Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- multipath/11-dm-mpath.rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/multipath/11-dm-mpath.rules b/multipath/11-dm-mpath.rules index d1ef85e5..2e42a1bd 100644 --- a/multipath/11-dm-mpath.rules +++ b/multipath/11-dm-mpath.rules @@ -72,7 +72,9 @@ 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_ENC}!="?*", IMPORT{db}="ID_FS_UUID_ENC" +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" LABEL="mpath_end" -- 2.14.0 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel