[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/5] New udev rule for using mdadm for isw_raid_member
- From: Jacek Danecki <Jacek Danecki intel com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: [PATCH 1/5] New udev rule for using mdadm for isw_raid_member
- Date: Tue, 9 Jun 2009 14:00:07 +0200
This patch adds rule for isw_raid_members.
Subject: [PATCH 1/5] New udev rule for using mdadm for isw_raid_member
---
70-anaconda.rules | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/70-anaconda.rules b/70-anaconda.rules
index 374b63a..8520030 100644
--- a/70-anaconda.rules
+++ b/70-anaconda.rules
@@ -46,6 +46,7 @@ ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk
LABEL="anaconda_mdraid_member"
# probe raid metadata of mdraid member devices
ENV{ID_FS_TYPE}=="linux_raid_member", IMPORT{program}="$env{ANACBIN}/mdadm --examine --export $tempnode"
+ENV{ID_FS_TYPE}=="isw_raid_member", IMPORT{program}="$env{ANACBIN}/mdadm --examine --export $tempnode"
# probe metadata of LVM2 physical volumes
ENV{ID_FS_TYPE}=="LVM2_member", IMPORT{program}="$env{ANACBIN}/lvm pvs --units k --nosuffix --nameprefixes --rows --unquoted --noheadings -opv_name,pv_uuid,pv_size,vg_name,vg_uuid,pv_pe_count,pv_pe_alloc_count,pe_start $tempnode"
--
1.6.3.1.54.g99dd
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]