summaryrefslogtreecommitdiffstats
path: root/rpc/xdr/src
diff options
context:
space:
mode:
authorAvra Sengupta <asengupt@redhat.com>2013-12-16 03:09:58 +0000
committerRajesh Joseph <rjoseph@redhat.com>2014-01-06 15:59:43 +0530
commit5d57885a1b63ba89406c0dbd02bb254eacf531bd (patch)
tree81675d15f4d450ac80c2b67cf1e4b2e68a5405b2 /rpc/xdr/src
parent31ed53e48a2066ba344c257856384ad105803281 (diff)
glusterd/snapshot: Introducing snap-max-hard-limit and snap-max-soft-limit
Note: Manually adding this patch again as this patch got missed in git reset option done on remote development branch Change-Id: I9e81c5ec003c1e1722d0fcb27dd87c365ee43ff4 Signed-off-by: Avra Sengupta <asengupt@redhat.com> Signed-off-by: Rajesh Joseph <rjoseph@redhat.com>
Diffstat (limited to 'rpc/xdr/src')
-rw-r--r--rpc/xdr/src/cli1-xdr.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h
index 4c4cb0f18..dfde3e20d 100644
--- a/rpc/xdr/src/cli1-xdr.h
+++ b/rpc/xdr/src/cli1-xdr.h
@@ -184,10 +184,8 @@ typedef enum gf1_cli_snapshot gf1_cli_snapshot;
enum gf1_cli_snapshot_config {
GF_SNAP_CONFIG_TYPE_NONE = 0,
- GF_SNAP_CONFIG_SYS_MAX = 0 + 1,
- GF_SNAP_CONFIG_VOL_MAX = 0 + 2,
- GF_SNAP_CONFIG_DISPLAY = 0 + 3,
- GF_SNAP_CONFIG_CG_MAX = 0 + 4,
+ GF_SNAP_CONFIG_TYPE_SET = 0 + 1,
+ GF_SNAP_CONFIG_DISPLAY = 0 + 2
};
typedef enum gf1_cli_snapshot_config gf1_cli_snapshot_config;