diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2010-09-21 02:02:48 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-21 03:24:06 -0700 |
commit | 0484b5768da303998549e8153d08899e58edab68 (patch) | |
tree | 7b4e34221e9a554da5066243f4a83a7a4a811753 /rpc | |
parent | ae376259304b654206c50b095dabf172fc355438 (diff) |
cli, mgmt/glusterd: send errno in case of Peer reject
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1653 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1653
Diffstat (limited to 'rpc')
-rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index 632c1d42d97..b46f3b9883f 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -158,7 +158,8 @@ enum gf_probe_resp { GF_PROBE_SUCCESS, GF_PROBE_LOCALHOST, GF_PROBE_FRIEND, - GF_PROBE_ANOTHER_CLUSTER + GF_PROBE_ANOTHER_CLUSTER, + GF_PROBE_VOLUME_CONFLICT }; enum gf_cbk_procnum { |