summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/glusterfs.h
diff options
context:
space:
mode:
authorRaghavendra G <rgowdapp@redhat.com>2013-08-08 16:18:31 +0530
committerKrishnan Parthasarathi <kparthas@redhat.com>2013-08-12 00:48:15 +0530
commit0bcdd3e3a632ffa5359a8d9ee74b364ca3af6bbe (patch)
treec2621c448005b5f3d4ec38873171f9188272c448 /libglusterfs/src/glusterfs.h
parent008d261e9b939fa2b71b1e3f23945d86fec4f632 (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 f7195ac5..7a71fa4f 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"