From 41ccc2ee26c5734c7b3612fac06acaaaf73d901c Mon Sep 17 00:00:00 2001 From: Jimmy Conner Date: Mon, 4 Feb 2019 13:43:10 -0600 Subject: [PATCH] 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. --- lib/ansible/modules/cloud/vmware/vmware_guest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/vmware/vmware_guest.py b/lib/ansible/modules/cloud/vmware/vmware_guest.py index ebb26f6d2be..66bac9a4a09 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_guest.py +++ b/lib/ansible/modules/cloud/vmware/vmware_guest.py @@ -39,7 +39,7 @@ notes: - " 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." - 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)." options: state: @@ -169,7 +169,7 @@ options: description: - A list of disks to add. - 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. - 'Valid attributes are:' - ' - C(size_[tb,gb,mb,kb]) (integer): Disk storage size in specified unit.'