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

Update version numbers for release 1.2b3

Reviewed-by: imsnah
parent 8522ceeb
No related branches found
No related tags found
No related merge requests found
Version 1.2b3
- Another round of updates to the DRBD 8 code to deal with more
failures in the replace secondary node operation
- Some more logging of failures in disk operations (lvm, drbd)
- A few documentation updates
- QA updates
Version 1.2b2 Version 1.2b2
- Change configuration file format from Python's Pickle to JSON. - Change configuration file format from Python's Pickle to JSON.
Upgrading is possible using the cfgupgrade utility. Upgrading is possible using the cfgupgrade utility.
......
# Configure script for Ganeti # Configure script for Ganeti
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT(ganeti, 1.2b2, ganeti@googlegroups.com) AC_INIT(ganeti, 1.2b3, ganeti@googlegroups.com)
AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_SRCDIR(configure) AC_CONFIG_SRCDIR(configure)
AM_INIT_AUTOMAKE([foreign tar-ustar]) AM_INIT_AUTOMAKE([foreign tar-ustar])
......
...@@ -605,8 +605,8 @@ vgextend xenvg /dev/sdd1 ...@@ -605,8 +605,8 @@ vgextend xenvg /dev/sdd1
</para> </para>
<screen> <screen>
tar xvzf ganeti-1.2b2.tar.gz tar xvzf ganeti-1.2b3.tar.gz
cd ganeti-1.2b2 cd ganeti-1.2b3
./configure --localstatedir=/var --sysconfdir=/etc ./configure --localstatedir=/var --sysconfdir=/etc
make make
make install make install
...@@ -652,8 +652,8 @@ mkdir /srv/ganeti/ /srv/ganeti/os /srv/ganeti/export ...@@ -652,8 +652,8 @@ mkdir /srv/ganeti/ /srv/ganeti/os /srv/ganeti/export
<screen> <screen>
cd /srv/ganeti/os cd /srv/ganeti/os
tar xvf ganeti-instance-debian-etch-0.2.tar tar xvf ganeti-instance-debian-etch-0.3.tar
mv ganeti-instance-debian-etch-0.2 debian-etch mv ganeti-instance-debian-etch-0.3 debian-etch
</screen> </screen>
<para> <para>
......
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