summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/glusterfs.h
diff options
context:
space:
mode:
authorRaghavendra G <rgowdapp@redhat.com>2013-08-08 16:18:31 +0530
committerVijay Bellur <vbellur@redhat.com>2013-08-09 19:26:39 +0530
commit3bd5ea6baa8d1b42e4a16f1f3d36e38537a5d45a (patch)
tree38fd1ac86b2453d86b745b701e7f06e8daea6b27 /libglusterfs/src/glusterfs.h
parentc804a1c5ac6c5e3b50c2d4d3e092142d7a15338e (diff)
features/quota: fixes to code reading limits from xattrs.
It was assumed that hard and soft limits are stored as two different xattrs on disk. However they are stored as two members of a structure which is stored as a value for a single key. Change-Id: I947fa5c375209c31fe1511bda0d5cb0e249af9ba BUG: 969461 Signed-off-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
-rw-r--r--libglusterfs/src/glusterfs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h
index 3985e004..50620573 100644
--- a/libglusterfs/src/glusterfs.h
+++ b/libglusterfs/src/glusterfs.h
@@ -114,8 +114,7 @@
#define GLUSTERFS_PARENT_ENTRYLK "glusterfs.parent-entrylk"
#define GLUSTERFS_INODELK_DOM_COUNT "glusterfs.inodelk-dom-count"
#define QUOTA_SIZE_KEY "trusted.glusterfs.quota.size"
-#define QUOTA_HARD_LIMIT_KEY "trusted.glusterfs.quota.hard-limit"
-#define QUOTA_SOFT_LIMIT_KEY "trusted.glusterfs.quota.soft-limit"
+#define QUOTA_LIMIT_KEY "trusted.glusterfs.quota.limit-set"
#define GFID_TO_PATH_KEY "glusterfs.gfid2path"
#define GF_XATTR_STIME_PATTERN "trusted.glusterfs.*.stime"