Increase amount of space allocated for thin pool metadata
Resolves: rhbz#2150109 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
bb49a46b38
commit
84116f45c3
3
.gitignore
vendored
3
.gitignore
vendored
@ -37,3 +37,6 @@
|
||||
/stratisd-3.4.0.tar.gz
|
||||
/stratisd-3.4.0-vendor.tar.gz
|
||||
/stratisd-3.4.0.crate
|
||||
/stratisd-3.4.2.tar.gz
|
||||
/stratisd-3.4.2-vendor.tar.gz
|
||||
/stratisd-3.4.2.crate
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (stratisd-3.4.0.tar.gz) = c147f54cc6a79e1c6ebd7538f14b7453d826692d4d49c2b130ca8b6d52eb85eb0ffbe059b7f7ae94260ba08fdb7f34d8f0531a393e0a73750a1d103712619531
|
||||
SHA512 (stratisd-3.4.0-vendor.tar.gz) = f12c50bf4864e0176d915be553381bd0664a37a0a15c0442ba7013d4e294938d1630a91518f3cff77cd67deebc9b1ace02527e466565be26ed8fa9e36c7bb013
|
||||
SHA512 (stratisd-3.4.0.crate) = e1a64b8fae6747eb5e9be6d9ebab91bba5546d9a01710e08eed5a41069c68638670dbd4f64726a1a1fa147da96b1bc0f8b4a9854237a5c6220716a4b01700dcf
|
||||
SHA512 (stratisd-3.4.2.tar.gz) = e91f3fc303bf826c053a6395bbfebfe4a23a2155ff5edb68a967b8ce51089b7e99f3da754d7534f4b2f41fdbd41e3ec639235275fa6343eb163813a3755944a0
|
||||
SHA512 (stratisd-3.4.2-vendor.tar.gz) = 8fc11dd09d8d3cc7fb030695401844eff7921f9b4433161c2956c6789fc396843807936a600631c650a0c4171504306724deac8e780b2f6c49c42f9a29b42d08
|
||||
SHA512 (stratisd-3.4.2.crate) = d614d2dd82781ec3e00b89046a9807fe40da3e447818b013bdf4a3e73f3c4ea15ee018adceee39bd04b144f1df1ab2b3689e92551f1bf4743d58a80e23dd4089
|
||||
|
@ -4,7 +4,7 @@
|
||||
%global dracutdir %(pkg-config --variable=dracutdir dracut)
|
||||
|
||||
Name: stratisd
|
||||
Version: 3.4.0
|
||||
Version: 3.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
|
||||
@ -150,6 +150,10 @@ a2x -f manpage docs/stratisd.txt
|
||||
%{_systemd_util_dir}/system-generators/stratis-setup-generator
|
||||
|
||||
%changelog
|
||||
* Tue Dec 06 2022 Bryan Gurney <bgurney@redhat.com> - 3.4.2-1
|
||||
- Increase amount of space allocated for thin pool metadata
|
||||
- Resolves: rhbz#2150109
|
||||
|
||||
* Wed Nov 23 2022 Bryan Gurney <bgurney@redhat.com> - 3.4.0-1
|
||||
- Update to version 3.4.0
|
||||
- Resolves: rhbz#2124976
|
||||
|
Loading…
Reference in New Issue
Block a user