Release 0.5.6

- Fix operation statistics
- Fix a rebalance hang introduced in 0.5.5
- Test PG count changes with actual data moving
- Fix a possible 'unexpected pg state: 0' error during PG count change
This commit is contained in:
Vitaliy Filippov
2021-03-01 16:26:04 +03:00
parent 29d8ac8b1b
commit ab90ed747f
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ ADD . /root/vitastor
RUN set -e; \
cd /root/vitastor/rpm; \
sh build-tarball.sh; \
cp /root/vitastor-0.5.5.el7.tar.gz ~/rpmbuild/SOURCES; \
cp /root/vitastor-0.5.6.el7.tar.gz ~/rpmbuild/SOURCES; \
cp vitastor-el7.spec ~/rpmbuild/SPECS/vitastor.spec; \
cd ~/rpmbuild/SPECS/; \
rpmbuild -ba vitastor.spec; \