Implement btrfs resize support (#4465) (#4498)

* Implement btrfs resize support

* Add changelog fragment for btrfs resize support

Co-authored-by: Fabian Klemp <fabian.klemp@frequentis.com>
(cherry picked from commit 8ccc4d1fbb)

Co-authored-by: elara-leitstellentechnik <elara-leitstellentechnik@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2022-04-13 11:16:27 +00:00
committed by GitHub
parent 2f3a7a981d
commit 26d5409a87
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).