Statistics
| Branch: | Tag: | Revision:

root / doc / design-2.7.rst @ 33c730a2

History | View | Annotate | Download (829 Bytes)

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-restricted-commands`
10
- :doc:`design-node-add`
11
- :doc:`design-virtual-clusters`
12
- :doc:`design-network`
13
- :doc:`design-linuxha`
14
- :doc:`design-shared-storage` (Updated to reflect the new ExtStorage
15
  Interface)
16

    
17
The following designs have been partially implemented in Ganeti 2.7:
18

    
19
- :doc:`design-query-splitting`: only queries not needing RPC are
20
  supported, through confd
21
- :doc:`design-partitioned`: only exclusive use of disks is implemented
22
- :doc:`design-monitoring-agent`: an example standalone DRBD data
23
  collector is included
24

    
25
.. vim: set textwidth=72 :
26
.. Local Variables:
27
.. mode: rst
28
.. fill-column: 72
29
.. End: