Update 2.7 design doc
[ganeti-local] / doc / design-2.7.rst
1 =================
2 Ganeti 2.7 design
3 =================
4
5 The following design documents have been implemented in Ganeti 2.7:
6
7 - :doc:`design-bulk-create`
8 - :doc:`design-opportunistic-locking`
9 - :doc:`design-remote-commands`
10 - :doc:`design-node-add`
11 - :doc:`design-virtual-clusters`
12 - :doc:`design-network`
13 - :doc:`design-linuxha`
14
15 The following designs have been partially implemented in Ganeti 2.7:
16
17 - :doc:`design-query-splitting`: only queries not needing RPC are
18   supported, through confd
19 - :doc:`design-partitioned`: only exclusive use of disks is implemented
20 - :doc:`design-monitoring-agent`: an example standalone DRBD data
21   collector is included
22
23 .. vim: set textwidth=72 :
24 .. Local Variables:
25 .. mode: rst
26 .. fill-column: 72
27 .. End: