From: Iustin Pop Date: Thu, 18 Dec 2008 12:14:42 +0000 (+0000) Subject: Increase resync speed to 60MB/s and bump version X-Git-Tag: v1.2.7~1 X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/42136e1caf44bd6272369ac250254a0e1568dfbf Increase resync speed to 60MB/s and bump version Reviewed-by: ultrotter --- diff --git a/configure.ac b/configure.ac index 7fdd45f..49c4d74 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/lib/constants.py b/lib/constants.py index ea014c7..8afa3d0 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -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"