[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] Re: Changes hwtable.c to Support New Pillar Hardware
- From: Stefan Bader <Stefan Bader de ibm com>
- To: device-mapper development <dm-devel redhat com>
- Subject: Re: [dm-devel] Re: Changes hwtable.c to Support New Pillar Hardware
- Date: Tue, 6 Feb 2007 14:00:25 +0100
dm-devel-bounces redhat com wrote on 05.02.2007 23:51:44:
>
> I'm wondering : "%d" or "/dev/%n" should work as mpath_prio_alua
> parameter. Does "%n" does too ?
>
Yes, "%n" uses "/dev" (or the directory given with -d) as device
directory, if there is no leading "/" in the device name.
It might be a workaround for the problems with the temporary device
node (makedev macro seems to be the wrong choice...) but will get
other problems. If udev/hotplug doesn't create the device node fast
enough the call will fail. This was the reason to implement the "%d"
support in the first place. May someone has a good idea how to
do the node creation correctly...
Regards,
Stefan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]