diff options
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. |