]> git.proxmox.com Git - pve-sheepdog.git/commitdiff
pve-sheepdog : bump to 0.8.0
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 27 Jan 2014 08:29:19 +0000 (09:29 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 28 Jan 2014 06:01:54 +0000 (07:01 +0100)
Please note that sheepdog 0.8 cluster format is not compatible with < 0.8 sheepdog format.

you need to backup your vdi before upgrade, and restore them after.

They are no upgrade path

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Makefile
debian/changelog
debian/patches/series
debian/pve-sheepdog.sheepdog.default
debian/pve-sheepdog.sheepdog.init.d

index 646215aa2920d7c1359a3771a5b19dc8c102fd47..f299780d7c62e8c0ea133ff93c4318ca50dba63b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 RELEASE=3.1
 
 PACKAGE=pve-sheepdog
-PKGREL=2
-SDVER=0.6.3
+PKGREL=1
+SDVER=0.8.0
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
index 687a5a0b45973a8ac5a836ac0a8a3bc615a9b054..7bf0c4057d45e9feaf672f9be65f98378aaa606a 100644 (file)
@@ -1,3 +1,9 @@
+pve-sheepdog (0.8.0-1) unstable; urgency=low
+
+  * Bump to sheepdog 0.8.0
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 27 Jan 2014 15:10:00 +0200
+
 pve-sheepdog (0.6.3-2) unstable; urgency=low
 
   * allow to set DAEMON_ARGS in /etc/default/sheepdog
index 4b2d5b64f2d83b4b565cfe1bc106592feba81b5a..938dd0703ef5ee44b95cdae8e68913517a27d0a8 100644 (file)
@@ -1,2 +1,2 @@
-do-not-install-generic-init-script.patch
+#do-not-install-generic-init-script.patch
 simplify-log-rotation.patch
index 6730b34063bb27751d10ddaa4b7632a6ea404ed1..f05e4f4a82005220723ce973158a0adb31cc3614 100644 (file)
@@ -5,4 +5,4 @@
 START=yes
 # sheepdog root directory
 #ROOTDIR=/var/lib/sheepdog/
-#JOURNALSIZE=256
+#JOURNALSIZE=256M
index 82c26fff1364c63c13f457a23578dca5cded572a..349c481fe83a93d61387c769fd0cd2232a74d5ad 100644 (file)
@@ -23,7 +23,7 @@ PIDFILE="/var/run/sheep.pid"
 [ -x $DAEMON ] || exit 0
 
 ROOTDIR="/var/lib/sheepdog/"
-JOURNALSIZE="256"
+JOURNALSIZE="256M"
 DAEMON_ARGS=""
 
 # Read configuration variable file if it is present