Blame SOURCES/0049-RH-remove-ID_FS_TYPE.patch

671555
---
671555
 multipath/multipath.rules |    2 +-
671555
 1 file changed, 1 insertion(+), 1 deletion(-)
671555
671555
Index: multipath-tools-130222/multipath/multipath.rules
671555
===================================================================
671555
--- multipath-tools-130222.orig/multipath/multipath.rules
671555
+++ multipath-tools-130222/multipath/multipath.rules
671555
@@ -11,7 +11,7 @@ ACTION=="add", ENV{DEVTYPE}!="partition"
671555
 	ENV{DM_MULTIPATH_DEVICE_PATH}!="1", \
671555
 	TEST=="/etc/multipath.conf", \
671555
 	PROGRAM=="$env{MPATH_SBIN_PATH}/multipath -c $tempnode", \
671555
-	ENV{DM_MULTIPATH_DEVICE_PATH}="1"
671555
+	ENV{DM_MULTIPATH_DEVICE_PATH}="1" ENV{ID_FS_TYPE}="mpath_member"
671555
 
671555
 ENV{DM_MULTIPATH_DEVICE_PATH}=="1", ENV{DEVTYPE}!="partition", \
671555
 	RUN+="/sbin/partx -d --nr 1-1024 $env{DEVNAME}"