[pve-devel] [PATCH] pve-sheepdog : bump to 0.8.0

Alexandre Derumier aderumier at odiso.com
Mon Jan 27 09:29:19 CET 2014


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 at odiso.com>
---
 Makefile                             |    4 ++--
 debian/changelog                     |    6 ++++++
 debian/patches/series                |    2 +-
 debian/pve-sheepdog.sheepdog.default |    2 +-
 debian/pve-sheepdog.sheepdog.init.d  |    2 +-
 5 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 646215a..f299780 100644
--- 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)
diff --git a/debian/changelog b/debian/changelog
index 687a5a0..7bf0c40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pve-sheepdog (0.8.0-1) unstable; urgency=low
+
+  * Bump to sheepdog 0.8.0
+
+ -- Proxmox Support Team <support at 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
diff --git a/debian/patches/series b/debian/patches/series
index 4b2d5b6..938dd07 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
-do-not-install-generic-init-script.patch
+#do-not-install-generic-init-script.patch
 simplify-log-rotation.patch
diff --git a/debian/pve-sheepdog.sheepdog.default b/debian/pve-sheepdog.sheepdog.default
index 6730b34..f05e4f4 100644
--- a/debian/pve-sheepdog.sheepdog.default
+++ b/debian/pve-sheepdog.sheepdog.default
@@ -5,4 +5,4 @@
 START=yes
 # sheepdog root directory
 #ROOTDIR=/var/lib/sheepdog/
-#JOURNALSIZE=256
+#JOURNALSIZE=256M
diff --git a/debian/pve-sheepdog.sheepdog.init.d b/debian/pve-sheepdog.sheepdog.init.d
index 82c26ff..349c481 100644
--- a/debian/pve-sheepdog.sheepdog.init.d
+++ b/debian/pve-sheepdog.sheepdog.init.d
@@ -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
-- 
1.7.10.4




More information about the pve-devel mailing list