summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/nfs/server/src/nfs3-helpers.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs3-helpers.c b/xlators/nfs/server/src/nfs3-helpers.c
index c80f637fafc..468f8f7af4a 100644
--- a/xlators/nfs/server/src/nfs3-helpers.c
+++ b/xlators/nfs/server/src/nfs3-helpers.c
@@ -256,6 +256,10 @@ nfs3_errno_to_nfsstat3 (int errnum)
stat = NFS3ERR_IO;
break;
+ case EDQUOT:
+ stat = NFS3ERR_DQUOT;
+ break;
+
default:
stat = NFS3ERR_SERVERFAULT;
break;
ions'>-0/+28 * doc: Added release notes for 3.12.9 releasev3.12.9ShyamsundarR2018-04-241-0/+32 * Release notes for 3.12.8v3.12.8Jiffin Tony Thottan2018-04-121-0/+15 * Release notes for 3.12.7v3.12.7Jiffin Tony Thottan2018-03-082-1/+15 * doc : release-notes for GlusterFS-3.12.6v3.12.6Jiffin Tony Thottan2018-02-131-0/+32 * doc : release-notes for GlusterFS-3.12.5v3.12.5Jiffin Tony Thottan2018-01-121-0/+27 * doc : release-notes for GlusterFS-3.12.4v3.12.4Jiffin Tony Thottan2017-12-131-0/+30 * core/memacct: save allocs in mem_acct_rec listN Balachandran2017-12-081-0/+19 * doc : release-notes for GlusterFS-3.12.3v3.12.3Jiffin Tony Thottan2017-11-111-0/+53 * cli: volume status command is missing in man pageSanju Rakonde2017-10-251-0/+3 * doc : release-notes for GlusterFS-3.12.2v3.12.2Jiffin Tony Thottan2017-10-131-0/+64 * doc : release-notes for GlusterFS-3.12.1v3.12.1Jiffin Tony Thottan2017-09-111-0/+34 * doc: Finalized release notes for 3.12.0 releaseShyamsundarR2017-08-291-54/+57 * doc: Update release-notes for 3.12 RC0v3.12.0rc0ShyamsundarR2017-08-051-15/+408 * doc: release notes for localtime-loggingKaleb S. KEITHLEY2017-08-041-11/+13 * glusterfsd: allow subdir mountAmar Tumballi2017-08-042-2/+8 * logging: localtime logging, cmdline, volume set optionN Balachandran2017-08-033-0/+9 * glusterd: Add option to get all volume options through get-state CLISamikshan Bairagya2017-07-311-1/+1 * doc: Initial template release notes for 3.12.0Shyam2017-07-211-0/+39 * libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-0/+104 * doc: beginner's guide to syncop frameworkKrishnan Parthasarathi2017-07-191-0/+72 * gluster man page: Add remote-host and script mode in gluster man pageGaurav Yadav2017-07-111-3/+2 * rpc: add more document on programs and actorsAmar Tumballi2017-05-151-0/+32 * cluster/dht: Document detailing transactions in dhtRaghavendra G2017-04-271-0/+272 * debug/sink: add xlator to aid in resource leak debuggingNiels de Vos2017-04-252-0/+177 * glusterd: Add client details to get-state outputSamikshan Bairagya2017-04-121-1/+1 * doc: Added documentation about ec implementationXavier Hernandez2017-03-031-0/+588 * glusterd: add a cli command to trigger a statedump on a clientPoornima G2017-01-231-0/+13 * inode: Add per xlator ref count for inodePoornima G2017-01-181-0/+3 * Revert "doc: fix gluster man page"Atin Mukherjee2016-12-151-1/+1 * doc: fix gluster man pageAtin Mukherjee2016-12-151-1/+1 * glusterd/cli: cli to get local state representation from glusterdSamikshan Bairagya2016-08-261-0/+3 * feature/bitrot: Ondemand scrub option for bitrotKotresh HR2016-08-251-4/+2 * gluster man page: Add output option "--xml" to man page of glusterMohit Agrawal2016-07-291-2/+2 * georep: add reset-sync-time option for session deleteMilind Changire2016-06-281-1/+2 * core: assorted typos and spelling mistakes reported by Debian lintianKaleb S KEITHLEY2016-05-182-4/+4 * common-ha: reliable grace using pacemaker notify actionsKaleb S KEITHLEY2016-03-141-0/+43 * fuse: Address the review comments in the backportPoornima G2016-03-091-0/+3 * gluster man page: adding geo-replication chapterCedric Buissart2016-02-291-0/+26 * bitrot: Update 'scrub status' cmd in man pageKotresh HR2015-12-141-0/+3 * docs: move contributor docs to the glusterdocs repositoryBipin Kunal2015-11-1518-2564/+0 * Remove selinux mount option from "man mount.glusterfs"hari gowtham2015-11-101-4/+1 * build: Remove systemtap references from sourceAnoop C S2015-11-104-11/+10 * cluster/tier update man pages for tier featureDan Lambright2015-10-191-0/+19 * Porting developer guide to source code repo from glusterdocs projectHumble Devassy Chirammal2015-10-1030-12/+3013