Whamcloud - gitweb
LUDOC-18 added entry for errno EDQUOT. 69/1369/3
authorRichard Henwood <rhenwood@whamcloud.com>
Tue, 13 Sep 2011 14:54:16 +0000 (09:54 -0500)
committerRichard Henwood <rhenwood@whamcloud.com>
Tue, 13 Sep 2011 14:54:16 +0000 (09:54 -0500)
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 <rhenwood@whamcloud.com>
Change-Id: I8d7b4583bffbad62a917448710268ffc3ef53769

LustreTroubleshooting.xml

index f253bc5..d513b7c 100644 (file)
@@ -22,7 +22,7 @@
     <para>Several resources are available to help troubleshoot Lustre. This section describes error numbers, error messages and logs.</para>
     <section remap="h3">
       <title><indexterm><primary>troubleshooting</primary><secondary>error numbers</secondary></indexterm>Error Numbers</title>
-      <para>Error numbers for Lustre come from the Linux errno.h, and are located in <literal>/usr/include/asm/errno.h</literal>. 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.</para>
+      <para>Error numbers for Lustre come from the Linux errno.h, and are located in <literal>/usr/include/asm-generic/errno.h</literal>. 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.</para>
       <informaltable frame="all">
         <tgroup cols="3">
           <colspec colname="c1" colwidth="33*"/>
                 <para> The operation took too long and timed out.</para>
               </entry>
             </row>
+            <row>
+              <entry>
+                <para> -122</para>
+              </entry>
+              <entry>
+                <literal> -EDQUOT </literal>
+              </entry>
+              <entry>
+                <para> The operation exceeded the user disk quota and was aborted.</para>
+              </entry>
+            </row>
           </tbody>
         </tgroup>
       </informaltable>