Bug#500991: incorrect regular expression?

2008-10-06 Thread Rik Theys
Hi, Guido Günther wrote: On Fri, Oct 03, 2008 at 01:12:16PM +0200, Rik Theys wrote: I won't need cciss support in the near future as I will be connecting FC disks to the server. I will test the new version of multipath-tools O.k., this should work without problems then. (with cciss

Bug#500991: incorrect regular expression?

2008-10-06 Thread Guido Günther
Hi, On Mon, Oct 06, 2008 at 10:15:19AM +0200, Rik Theys wrote: [..snip..] I've tested the version from unstable (it also upgraded kpartx) and it now blacklists the cciss devices without a config file. So it works :-). Thank you very much for testing. I just mailed the release team so they

Bug#500991: incorrect regular expression?

2008-10-03 Thread Rik Theys
Hi, I think the default regular expression for cciss devices in /etc/multipath.conf (and the built-in defaults) should be: devnode ^cciss!c[0-9]d[0-9]*(p[0-9]*)? instead of devnode ^cciss!c[0-9]d[0-9]*[p[0-9]*] The partition on the cciss disks should be optional? Regards, Rik -- Rik

Bug#500991: incorrect regular expression?

2008-10-03 Thread Guido Günther
On Fri, Oct 03, 2008 at 10:56:16AM +0200, Rik Theys wrote: devnode ^cciss!c[0-9]d[0-9]*(p[0-9]*)? instead of devnode ^cciss!c[0-9]d[0-9]*[p[0-9]*] The partition on the cciss disks should be optional? I'd say you don't multipath partitions at all but only the disks but then I don't know how

Bug#500991: incorrect regular expression?

2008-10-03 Thread Rik Theys
Guido Günther wrote: On Fri, Oct 03, 2008 at 10:56:16AM +0200, Rik Theys wrote: devnode ^cciss!c[0-9]d[0-9]*(p[0-9]*)? instead of devnode ^cciss!c[0-9]d[0-9]*[p[0-9]*] The partition on the cciss disks should be optional? I'd say you don't multipath partitions at all but only the disks but

Bug#500991: incorrect regular expression?

2008-10-03 Thread Guido Günther
On Fri, Oct 03, 2008 at 11:50:01AM +0200, Rik Theys wrote: The machine is an HP DL380G5 with an HP smart array P400i raid controller. I was just testing the multipath support because I will need it later on. The RAID disk is not available using multiple paths, but multipath should still

Bug#500991: incorrect regular expression?

2008-10-03 Thread Rik Theys
Guido Günther wrote: On Fri, Oct 03, 2008 at 11:50:01AM +0200, Rik Theys wrote: The machine is an HP DL380G5 with an HP smart array P400i raid controller. I was just testing the multipath support because I will need it later on. The RAID disk is not available using multiple paths, but

Bug#500991: incorrect regular expression?

2008-10-03 Thread Guido Günther
On Fri, Oct 03, 2008 at 01:12:16PM +0200, Rik Theys wrote: I won't need cciss support in the near future as I will be connecting FC disks to the server. I will test the new version of multipath-tools O.k., this should work without problems then. (with cciss blacklisted), if you give me the