Release v0.5.4

- Fix a rare hang, more or less reproducible with very slow drives
- Fix a hang with the no_same_sector_overwrites mode
This commit is contained in:
Vitaliy Filippov
2021-02-24 01:40:30 +03:00
parent 2d9f09dcb6
commit b9e7d31aa1
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.3.el7.tar.gz ~/rpmbuild/SOURCES; \
cp /root/vitastor-0.5.4.el7.tar.gz ~/rpmbuild/SOURCES; \
cp vitastor-el7.spec ~/rpmbuild/SPECS/vitastor.spec; \
cd ~/rpmbuild/SPECS/; \
rpmbuild -ba vitastor.spec; \