From 39580cc79cb172fa26a1d0930300c1c0c01a0e71 Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Tue, 6 Jul 2010 01:09:09 +0200 Subject: [PATCH] add scsi_id.config to avoid changing ids for SATA rhbz#505669 --- tools/mayflower | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/mayflower b/tools/mayflower index 3580d59..5c468cd 100755 --- a/tools/mayflower +++ b/tools/mayflower @@ -198,6 +198,8 @@ cp /sbin/lsmod sbin [ -e /sbin/lvm ] && cp /sbin/lvm sbin [ -e /sbin/multipath ] && cp /sbin/multipath sbin [ -e /sbin/scsi_id ] && cp /sbin/scsi_id sbin +# add scsi_id.config to avoid changing ids for SATA, rhbz#505669 +[ -e /etc/scsi_id.config ] && cp /etc/scsi_id.config etc [ -e /sbin/kpartx ] && cp /sbin/kpartx sbin prio=/sbin/mpath_prio_ for M in alua emc hds_modular hp_sw intel netapp ontap rdac tpc weighted; do -- 2.11.4.GIT