Release 0.5.5
- Transition to CMake build system - Fix Monitor being unable to change PG sizes - Fix PG optimizer not using some OSDs in some cases - Fix inability to change PG count online - Improve journal flusher performance - Add a little better systemd unit generator - Use w=8 with jerasure (breaking change for EC pools)
This commit is contained in:
@@ -37,7 +37,7 @@ ADD . /root/vitastor
|
||||
RUN set -e; \
|
||||
cd /root/vitastor/rpm; \
|
||||
sh build-tarball.sh; \
|
||||
cp /root/vitastor-0.5.4.el7.tar.gz ~/rpmbuild/SOURCES; \
|
||||
cp /root/vitastor-0.5.5.el7.tar.gz ~/rpmbuild/SOURCES; \
|
||||
cp vitastor-el7.spec ~/rpmbuild/SPECS/vitastor.spec; \
|
||||
cd ~/rpmbuild/SPECS/; \
|
||||
rpmbuild -ba vitastor.spec; \
|
||||
|
||||
Reference in New Issue
Block a user