On Wed, Apr 08, 2009 at 09:33:12AM -0400, Steve Hsieh wrote: > Hi, > > Just a followup to my own post from Apr 6. My vblade targets continue to drop > out my raid array sporadically with the only message appearing in /var/log/ > message: > > kernel: aoe: ata error cmd=24h stat=41h from e1.2
I'm sorry that I don't have time to provide a complete answer, but I can tell you how to find the answer and about my suspicions as to what it will be. You can look up the 0x24 ATA command in the Linux sources in include/linux/hdreg.h, where you'll see that it's an extended read. Status 0x41 is an ATA thing, but you can look at the vblade sources to see when it returns 0b01000001. The ioctl values are a pain to look up, but you can start with ioctl_list and also check the Linux kernel headers. But I think what you'll find is that there's some problem with the thing vblade is exporting that's causing the read that vblade does to fail. -- Ed Cashin <ecas...@coraid.com> Find experimental aoe Linux driver patches at http://coraid.typepad.com/aoe_linux_proving_grounds/ ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Aoetools-discuss mailing list Aoetools-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/aoetools-discuss