Increase resync speed to 60MB/s and bump version
authorIustin Pop <iustin@google.com>
Thu, 18 Dec 2008 12:14:42 +0000 (12:14 +0000)
committerIustin Pop <iustin@google.com>
Thu, 18 Dec 2008 12:14:42 +0000 (12:14 +0000)
Reviewed-by: ultrotter

configure.ac
lib/constants.py

index 7fdd45f..49c4d74 100644 (file)
@@ -1,6 +1,6 @@
 # Configure script for Ganeti
 AC_PREREQ(2.59)
-AC_INIT(ganeti, 1.2.7~rc1, ganeti@googlegroups.com)
+AC_INIT(ganeti, 1.2.7~rc2, ganeti@googlegroups.com)
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)
 AM_INIT_AUTOMAKE([foreign tar-ustar])
index ea014c7..8afa3d0 100644 (file)
@@ -142,7 +142,7 @@ MAX_TAGS_PER_OBJ = 48
 
 # others
 DEFAULT_BRIDGE = "xen-br0"
-SYNC_SPEED = 30 * 1024
+SYNC_SPEED = 60 * 1024
 LOCALHOST_IP_ADDRESS = "127.0.0.1"
 TCP_PING_TIMEOUT = 10
 GANETI_RUNAS = "root"