* Re: DAC960 at 2.5.50
@ 2002-11-28 15:56 Samium Gromoff
2002-12-03 19:42 ` Dave Olien
0 siblings, 1 reply; 9+ messages in thread
From: Samium Gromoff @ 2002-11-28 15:56 UTC (permalink / raw)
To: cobra; +Cc: alan, linux-kernel
> Samium Gromoff...
> > > <alan@lxorguk.ukuu.org.uk>
> > > [PATCH] update to OSDL DAC960 driver
> > >
> > > Its not perfect but it works
> > is it supposed to blow my data, or is it relatively safe to use?
>
> There have been a few poeple using this patch for about 5 versions of
> 2.5 so far. I haven't done heavy testing myself, just booting and doing
> some other testing of modules and drivers. I am running the DAC960 on
> my root/boot filesystem and haven't seen any problems yet.
thank you. i`ll join the 2.5 DAC user crowd soon then :-)
---
regards,
Samium Gromoff
_____________________________________
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: DAC960 at 2.5.50 2002-11-28 15:56 DAC960 at 2.5.50 Samium Gromoff @ 2002-12-03 19:42 ` Dave Olien 2002-12-04 6:57 ` Samium Gromoff 2002-12-05 12:17 ` Monitor utility (was Re: DAC960 at 2.5.50) Kevin Brosius 0 siblings, 2 replies; 9+ messages in thread From: Dave Olien @ 2002-12-03 19:42 UTC (permalink / raw) To: Samium Gromoff; +Cc: cobra, alan, linux-kernel Let me know if you find any problems at all. I'll try to address them. I think the biggest "imperfection" is just the coding style of the whole driver. I might submit some patches over time to clean up coding style. The next problem is that it doesn't handle media errors yet. If you have a read or write failure because a sector on your disk is bad, it fails the entire read or write. With all the coalescing of requests that the block layer does, this might fail ALL of a really large transfer just because one sector is bad. I'm working on a patch that retries failures section at a time, so that the failure will be more closely limited to the sector that is bad. On Thu, Nov 28, 2002 at 06:56:22PM +0300, Samium Gromoff wrote: > > Samium Gromoff... > > > > <alan@lxorguk.ukuu.org.uk> > > > > [PATCH] update to OSDL DAC960 driver > > > > > > > > Its not perfect but it works > > > is it supposed to blow my data, or is it relatively safe to use? > > > > There have been a few poeple using this patch for about 5 versions of > > 2.5 so far. I haven't done heavy testing myself, just booting and doing > > some other testing of modules and drivers. I am running the DAC960 on > > my root/boot filesystem and haven't seen any problems yet. > thank you. i`ll join the 2.5 DAC user crowd soon then :-) > > --- > regards, > Samium Gromoff > _____________________________________ > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: DAC960 at 2.5.50 2002-12-03 19:42 ` Dave Olien @ 2002-12-04 6:57 ` Samium Gromoff 2002-12-05 12:17 ` Monitor utility (was Re: DAC960 at 2.5.50) Kevin Brosius 1 sibling, 0 replies; 9+ messages in thread From: Samium Gromoff @ 2002-12-04 6:57 UTC (permalink / raw) To: dmo; +Cc: _deepfire, cobra, alan, linux-kernel > Let me know if you find any problems at all. I'll try to > address them. Actually the thing (DAC960-PL, one ibm 10k rpm drive) just booted up and worked like a charm. Indeed it`s not a hardcore setup, yet i`m happy anyway :-) Although i`ll keep running 2.4 until alsa isapnp breakage will get fixed up. Anyhow thank you for the finally working driver which finally enabled me to check bloody 2.5 at home :-) regards, Samium Gromoff ^ permalink raw reply [flat|nested] 9+ messages in thread
* Monitor utility (was Re: DAC960 at 2.5.50) 2002-12-03 19:42 ` Dave Olien 2002-12-04 6:57 ` Samium Gromoff @ 2002-12-05 12:17 ` Kevin Brosius 2002-12-05 13:06 ` Samium Gromoff 2002-12-05 17:45 ` Dave Olien 1 sibling, 2 replies; 9+ messages in thread From: Kevin Brosius @ 2002-12-05 12:17 UTC (permalink / raw) To: Dave Olien; +Cc: Samium Gromoff, alan, linux-kernel Dave, all, Did you know about the DAC960 monitor utility? I just ran across it in the SuSE install set. It's available from http://varmon.sourceforge.net/ Looks like it's not being maintained anymore (and probably won't work with the 2.5 driver yet?) -- Kevin Dave Olien wrote: > > > > Let me know if you find any problems at all. I'll try to > address them. > > I think the biggest "imperfection" is just the coding style of > the whole driver. I might submit some patches over time to clean > up coding style. > > The next problem is that it doesn't handle media errors yet. > If you have a read or write failure because a sector on your disk > is bad, it fails the entire read or write. With all the coalescing > of requests that the block layer does, this might fail ALL of a > really large transfer just because one sector is bad. > > I'm working on a patch that retries failures section at a time, > so that the failure will be more closely limited to the sector > that is bad. > > On Thu, Nov 28, 2002 at 06:56:22PM +0300, Samium Gromoff wrote: > > > Samium Gromoff... > > > > > <alan@lxorguk.ukuu.org.uk> > > > > > [PATCH] update to OSDL DAC960 driver > > > > > > > > > > Its not perfect but it works > > > > is it supposed to blow my data, or is it relatively safe to use? > > > > > > There have been a few poeple using this patch for about 5 versions of > > > 2.5 so far. I haven't done heavy testing myself, just booting and doing > > > some other testing of modules and drivers. I am running the DAC960 on > > > my root/boot filesystem and haven't seen any problems yet. > > thank you. i`ll join the 2.5 DAC user crowd soon then :-) > > > > --- > > regards, > > Samium Gromoff ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Monitor utility (was Re: DAC960 at 2.5.50) 2002-12-05 12:17 ` Monitor utility (was Re: DAC960 at 2.5.50) Kevin Brosius @ 2002-12-05 13:06 ` Samium Gromoff 2002-12-05 16:22 ` Randy.Dunlap 2002-12-05 17:45 ` Dave Olien 1 sibling, 1 reply; 9+ messages in thread From: Samium Gromoff @ 2002-12-05 13:06 UTC (permalink / raw) To: cobra; +Cc: dmo, _deepfire, alan, linux-kernel > Dave, all, > Did you know about the DAC960 monitor utility? I just ran across it > in the SuSE install set. It's available from > http://varmon.sourceforge.net/ > > Looks like it's not being maintained anymore (and probably won't work > with the 2.5 driver yet?) i`m volunteering to test it as soon as its ported > > -- > Kevin regards, Samium Gromoff ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Monitor utility (was Re: DAC960 at 2.5.50) 2002-12-05 13:06 ` Samium Gromoff @ 2002-12-05 16:22 ` Randy.Dunlap 0 siblings, 0 replies; 9+ messages in thread From: Randy.Dunlap @ 2002-12-05 16:22 UTC (permalink / raw) To: Samium Gromoff; +Cc: cobra, dmo, _deepfire, alan, linux-kernel On Thu, 5 Dec 2002, Samium Gromoff wrote: | > Dave, all, | > Did you know about the DAC960 monitor utility? I just ran across it | > in the SuSE install set. It's available from | > http://varmon.sourceforge.net/ | > | > Looks like it's not being maintained anymore (and probably won't work | > with the 2.5 driver yet?) | i`m volunteering to test it as soon as its ported Did anyone volunteer to update it? Looks like a good idea... -- ~Randy ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Monitor utility (was Re: DAC960 at 2.5.50) 2002-12-05 12:17 ` Monitor utility (was Re: DAC960 at 2.5.50) Kevin Brosius 2002-12-05 13:06 ` Samium Gromoff @ 2002-12-05 17:45 ` Dave Olien 2002-12-05 19:21 ` Mihai RUSU 1 sibling, 1 reply; 9+ messages in thread From: Dave Olien @ 2002-12-05 17:45 UTC (permalink / raw) To: Kevin Brosius; +Cc: Samium Gromoff, alan, linux-kernel I hadn't seen it before. I'll grab it and give it a look. I'm assuming it uses ioctl() calls to do its dirty work. In that case, it should mostly still work. I might have broken something around the edges. I also observed some races in the driver between its ioctl() functions and some timer-driven health monitoring functions that concerned me. I'll look those over again more carefully. Give me a day or so, and I'll let you know how things look. I've heard of something Mylex provides called "global array manager" that runs on Linux. But, I think it requires a graphical front end on a windows box. I don't think it's open source either. I'll look it over as a second priority after this one. Dave On Thu, Dec 05, 2002 at 07:17:34AM -0500, Kevin Brosius wrote: > Dave, all, > Did you know about the DAC960 monitor utility? I just ran across it > in the SuSE install set. It's available from > http://varmon.sourceforge.net/ > > Looks like it's not being maintained anymore (and probably won't work > with the 2.5 driver yet?) > > -- > Kevin > > > Dave Olien wrote: > > > > > > > > Let me know if you find any problems at all. I'll try to > > address them. > > > > I think the biggest "imperfection" is just the coding style of > > the whole driver. I might submit some patches over time to clean > > up coding style. > > > > The next problem is that it doesn't handle media errors yet. > > If you have a read or write failure because a sector on your disk > > is bad, it fails the entire read or write. With all the coalescing > > of requests that the block layer does, this might fail ALL of a > > really large transfer just because one sector is bad. > > > > I'm working on a patch that retries failures section at a time, > > so that the failure will be more closely limited to the sector > > that is bad. > > > > On Thu, Nov 28, 2002 at 06:56:22PM +0300, Samium Gromoff wrote: > > > > Samium Gromoff... > > > > > > <alan@lxorguk.ukuu.org.uk> > > > > > > [PATCH] update to OSDL DAC960 driver > > > > > > > > > > > > Its not perfect but it works > > > > > is it supposed to blow my data, or is it relatively safe to use? > > > > > > > > There have been a few poeple using this patch for about 5 versions of > > > > 2.5 so far. I haven't done heavy testing myself, just booting and doing > > > > some other testing of modules and drivers. I am running the DAC960 on > > > > my root/boot filesystem and haven't seen any problems yet. > > > thank you. i`ll join the 2.5 DAC user crowd soon then :-) > > > > > > --- > > > regards, > > > Samium Gromoff > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Monitor utility (was Re: DAC960 at 2.5.50) 2002-12-05 17:45 ` Dave Olien @ 2002-12-05 19:21 ` Mihai RUSU 2002-12-05 21:33 ` Dave Olien 0 siblings, 1 reply; 9+ messages in thread From: Mihai RUSU @ 2002-12-05 19:21 UTC (permalink / raw) To: Dave Olien; +Cc: linux-kernel On Thu, 5 Dec 2002, Dave Olien wrote: .... > I've heard of something Mylex provides called > "global array manager" that runs on Linux. But, I > think it requires a graphical front end on a windows > box. I don't think it's open source either. > I'll look it over as a second priority after > this one. > > Dave > Hi Dave Yes, their software its pretty cool and its the only choice for using some of the features of the DAC960 (ex. MORE, setting queue tag len for single hdd, write-back cache for logical and physical drives, very nice event viewer, full SNMP variables exporting). They provide native linux drivers/server and win32 client (inside a rpm and using wine to start itself). Except for some minor visual problems the GAM client works pretty well with wine. I sugest you to try it out. ---------------------------- Mihai RUSU Disclaimer: Any views or opinions presented within this e-mail are solely those of the author and do not necessarily represent those of any company, unless otherwise specifically stated. ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Monitor utility (was Re: DAC960 at 2.5.50) 2002-12-05 19:21 ` Mihai RUSU @ 2002-12-05 21:33 ` Dave Olien 0 siblings, 0 replies; 9+ messages in thread From: Dave Olien @ 2002-12-05 21:33 UTC (permalink / raw) To: Mihai RUSU; +Cc: linux-kernel Thanks, I'll give it a try! I was just playing with varmon. It's OK. It seems to do the same set of things that I can do through the /proc/rd/c0/user_command interface. I can take drives offline, put them back online, make drives standby, do consistency checks. But, I can't delete or create logical devices, I'm forced to do that through the Mylex BIOS during system boot. I've not given a lot of thought to where those restrictions come from. Certainly part of the problem is a lack of specifications for Mylex. It'd be really nice of global array manager could do these things. I'll give it a try. On Thu, Dec 05, 2002 at 09:21:11PM +0200, Mihai RUSU wrote: > On Thu, 5 Dec 2002, Dave Olien wrote: > > .... > > I've heard of something Mylex provides called > > "global array manager" that runs on Linux. But, I > > think it requires a graphical front end on a windows > > box. I don't think it's open source either. > > I'll look it over as a second priority after > > this one. > > > > Dave > > > > Hi Dave > > Yes, their software its pretty cool and its the only choice for using some > of the features of the DAC960 (ex. MORE, setting queue tag len for single > hdd, write-back cache for logical and physical drives, very nice event > viewer, full SNMP variables exporting). They provide native linux > drivers/server and win32 client (inside a rpm and using wine to start > itself). Except for some minor visual problems the GAM client works pretty > well with wine. > > I sugest you to try it out. > > ---------------------------- > Mihai RUSU > > Disclaimer: Any views or opinions presented within this e-mail are solely > those of the author and do not necessarily represent those of any company, > unless otherwise specifically stated. ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2002-12-05 21:28 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2002-11-28 15:56 DAC960 at 2.5.50 Samium Gromoff 2002-12-03 19:42 ` Dave Olien 2002-12-04 6:57 ` Samium Gromoff 2002-12-05 12:17 ` Monitor utility (was Re: DAC960 at 2.5.50) Kevin Brosius 2002-12-05 13:06 ` Samium Gromoff 2002-12-05 16:22 ` Randy.Dunlap 2002-12-05 17:45 ` Dave Olien 2002-12-05 19:21 ` Mihai RUSU 2002-12-05 21:33 ` Dave Olien
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox