Revision bfe61b0b

b/NEWS
15 15
- Improved job locking logic to reduce impact of jobs acquiring multiple
16 16
  locks waiting for other long-running jobs
17 17

  
18
Detailed implementation details can be found in the Ganeti 2.1 design
18
In-depth implementation details can be found in the Ganeti 2.1 design
19 19
document.
20 20

  
21 21
Details
......
26 26
  ``device_model``)
27 27
- Added more options to xen-pvm hypervisor (``use_bootloader``,
28 28
  ``bootloader_path`` and ``bootloader_args``)
29
- Added the ``use_localtime`` option for the xen-hvm and kvm
30
  hypervisors, and the default value for this has changed to false (in
31
  2.0 xen-hvm always enabled it)
29 32
- Added luxi call to submit multiple jobs in one go
30
- Added cluster initialization time option to not modify ``/etc/hosts``
33
- Added cluster initialization option to not modify ``/etc/hosts``
31 34
  file on nodes
32 35
- Added network interface parameters
33 36
- Added dry run mode to some LUs
......
78 81
  from one place
79 82
- Added more unittests
80 83
- Fixed critical bug in ganeti-masterd startup
84
- Removed the configure-time ``kvm-migration-port`` parameter, this is
85
  now customisable at the cluster level for both the KVM and Xen
86
  hypervisors using the new ``migration_port`` parameter
81 87
- Pass ``INSTANCE_REINSTALL`` variable to OS installation script when
82 88
  reinstalling an instance
83 89
- Migrated to Sphinx (http://sphinx.pocoo.org/) for documentation
b/man/gnt-instance.sgml
425 425
            </varlistentry>
426 426

  
427 427
            <varlistentry>
428
              <term>use_localtime</term>
429
              <listitem>
430
                <simpara>Valid for the Xen HVM and KVM hypervisors.</simpara>
431

  
432
                <para>
433
                  A boolean option that specifies if the instance
434
                  should be started with its clock set to the
435
                  localtime of the machine (when true) or to the UTC
436
                  (When false). The default is false, which is useful
437
                  for Linux/Unix machines; for Windows OSes, it is
438
                  recommended to enable this parameter.
439
                </para>
440
              </listitem>
441
            </varlistentry>
442

  
443
            <varlistentry>
428 444
              <term>kernel_path</term>
429 445
              <listitem>
430 446
                <simpara>Valid for the Xen PVM and KVM hypervisors.</simpara>

Also available in: Unified diff