Revision adb36960

b/Makefile.am
502 502
	doc/design-2.7.rst \
503 503
	doc/design-2.8.rst \
504 504
	doc/design-2.9.rst \
505
	doc/design-2.10.rst \
505 506
	doc/design-autorepair.rst \
506 507
	doc/design-bulk-create.rst \
507 508
	doc/design-chained-jobs.rst \
b/README
1
Ganeti 2.9
2
==========
1
Ganeti 2.10
2
===========
3 3

  
4 4
For installation instructions, read the INSTALL and the doc/install.rst
5 5
files.
b/doc/design-2.10.rst
1
==================
2
Ganeti 2.10 design
3
==================
4

  
5
The following design documents have been implemented in Ganeti 2.10.
6

  
7
- :doc:`design-cmdlib-unittests`
8
- :doc:`design-hotplug`
9
- :doc:`design-openvswitch`
10
- :doc:`design-storagetypes`
11
- :doc:`design-upgrade`
12

  
13
The following designs have been partially implemented in Ganeti 2.10.
14

  
15
- :doc:`design-ceph-ganeti-support`
16
- :doc:`design-query-splitting`
b/doc/design-draft.rst
2 2
Design document drafts
3 3
======================
4 4

  
5
.. Last updated for Ganeti 2.9
5
.. Last updated for Ganeti 2.10
6 6

  
7 7
.. toctree::
8 8
   :maxdepth: 2
......
12 12
   design-impexp2.rst
13 13
   design-resource-model.rst
14 14
   design-query-splitting.rst
15
   design-storagetypes.rst
16 15
   design-internal-shutdown.rst
17 16
   design-glusterfs-ganeti-support.rst
18
   design-openvswitch.rst
19 17
   design-hugepages-support.rst
20
   design-cmdlib-unittests.rst
21
   design-hotplug.rst
22 18
   design-optables.rst
23 19
   design-ceph-ganeti-support.rst
24
   design-upgrade.rst
25 20
   design-daemons.rst
26 21
   design-hsqueeze.rst
27 22

  
b/doc/hooks.rst
1 1
Ganeti customisation using hooks
2 2
================================
3 3

  
4
Documents Ganeti version 2.9
4
Documents Ganeti version 2.10
5 5

  
6 6
.. contents::
7 7

  
b/doc/iallocator.rst
1 1
Ganeti automatic instance allocation
2 2
====================================
3 3

  
4
Documents Ganeti version 2.9
4
Documents Ganeti version 2.10
5 5

  
6 6
.. contents::
7 7

  
b/doc/index.rst
94 94
   design-2.7.rst
95 95
   design-2.8.rst
96 96
   design-2.9.rst
97
   design-2.10.rst
97 98

  
98 99
Draft designs
99 100
-------------
b/doc/security.rst
1 1
Security in Ganeti
2 2
==================
3 3

  
4
Documents Ganeti version 2.9
4
Documents Ganeti version 2.10
5 5

  
6 6
Ganeti was developed to run on internal, trusted systems. As such, the
7 7
security model is all-or-nothing.
b/doc/virtual-cluster.rst
1 1
Virtual cluster support
2 2
=======================
3 3

  
4
Documents Ganeti version 2.9
4
Documents Ganeti version 2.10
5 5

  
6 6
.. contents::
7 7

  
b/tools/cfgupgrade
536 536
                   config_minor, config_revision))
537 537
    DowngradeAll(config_data)
538 538

  
539
  # Upgrade from 2.{0..7} to 2.9
539
  # Upgrade from 2.{0..9} to 2.10
540 540
  elif config_major == 2 and config_minor in range(0, 10):
541 541
    if config_revision != 0:
542 542
      logging.warning("Config revision is %s, not 0", config_revision)

Also available in: Unified diff