diff options
author | Atin Mukherjee <amukherj@redhat.com> | 2016-01-29 13:05:24 +0530 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2016-02-10 04:34:05 -0800 |
commit | 89e3c74cf3697e1afec5d7bd775d9e29f673d75e (patch) | |
tree | 3fa7ede3bb2abde0b9574471c7f7574bc7521800 /design | |
parent | fe86987c1c6d85e7d9e30f84f81401eeaf3b1530 (diff) |
fix broken image in GD2 design
Change-Id: I64b18a3812aef5e1735602dd517b1fc6357ee864
Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
Reviewed-on: http://review.gluster.org/13314
Reviewed-by: Prashanth Pai <ppai@redhat.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Tested-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'design')
-rw-r--r-- | design/GlusterD2/GD2-Design.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/GlusterD2/GD2-Design.md b/design/GlusterD2/GD2-Design.md index dafd7d1..0a6a2bb 100644 --- a/design/GlusterD2/GD2-Design.md +++ b/design/GlusterD2/GD2-Design.md @@ -22,7 +22,7 @@ Non trivial effort is involved in adding management support for a new feature. A ## Architectural Overview -[[images/gd2-arch.png]] + The core of GD2 is the centralized store. GD2 will maintain the cluster configuration data, which includes peer and volume information, in a central store instead of maintining it on each peer. It is planned to use [etcd](https://coreos.com/etcd/) to provide the centralized store. etcd servers will only run on a subset of the cluster, tentatively being called the monitor cluster. All other nodes of the cluster will be clients of the monitor cluster. |