From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Wilck Subject: [PATCH 17/31] 11-dm-mpath.rules: import more ID_FS_xxx vars from db Date: Sun, 3 Sep 2017 00:38:46 +0200 Message-ID: <20170902223900.7339-18-mwilck@suse.com> References: <20170902223900.7339-1-mwilck@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170902223900.7339-1-mwilck@suse.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Christophe Varoqui , Benjamin Marzinski , Hannes Reinecke Cc: dm-devel@redhat.com List-Id: dm-devel.ids 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 --- 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