Migrate pool for start pool by name functionality

Resolves: rhbz#2153593

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2022-12-16 14:40:48 -05:00
parent 84116f45c3
commit 256e21e5a8
3 changed files with 11 additions and 4 deletions

3
.gitignore vendored
View File

@ -40,3 +40,6 @@
/stratisd-3.4.2.tar.gz
/stratisd-3.4.2-vendor.tar.gz
/stratisd-3.4.2.crate
/stratisd-3.4.3.tar.gz
/stratisd-3.4.3-vendor.tar.gz
/stratisd-3.4.3.crate

View File

@ -1,3 +1,3 @@
SHA512 (stratisd-3.4.2.tar.gz) = e91f3fc303bf826c053a6395bbfebfe4a23a2155ff5edb68a967b8ce51089b7e99f3da754d7534f4b2f41fdbd41e3ec639235275fa6343eb163813a3755944a0
SHA512 (stratisd-3.4.2-vendor.tar.gz) = 8fc11dd09d8d3cc7fb030695401844eff7921f9b4433161c2956c6789fc396843807936a600631c650a0c4171504306724deac8e780b2f6c49c42f9a29b42d08
SHA512 (stratisd-3.4.2.crate) = d614d2dd82781ec3e00b89046a9807fe40da3e447818b013bdf4a3e73f3c4ea15ee018adceee39bd04b144f1df1ab2b3689e92551f1bf4743d58a80e23dd4089
SHA512 (stratisd-3.4.3.tar.gz) = 2b69d3c150b813ce85d7f22a27e51878a4be03ed54894cf5b2f0d1c76b7d5d7e693c7aa82855f7cfc587a368d548d4fbbda8602e6f3d1ffa7dfc6629d33e3fc2
SHA512 (stratisd-3.4.3-vendor.tar.gz) = db8895fcaa06f10034cd97509c8b9da26108cb66d6119a5a93cacd9f5a6f7ba465def9ccc8ced9022a5abad02865feb0c23bb5e80db87c4dec90389d83c1fa28
SHA512 (stratisd-3.4.3.crate) = 3ad4a0315cc14097713e85b4df20b782f589ad7c5bcb6475e487b479d5362784b061d83ea57393a6a39267e884ef08634bb084de4cf3ec76ba11e847d56034be

View File

@ -4,7 +4,7 @@
%global dracutdir %(pkg-config --variable=dracutdir dracut)
Name: stratisd
Version: 3.4.2
Version: 3.4.3
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
* Fri Dec 16 2022 Bryan Gurney <bgurney@redhat.com> - 3.4.3-1
- Migrate pool for start pool by name functionality
- Resolves: rhbz#2153593
* 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