]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: return -EDQUOT instead of -ENOSPC if it is a pool quota
authorSage Weil <sage@redhat.com>
Thu, 1 Oct 2015 19:01:59 +0000 (15:01 -0400)
committerSage Weil <sage@redhat.com>
Thu, 1 Oct 2015 19:01:59 +0000 (15:01 -0400)
commitea93ead2ab62583c2054e56039bb7c681357255c
tree2a0a17b51422fae3d10cee16c55f1ad49e5ce8f2
parent4c0277f1778e9e88c768d357cd9d0ca40cf4c415
osd: return -EDQUOT instead of -ENOSPC if it is a pool quota

The pool quota error should return EDQUOT intead of ENOSPC.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/ReplicatedPG.cc