Implement btrfs resize support (#4465)

* Implement btrfs resize support

* Add changelog fragment for btrfs resize support

Co-authored-by: Fabian Klemp <fabian.klemp@frequentis.com>
This commit is contained in:
elara-leitstellentechnik 2022-04-13 07:07:51 +02:00 committed by GitHub
commit 8ccc4d1fbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 2 deletions

View file

@ -0,0 +1,3 @@
---
minor_changes:
- filesystem - add support for resizing btrfs (https://github.com/ansible-collections/community.general/issues/4465).