Fix assertion for migrating from greedy to lazy allocation

Resolves: rhbz#2119537

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2022-08-24 11:39:01 -04:00
parent a433b6b8a2
commit 630e85bba5
3 changed files with 11 additions and 4 deletions

3
.gitignore vendored
View File

@ -31,3 +31,6 @@
/stratisd-3.2.1.tar.gz
/stratisd-3.2.1-vendor.tar.gz
/stratisd-3.2.1.crate
/stratisd-3.2.2.tar.gz
/stratisd-3.2.2-vendor.tar.gz
/stratisd-3.2.2.crate

View File

@ -1,3 +1,3 @@
SHA512 (stratisd-3.2.1.tar.gz) = 81236b30a25ea0638b6bfbf952f9b1fa46b33f351ce2cc228d73f8e196f3da26a41209e237a613c8ca4c44ec7023486b2073f6ef8e2aa450dc715153fea9e8f2
SHA512 (stratisd-3.2.1-vendor.tar.gz) = 8e413ba948c3dcf4be891cefe479f9d5b2cda911d220ef295418dcfea2fda0f8574a88e0d18c35efed2fc57bb16ee0745b5485446a183b13d3d072c632c5e0b3
SHA512 (stratisd-3.2.1.crate) = 7fade121b24a82ff629a3175737227d36149a3af09ee239a18c38ebc5a653b9a660f2427e5eec4024e4b829993e1e72c5513b019c0ce7dae5e7ad51903059d39
SHA512 (stratisd-3.2.2.tar.gz) = 22daf5153616c6a8d1ed12e9f2468a36db70b53ba93d54651812d46f9fda465ee8574c7f8eca88def323c02dbcfe81e07e4256bc04f05987a52fc7e3d41f9607
SHA512 (stratisd-3.2.2-vendor.tar.gz) = 33dbed4d20879eb97bccbd76e737320f47a686dd47270bad879cdbf4181d35bd4267d14123017a33dfbce7336ae478aa3e304843ca3fc3218b8064d56d8ca199
SHA512 (stratisd-3.2.2.crate) = 2b1fbf44879535dcaa900324d9d3ca03630644d9825a4aa022997cb842c397398434d35ef914788a829a54cf451263d8d5e2d987d36587220c1ab34045f4c1de

View File

@ -4,7 +4,7 @@
%global dracutdir %(pkg-config --variable=dracutdir dracut)
Name: stratisd
Version: 3.2.1
Version: 3.2.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
* Wed Aug 24 2022 Bryan Gurney <bgurney@redhat.com> - 3.2.2-1
- Fix assertion for migrating from greedy to lazy allocation
- Resolves: rhbz#2119537
* Mon Aug 01 2022 Bryan Gurney <bgurney@redhat.com> - 3.2.1-1
- Set a per-command ioctl version in device-mapper header
- Resolves: rhbz#2112461