Release 0.7.1

- Add ISA-L erasure code implementation, now used automatically instead of jerasure when available
- Fix listings sending too many parallel requests to OSDs
- Fix rm-data crashing with --wait-list
- Remove empty inodes from statistics and `ls` output, after <inode_vanish_time> seconds after deletion
- Make monitor delete pool statistics when the pool is deleted and thus remove them from `df` output
- Log multiple etcd addresses in OSD logs correctly
- Fix true/false parsing in json configs like no_recovery/no_rebalance
- Show no_recovery, no_rebalance, readonly flags in status
This commit is contained in:
Vitaliy Filippov
2022-06-05 00:07:24 +03:00
parent be4087d9d2
commit 101592bbff
15 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
Name: vitastor
Version: 0.7.0
Version: 0.7.1
Release: 1%{?dist}
Summary: Vitastor, a fast software-defined clustered block storage
License: Vitastor Network Public License 1.1
URL: https://vitastor.io/
Source0: vitastor-0.7.0.el8.tar.gz
Source0: vitastor-0.7.1.el8.tar.gz
BuildRequires: liburing-devel >= 0.6
BuildRequires: gperftools-devel