From: Richard Henwood Date: Tue, 13 Sep 2011 14:54:16 +0000 (-0500) Subject: LUDOC-18 added entry for errno EDQUOT. X-Git-Tag: 2.2.0~31^2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ede05040bb14ad80765fd4636f82d134d47939ec;p=doc%2Fmanual.git LUDOC-18 added entry for errno EDQUOT. Documented error number 122: EDQUOT: this error occurs when an operation fails because the user disk quota is exceeded. The documented location of errno.h has been updated to: /usr/include/asm-generic/errno.h Signed-off-by: Richard Henwood Change-Id: I8d7b4583bffbad62a917448710268ffc3ef53769 --- diff --git a/LustreTroubleshooting.xml b/LustreTroubleshooting.xml index f253bc5..d513b7c 100644 --- a/LustreTroubleshooting.xml +++ b/LustreTroubleshooting.xml @@ -22,7 +22,7 @@ Several resources are available to help troubleshoot Lustre. This section describes error numbers, error messages and logs.
<indexterm><primary>troubleshooting</primary><secondary>error numbers</secondary></indexterm>Error Numbers - Error numbers for Lustre come from the Linux errno.h, and are located in /usr/include/asm/errno.h. Lustre does not use all of the available Linux error numbers. The exact meaning of an error number depends on where it is used. Here is a summary of the basic errors that Lustre users may encounter. + Error numbers for Lustre come from the Linux errno.h, and are located in /usr/include/asm-generic/errno.h. Lustre does not use all of the available Linux error numbers. The exact meaning of an error number depends on where it is used. Here is a summary of the basic errors that Lustre users may encounter. @@ -161,6 +161,17 @@ The operation took too long and timed out. + + + -122 + + + -EDQUOT + + + The operation exceeded the user disk quota and was aborted. + +