I'm now looking at the udev monitor and also set the loglevel to debug and I can see that udev is processing the multipath events, hence creating the /dev/mapper entries (but not the partition entries). But there is never anything called that would create the /dev/dm-* devices and the 95-kpartx rule is also never called it seems. I have now rigged it to run a script on boot that calls mkdnod and kpartx, but of course I'd still like udev support. I have not been able to get any answer from ubuntu guys, so is it a fact that multipath is basically not supported under ubuntu ? What would be the next best distribution thats free of annual license fees ? Thank you very much again, Thomas On Mon, Mar 23, 2009 at 11:44 AM, Thomas Witzel <witzel.thomas@xxxxxxxxx> wrote: > Thanks, I added that. But it didn't change anything. I'm not sure what > you want me to do with iscsi. I don't think I have an iscsi device. I > have heard about the MD3000i before, but thats not what I have. I > think I have a MD3000 (without i) connected via Symbios Logic SAS1068 > PCI-X Fusion-MPT SAS controller. > > Thomas > > On Mon, Mar 23, 2009 at 10:31 AM, Konrad Rzeszutek > <konrad@xxxxxxxxxxxxxxx> wrote: >> On Fri, Mar 20, 2009 at 08:54:27PM -0400, Thomas Witzel wrote: >>> I have a Dell NX1950 with a MD3000 running ubuntu server 8.04 . With >>> the help of this list I managed to configure the RAID etc. However >>> there is one remaining problem. udev doesn't seem to recognize this >>> setup. After every reboot I have to manually create the /dev/dm-* >>> devices with mknod and run kpartx to make the partitions show up. Can >>> someone please hint to me where I get the appropriate udev scripts ? >> >> You can drop this in your udev/rules.d directory: >> >>> cat /etc/udev/rules.d/95-mpdc.rules >> RUN+="socket:/org/kernel/dm/multipath_event" >> >> >> Obviously you need to have your multipathd to start _before_ your >> iSCSI daemon. >> >>> Ubuntu does have dmapper and multipath related scripts in the udev >>> directory, but they don't seem to be working for me. >>> >>> Thank you so much, >>> Thomas Witzel >>> >>> -- >>> dm-devel mailing list >>> dm-devel@xxxxxxxxxx >>> https://www.redhat.com/mailman/listinfo/dm-devel >> >> -- >> dm-devel mailing list >> dm-devel@xxxxxxxxxx >> https://www.redhat.com/mailman/listinfo/dm-devel >> > -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel