mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
filesystem.py: fix xfs growfs (#137)
* filesystem.py: fix xfs growfs xfs needs to be mounted to be expanted. Add function to get mountpoint of filesystem. * Fail if xfs filesystem is not mounted xfs growfs needs to be executed on a mountpoint. That will be enforced now by xfsprogs-4.12. https://bugzilla.redhat.com/show_bug.cgi?id=1477192 * Update changelogs/fragments/33979-xfs_growfs.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
7e17b55884
commit
ae3fde2647
2 changed files with 33 additions and 1 deletions
2
changelogs/fragments/33979-xfs_growfs.yml
Normal file
2
changelogs/fragments/33979-xfs_growfs.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "filesystem - resizefs of xfs filesystems is fixed. Filesystem needs to be mounted."
|
Loading…
Add table
Add a link
Reference in a new issue