Re: init scripts problems ?
"Peter T. Breuer" <[email protected]> Wed, 7 Dec 2005 23:48:41 +0100 (MET)
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
"Also sprach denis bonnenfant:" [Charset ISO-8859-1 unsupported, filtering to ASCII...] > denis bonnenfant wrote: > > Peter T. Breuer wrote: > > > > so it is normal to see that , as md: unbind<nda> removes really nda > > from the array. > > > > So the problem is clear enbd-client doesn't dies cleanly, raid problems > > are just side-effects. > > but the problem occurs only when nda is referenced in an array... Seek out the changes made to bd_openers in the "openers patch", and instead of incrementing and decrementing by an extra one (++ and --), do a +=2 and -=2. Just a guess. Peter