Skip to content
Snippets Groups Projects
Commit ce628bb4 authored by Iustin Pop's avatar Iustin Pop
Browse files

Bump version numbers for 1.2.0 release

Reviewed-by: imsnah
parent ff73280e
No related branches found
No related tags found
No related merge requests found
Version 1.2.0
- Log the ‘xm create’ output to the node daemon log on failure (to
help diagnosing the error)
- In debug mode, log all external commands output if failed to the
logs
- Change parsing of lvm commands to ignore stderr
Version 1.2b3
- Another round of updates to the DRBD 8 code to deal with more
failures in the replace secondary node operation
......
# Configure script for Ganeti
AC_PREREQ(2.59)
AC_INIT(ganeti, 1.2b3, ganeti@googlegroups.com)
AC_INIT(ganeti, 1.2.0, ganeti@googlegroups.com)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_SRCDIR(configure)
AM_INIT_AUTOMAKE([foreign tar-ustar])
......
......@@ -605,8 +605,8 @@ vgextend xenvg /dev/sdd1
</para>
<screen>
tar xvzf ganeti-1.2b3.tar.gz
cd ganeti-1.2b3
tar xvzf ganeti-1.2.0.tar.gz
cd ganeti-1.2.0
./configure --localstatedir=/var --sysconfdir=/etc
make
make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment