mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-15 17:40:50 -07:00
Documentation change for resizefs (#43224)
* Documentation change for resizefs Changed documentation to match the default value of resizefs set in the code. Added a note on the resizefs use on the example utilizing it. * Remove test now it validates fine
This commit is contained in:
parent
85fedf9fcf
commit
5eb47066e3
2 changed files with 2 additions and 3 deletions
|
@ -80,7 +80,7 @@ options:
|
|||
description:
|
||||
- Resize the underlying filesystem together with the logical volume.
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: 'no'
|
||||
version_added: "2.5"
|
||||
notes:
|
||||
- You must specify lv (when managing the state of logical volumes) or thinpool (when managing a thin provisioned volume).
|
||||
|
@ -138,7 +138,7 @@ EXAMPLES = '''
|
|||
lv: test
|
||||
size: +100%FREE
|
||||
|
||||
- name: Extend the logical volume to take all remaining space of the PVs
|
||||
- name: Extend the logical volume to take all remaining space of the PVs and resize the underlying filesystem
|
||||
lvol:
|
||||
vg: firefly
|
||||
lv: test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue