Revision 31b9055c

b/NEWS
1
Version 1.2.1
2
  - experimental HWM support, read the install document, section
3
    "Initializing the cluster"
4
  - allow for the PVM hypervisor per-instance kernel and initrd paths
5
  - add a new command ‘gnt-cluster verify-disks’ which uses a new
6
    algorithm to improve the reconnection of the DRBD pairs if the
7
    device on the secondary node has gone away
8
  - make logical volume code auto-activate LVs at disk activation time
9
  - slightly improve the speed of activating disks
10
  - allow specification of the MAC address at instance creation time,
11
    and changing it later via ‘gnt-instance modify’
12
  - fix handling of external commands that generate lots of output on
13
    stderr
14
  - update documentation with regard to minimum version of DRBD8
15
    supported
16

  
1 17
Version 1.2.0
2 18
  - Log the ‘xm create’ output to the node daemon log on failure (to
3 19
    help diagnosing the error)
b/configure.ac
1 1
# Configure script for Ganeti
2 2
AC_PREREQ(2.59)
3
AC_INIT(ganeti, 1.2.0, ganeti@googlegroups.com)
3
AC_INIT(ganeti, 1.2.1, ganeti@googlegroups.com)
4 4
AC_CONFIG_AUX_DIR(autotools)
5 5
AC_CONFIG_SRCDIR(configure)
6 6
AM_INIT_AUTOMAKE([foreign tar-ustar])
b/doc/install.sgml
623 623
      </para>
624 624

  
625 625
        <screen>
626
tar xvzf ganeti-1.2.0.tar.gz
627
cd ganeti-1.2.0
626
tar xvzf ganeti-1.2.1.tar.gz
627
cd ganeti-1.2.1
628 628
./configure --localstatedir=/var --sysconfdir=/etc
629 629
make
630 630
make install
......
670 670

  
671 671
      <screen>
672 672
cd /srv/ganeti/os
673
tar xvf ganeti-instance-debian-etch-0.3.tar
674
mv ganeti-instance-debian-etch-0.3 debian-etch
673
tar xvf ganeti-instance-debian-etch-0.4.tar
674
mv ganeti-instance-debian-etch-0.4 debian-etch
675 675
      </screen>
676 676

  
677 677
      <para>

Also available in: Unified diff