<HTML>
<HEAD>
<TITLE>Blacklist broken?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I just upgrade an FC13 system to FC15, and now multipath is grabbing the system drive before the normal fsck can run, which is causing the machine to not boot.  I get the message: “Filesystem mounted or opened exclusively by another program? “  Now, I can simply control-d to continue, but why is multipath grabbing the drive?  I’ve blacklisted it every way I can, using devnode, using wwid, it simply ignores it and continues to create a path map for /dev/sda.<BR>
<BR>
device-mapper-1.02.63-3.fc15.x86_64<BR>
device-mapper-multipath-0.4.9-15.fc15.x86_64<BR>
device-mapper-libs-1.02.63-3.fc15.x86_64<BR>
<BR>
2.6.38.8-35.fc15.x86_64<BR>
<BR>
mpath0 (36001ec90ee4ee600105ac65e04e84e61) dm-0 DELL,PERC 6/i<BR>
size=279G features='0' hwhandler='0' wp=rw<BR>
`-+- policy='round-robin 0' prio=1 status=active<BR>
  `- 2:2:0:0  sda 8:0   active ready running<BR>
<BR>
[root@bonjovi ~]# blkid | grep boot<BR>
/dev/sda1: LABEL="/boot" UUID="8ed92bb6-0ddb-4fbc-907d-fdf12e5550a3" TYPE="ext3" SEC_TYPE="ext2" <BR>
/dev/mapper/mpath0p1: LABEL="/boot" UUID="8ed92bb6-0ddb-4fbc-907d-fdf12e5550a3" TYPE="ext3" <BR>
<BR>
>From multipath.conf:<BR>
<BR>
blacklist {<BR>
        wwid 36001ec90ee4ee600105ac65e04e84e61<BR>
        devnode "/dev/sda"<BR>
        devnode "/dev/sda1"<BR>
}<BR>
devnode_blacklist {<BR>
        wwid 36001ec90ee4ee600105ac65e04e84e61<BR>
        devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"<BR>
        devnode "^hd[a-z]"<BR>
        devnode "^cciss!c[0-9]d[0-9]*"<BR>
        devnode “sda”<BR>
        devnode “/dev/sda”<BR>
}<BR>
<BR>
I’ve even tried blacklisting by /disk/by/uuid.  What does it take to get multipath to quit grabbing this disk?<BR>
<BR>
-brian</SPAN></FONT>
</BODY>
</HTML>