mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
document what filesystem types are supported by 'resizefs' option (#1753)
* document what filesystem types are supported by 'resizefs' option * add changelog fragment * remove info about lvol documentation changes in changelog fragment
This commit is contained in:
@@ -76,6 +76,8 @@ options:
|
||||
resizefs:
|
||||
description:
|
||||
- Resize the underlying filesystem together with the logical volume.
|
||||
- Supported for C(ext2), C(ext3), C(ext4), C(reiserfs) and C(XFS) filesystems.
|
||||
Attempts to resize other filesystem types will fail.
|
||||
type: bool
|
||||
default: 'no'
|
||||
notes:
|
||||
|
||||
Reference in New Issue
Block a user