storage role update

storage - [RFE] user-specified mount point owner and permissions
Resolves:rhbz#2181661

storage - Cannot set chunk size for RAID: Unsupported parameters for (blivet) module: pools.raid_chunk_size
Resolves:rhbz#2193057

storage - Failed to commit changes to disk: Failed to format device: Input/output error
Resolves:rhbz#2211247

(cherry picked from commit 8a3fe12adc)
This commit is contained in:
Rich Megginson 2023-05-30 18:51:50 -06:00
parent b5368f3185
commit d0b98466e9
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,17 @@
Changelog
=========
[1.22.0-0.8] - 2023-05-30
----------------------------
### New Features
- [storage - [RFE] user-specified mount point owner and permissions](https://bugzilla.redhat.com/show_bug.cgi?id=2181661)
### Bug Fixes
- [storage - Cannot set chunk size for RAID: Unsupported parameters for (blivet) module: pools.raid_chunk_size](https://bugzilla.redhat.com/show_bug.cgi?id=2193057)
[1.22.0-0.7] - 2023-05-23
----------------------------

View File

@ -27,7 +27,7 @@ Name: linux-system-roles
Url: https://github.com/linux-system-roles
Summary: Set of interfaces for unified system management
Version: 1.22.0
Release: 0.7%{?dist}
Release: 0.8%{?dist}
License: GPLv3+ and MIT and BSD and Python
%global _pkglicensedir %{_licensedir}/%{name}
@ -654,6 +654,11 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
%endif
%changelog
* Tue May 30 2023 Rich Megginson <rmeggins@redhat.com> - 1.22.0-0.8
- Resolves:rhbz#2181661 : storage - [RFE] user-specified mount point owner and permissions
- Resolves:rhbz#2193057 : storage - Cannot set chunk size for RAID: Unsupported parameters for (blivet) module: pools.raid_chunk_size
- Resolves:rhbz#2211247 : storage - Failed to commit changes to disk: Failed to format device: Input/output error
* Tue May 23 2023 Rich Megginson <rmeggins@redhat.com> - 1.22.0-0.7
- remove upstream only docs from README.md files
- python3-setuptools is now required for release_collection.py