summaryrefslogtreecommitdiffstats
path: root/design/GlusterD2/GD2-Design.md
diff options
context:
space:
mode:
authorAtin Mukherjee <amukherj@redhat.com>2016-03-10 17:06:36 +0530
committerJeff Darcy <jdarcy@redhat.com>2016-05-23 06:54:51 -0700
commit230e3a3fab63421176400af40d41da7f24e576d7 (patch)
treef3c1571ea5553566280db9b1366e24730ca34495 /design/GlusterD2/GD2-Design.md
parent799fca3888304825251732c3f40e0cd0ad8c2c3b (diff)
Add ETCD bootstrapping details in GD2 Design
Change-Id: Ib09599b95c4faec00577998a048eb93f02509ed1 Signed-off-by: Atin Mukherjee <amukherj@redhat.com> Reviewed-on: http://review.gluster.org/13671 Reviewed-by: Jeff Darcy <jdarcy@redhat.com> Tested-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'design/GlusterD2/GD2-Design.md')
-rw-r--r--design/GlusterD2/GD2-Design.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/design/GlusterD2/GD2-Design.md b/design/GlusterD2/GD2-Design.md
index 0a6a2bb..4658173 100644
--- a/design/GlusterD2/GD2-Design.md
+++ b/design/GlusterD2/GD2-Design.md
@@ -32,7 +32,7 @@ GD2 will also be a native ReST server, exposing cluster management interfaces vi
The main management interface with GD2 will be a HTTP ReST interface. APIs will be provided for the management of peers, management of volumes, local-GlusterD management, monitoring (events) and long-running asynchronous operations.
-More details on the ReST-API can be found at [[ReST-API]] (_note that this is still under active development_).
+More details on the ReST-API can be found [here](ReST-API) (_note that this is still under active development_).
### Gluster CLI
@@ -60,6 +60,7 @@ The summary of the discussion is that,
The mechanisms of promotion and demotion of the nodes in the store cluster are still under discussion.
+More on how ETCD bootsrapping is going to be achieved is [here](ETCD-bootstrapping.md)
## Transaction framework
@@ -75,7 +76,7 @@ More details can be found at [[Transaction-framework]].
## RPC communication
-GD2 is going to implement a new cross language RPC framework using [protobuf](https://github.com/google/protobuf). A PoC golang package has been already implemented [here](https://github.com/kshlm/pbrpc). This will be used in communication between GlusterD and GlusterD/Glusterfsd deamons. Clients to bricks and vice versa will still follow the old way of xdr based sun rpc implementation.
+GD2 is going to implement a new cross language RPC framework using [protobuf](https://github.com/google/protobuf). A PoC golang package has been already implemented [here](https://github.com/kshlm/pbrpc). This will be used in communication between GlusterD and GlusterD/Glusterfsd deamons. Clients to bricks and vice versa will still follow the old way of xdr based sun rpc implementation.
GD2 is going to have the RPC hierarchy in the following manner
```