* DM-MP cannot be run on either the root or boot device
@ 2006-11-30 22:28 Wayne Cass
2006-12-04 22:00 ` Benjamin Marzinski
2006-12-05 8:25 ` Luca Berra
0 siblings, 2 replies; 3+ messages in thread
From: Wayne Cass @ 2006-11-30 22:28 UTC (permalink / raw)
To: dm-devel
[-- Attachment #1.1: Type: text/plain, Size: 306 bytes --]
DM-MP cannot be run on either the root or boot device
I am booting from a SAN. Configuration:
LUN 1
/boot
/
/var
/swap
Question: Can I just blacklist "/" and "/boot" ?
How do you do it? I am using a HP xp-1024 SAN.
thanks
[-- Attachment #1.2: Type: text/html, Size: 2305 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: DM-MP cannot be run on either the root or boot device
2006-11-30 22:28 DM-MP cannot be run on either the root or boot device Wayne Cass
@ 2006-12-04 22:00 ` Benjamin Marzinski
2006-12-05 8:25 ` Luca Berra
1 sibling, 0 replies; 3+ messages in thread
From: Benjamin Marzinski @ 2006-12-04 22:00 UTC (permalink / raw)
To: device-mapper development
On Thu, Nov 30, 2006 at 03:28:12PM -0700, Wayne Cass wrote:
> DM-MP cannot be run on either the root or boot device
>
>
> I am booting from a SAN. Configuration:
>
> LUN 1
> /boot
> /
> /var
> /swap
>
>
> Question: Can I just blacklist "/" and "/boot" ?
>
> How do you do it? I am using a HP xp-1024 SAN.
There is no easy way to blacklist devices by their e2label filesystem label,
if that's what you mean. You can blacklist the devices that "/" and "/boot" are
on by adding something the following to your /etc/multipath.conf
blacklist {
...
wwid <wwid_for_"/">
wwid <wwid_for_"/boot">
}
You can get the WWIDs for the device by running
# /sbin/scsi_id -g -u -s /block/<devname>
e.g.
[root@cypher-01 ~]# /sbin/scsi_id -g -u -s /block/sda
3600d02300069c9ce09d41c72a4235e00
3600d02300069c9ce09d41c72a4235e00 is the WWID.
Also, multipath can only operate on entire devices. There is no way to blacklist
just a partition of a device.
>
>
> thanks
>
>
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: DM-MP cannot be run on either the root or boot device
2006-11-30 22:28 DM-MP cannot be run on either the root or boot device Wayne Cass
2006-12-04 22:00 ` Benjamin Marzinski
@ 2006-12-05 8:25 ` Luca Berra
1 sibling, 0 replies; 3+ messages in thread
From: Luca Berra @ 2006-12-05 8:25 UTC (permalink / raw)
To: dm-devel
On Thu, Nov 30, 2006 at 03:28:12PM -0700, Wayne Cass wrote:
>DM-MP cannot be run on either the root or boot device
why not?
L.
--
Luca Berra -- bluca@comedia.it
Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
X AGAINST HTML MAIL
/ \
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-12-05 8:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-30 22:28 DM-MP cannot be run on either the root or boot device Wayne Cass
2006-12-04 22:00 ` Benjamin Marzinski
2006-12-05 8:25 ` Luca Berra
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.