Release 0.6.15

- Make peering much faster in medium to large clusters
- Fix a reenterability issue which could rarely lead to peering process hangs
This commit is contained in:
Vitaliy Filippov
2022-03-06 19:16:34 +03:00
parent e23296a327
commit 85298ddae2
15 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
vitastor (0.6.14-1) unstable; urgency=medium
vitastor (0.6.15-1) unstable; urgency=medium
* RDMA support
* Bugfixes
+4 -4
View File
@@ -33,8 +33,8 @@ RUN set -e -x; \
mkdir -p /root/packages/vitastor-$REL; \
rm -rf /root/packages/vitastor-$REL/*; \
cd /root/packages/vitastor-$REL; \
cp -r /root/vitastor vitastor-0.6.14; \
cd vitastor-0.6.14; \
cp -r /root/vitastor vitastor-0.6.15; \
cd vitastor-0.6.15; \
ln -s /root/fio-build/fio-*/ ./fio; \
FIO=$(head -n1 fio/debian/changelog | perl -pe 's/^.*\((.*?)\).*$/$1/'); \
ls /usr/include/linux/raw.h || cp ./debian/raw.h /usr/include/linux/raw.h; \
@@ -47,8 +47,8 @@ RUN set -e -x; \
rm -rf a b; \
echo "dep:fio=$FIO" > debian/fio_version; \
cd /root/packages/vitastor-$REL; \
tar --sort=name --mtime='2020-01-01' --owner=0 --group=0 --exclude=debian -cJf vitastor_0.6.14.orig.tar.xz vitastor-0.6.14; \
cd vitastor-0.6.14; \
tar --sort=name --mtime='2020-01-01' --owner=0 --group=0 --exclude=debian -cJf vitastor_0.6.15.orig.tar.xz vitastor-0.6.15; \
cd vitastor-0.6.15; \
V=$(head -n1 debian/changelog | perl -pe 's/^.*\((.*?)\).*$/$1/'); \
DEBFULLNAME="Vitaliy Filippov <vitalif@yourcmc.ru>" dch -D $REL -v "$V""$REL" "Rebuild for $REL"; \
DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage --jobs=auto -sa; \