Add the ability to stop and start pools

Also update the gating test configuration to only run tests that do
not require block devices or D-Bus.

Resolves: rhbz#2039960

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2022-07-08 10:24:50 -04:00
parent adb174ba5e
commit 0b789f1262
4 changed files with 17 additions and 9 deletions

3
.gitignore vendored
View File

@ -25,3 +25,6 @@
/stratisd-3.1.0.tar.gz
/stratisd-3.1.0-vendor.tar.gz
/stratisd-3.1.0.crate
/stratisd-3.2.0.tar.gz
/stratisd-3.2.0-vendor.tar.gz
/stratisd-3.2.0.crate

View File

@ -1,3 +1,3 @@
SHA512 (stratisd-3.1.0.tar.gz) = 3a0e5fc3e1dcf19dbbf060324fe19637a50ef0ff219aa5c8e6d5d8a84b8d98f939c10d602edd999a01cf9c9be503bfe88d1a7aa66ded1e3ff142021aa40fe239
SHA512 (stratisd-3.1.0-vendor.tar.gz) = e8b5e78f24453133f21559a2824a185efac39cfa2397e12c621d189b1c5f55a4529f930e4cc77bcd423d98ab440d595ec95612546f37857205a4fc35a5664ddb
SHA512 (stratisd-3.1.0.crate) = 9f1eaab6df58fd162d47e5213129ff46be6eaaf0c72b2bb1ef51bdebeb0ba7e625d546ac0068b2deb1a14bf676f9b7c205f63ae548837d8908405fc57fee4b92
SHA512 (stratisd-3.2.0.tar.gz) = c60a71ada190571a434783d7d5a55bf7c1821363468139f01099f30846a677d500a1d1f8e67e58a851808a4df03ca8e8b13d064f5b56617ace19536c46d62446
SHA512 (stratisd-3.2.0-vendor.tar.gz) = c0e43b05e3f80f7015d923dd4972b91636e99728bc63da1ae50aae7ece25670296864011ad4974af9d2b60307d416bf7de80a99cfdff39709326f2a1edf45c4a
SHA512 (stratisd-3.2.0.crate) = cec00f4ba3910807410087e52c289280a5e4526d3b5359bd8f1d4ffeb7254b359b92a999d0e8086963f4ca537e48e701ddec76b470100ff5d4fd429b1ec52332

View File

@ -4,8 +4,8 @@
%global dracutdir %(pkg-config --variable=dracutdir dracut)
Name: stratisd
Version: 3.1.0
Release: 2%{?dist}
Version: 3.2.0
Release: 1%{?dist}
Summary: Daemon that manages block devices to create filesystems
# ASL 2.0
@ -150,6 +150,10 @@ a2x -f manpage docs/stratisd.txt
%{_systemd_util_dir}/system-generators/stratis-setup-generator
%changelog
* Fri Jul 08 2022 Bryan Gurney <bgurney@redhat.com> - 3.2.0-1
- Add the ability to stop and start pools
- Resolves: rhbz#2039960
* Wed Jun 08 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-2
- Increment release number to include bugs fixed in 3.1.0
- Resolves: rhbz#2039946

View File

@ -9,13 +9,14 @@
dir: ./testing/
run: >
python stratisd_cert.py -v
--disk /dev/vdb
--disk /dev/vdc
--disk /dev/vdd
StratisdManPageCertify
StratisdCmdCertify
PredictusageCertify
StratisMinCertify
required_packages:
- util-linux
- python3-psutil
repositories:
- repo: "https://github.com/stratis-storage/testing.git"
dest: "testing"
version: "v3.1.0"
version: "v3.2.0"