mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-29 05:41:25 -07:00
Update vmware_guest docs about resizing disks (#51496)
vmware_guest allows the expanding of disks, but not the shrinking of disks. Saying that "resizing" is not supported is a little misleading.
This commit is contained in:
parent
f78cdcd2c5
commit
41ccc2ee26
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ notes:
|
||||||
- " Resource > Assign Virtual Machine to Resource Pool"
|
- " Resource > Assign Virtual Machine to Resource Pool"
|
||||||
- "Module may require additional privileges as well, which may be required for gathering facts - e.g. ESXi configurations."
|
- "Module may require additional privileges as well, which may be required for gathering facts - e.g. ESXi configurations."
|
||||||
- Tested on vSphere 5.5, 6.0, 6.5 and 6.7
|
- Tested on vSphere 5.5, 6.0, 6.5 and 6.7
|
||||||
- Use SCSI disks instead of IDE when you want to resize online disks by specifing a SCSI controller
|
- Use SCSI disks instead of IDE when you want to expand online disks by specifing a SCSI controller
|
||||||
- "For additional information please visit Ansible VMware community wiki - U(https://github.com/ansible/community/wiki/VMware)."
|
- "For additional information please visit Ansible VMware community wiki - U(https://github.com/ansible/community/wiki/VMware)."
|
||||||
options:
|
options:
|
||||||
state:
|
state:
|
||||||
|
@ -169,7 +169,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- A list of disks to add.
|
- A list of disks to add.
|
||||||
- This parameter is case sensitive.
|
- This parameter is case sensitive.
|
||||||
- Resizing disks is not supported.
|
- Shrinking disks is not supported.
|
||||||
- Removing existing disks of the virtual machine is not supported.
|
- Removing existing disks of the virtual machine is not supported.
|
||||||
- 'Valid attributes are:'
|
- 'Valid attributes are:'
|
||||||
- ' - C(size_[tb,gb,mb,kb]) (integer): Disk storage size in specified unit.'
|
- ' - C(size_[tb,gb,mb,kb]) (integer): Disk storage size in specified unit.'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue