From 883d99a856ee36c8dcb5e5dfc50fa0cf181bec70 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 27 May 2009 10:49:23 -0400 Subject: Recognize mpath devices when we see them. This identifies that a device is part of a multipath, and builds an mpath device for partitioning. --- 70-anaconda.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '70-anaconda.rules') diff --git a/70-anaconda.rules b/70-anaconda.rules index 65d3141ce..a42cd57e0 100644 --- a/70-anaconda.rules +++ b/70-anaconda.rules @@ -8,7 +8,7 @@ IMPORT{program}="$env{ANACBIN}/blkid -o udev -p $tempnode" KERNEL!="dm-*", GOTO="anaconda_mdraid" -IMPORT{program}="$env{ANACBIN}/dmsetup info -c --nameprefixes --unquoted --rows --noheadings -o name,uuid,suspended,readonly,major,minor,open,tables_loaded -j%M -m%m" +IMPORT{program}="$env{ANACBIN}/dmsetup info -c --nameprefixes --unquoted --rows --noheadings -o name,uuid,suspended,readonly,major,minor,open,tables_loaded,names_using_dev -j%M -m%m" ENV{DM_NAME}!="?*", GOTO="anaconda_end" SYMLINK+="disk/by-id/dm-name-$env{DM_NAME}" -- cgit