Revision 0cd89214

b/NEWS
11 11
- The :doc:`Remote API <rapi>` daemon now supports a command line flag
12 12
  to always require authentication, ``--require-authentication``. It can
13 13
  be specified in ``$sysconfdir/default/ganeti``.
14
- A new cluster attribute 'enabled_storage_types' is introduced. It will
15
  be used to manage the storage types to be used by instances in the cluster.
16
  Initially, it will be set to a list that includes lvm, file and sharedfile
17
  if those are enabled. Additionally, it will include all storage types that
18
  are currently used by instances. The order of storage types will be based
19
  on Ganeti's history of supporting them. In the future, the first entry of
20
  the list will be used as a default storage type on instance creation.
14
- A new cluster attribute 'enabled_disk_templates' is introduced. It will
15
  be used to manage the disk templates to be used by instances in the cluster.
16
  Initially, it will be set to a list that includes plain, drbd, if they were
17
  enabled by specifying a volume group name, and file and sharedfile, if those
18
  were enabled at configure time. Additionally, it will include all disk
19
  templates that are currently used by instances. The order of disk templates
20
  will be based on Ganeti's history of supporting them. In the future, the
21
  first entry of the list will be used as a default disk template on instance
22
  creation.
21 23
- ``cfgupgrade`` now supports a ``--downgrade`` option to bring the
22 24
  configuration back to the previous stable version.
23 25

  

Also available in: Unified diff