[Lustre-discuss] Seeing OST errors on the OSS that doesnt have it mounted

Bernd Schubert bs at q-leap.de
Thu Aug 28 03:03:53 PDT 2008


On Thursday 28 August 2008 05:41:24 Alex Lee wrote:
> Is there any documentation on how to decode the error messages? I feel
> bad keep posting on the list for every single error message I dont
> understand.

I don't think so, you have the source ;) Nathaniel Rutman posted a quite 
useful bash errno function some time ago:

# errnos
function errno()
{
        for i in `find /usr/include -name errno*.h`; do
            expand $i | grep " "$1" "
        done
}


So to find out what error 19 is:

bschubert at lanczos ~> errno 19
#define ENODEV          19      /* No such device */


Cheers,
Bernd

-- 
Bernd Schubert
Q-Leap Networks GmbH



More information about the lustre-discuss mailing list