Release 0.6.0
Warning: upgrading from 0.5.x is currently not supported! Please create an issue if you really need upgrade capability. New features: - Snapshots and Copy-on-Write clones - Inode (image) names - Inode I/O and space statistics - Write throttling for smoothing random write workloads in SSD+HDD configurations
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.13.el7.tar.gz ~/rpmbuild/SOURCES; \
|
||||
cp /root/vitastor-0.6.0.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