summaryrefslogtreecommitdiffstats
path: root/70-anaconda.rules
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2009-05-27 10:49:23 -0400
committerPeter Jones <pjones@redhat.com>2009-08-06 15:37:26 -0400
commit883d99a856ee36c8dcb5e5dfc50fa0cf181bec70 (patch)
tree1084cb2acf1c88cbeff233a4c4858b211f9c42b0 /70-anaconda.rules
parentd8b635d3e2cfd1af7c95b246a6428adeb78fecee (diff)
downloadanaconda-883d99a856ee36c8dcb5e5dfc50fa0cf181bec70.tar.gz
anaconda-883d99a856ee36c8dcb5e5dfc50fa0cf181bec70.tar.xz
anaconda-883d99a856ee36c8dcb5e5dfc50fa0cf181bec70.zip
Recognize mpath devices when we see them.
This identifies that a device is part of a multipath, and builds an mpath device for partitioning.
Diffstat (limited to '70-anaconda.rules')
-rw-r--r--70-anaconda.rules2
1 files changed, 1 insertions, 1 deletions
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}"