-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
community.vmware.vmware_guest_disk: changing "disk_mode" has no effect #2096
Comments
Hi, did you manage to solve this problem? |
I've just opened a pull request to fix this -> #2271 |
If you need a pre release I've build the collection with the fix here -> https://github.com/alezzandro/community.vmware/releases/tag/5.2.1-test-disk_mode |
SUMMARY
I try to change the disk_mode on an existing vm disk. If the disk is "independent_persistent" and I want to change it to "persistent" no change will be made. Other combinations also won't work.
ISSUE TYPE
COMPONENT NAME
community.vmware.vmware_guest_disk
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
vSphere 7u3r with ESXi 7.0u3q
Tried different VM hardware versions and different controllers (SCSI, NVME)
STEPS TO REPRODUCE
Create a virtual machine with an harddisk configured to disk_mode "independent_persistent".
EXPECTED RESULTS
All hard disks should be reconfigured to "persistent".
ACTUAL RESULTS
The hard disk won't be changed. The module just reports "ok".
The text was updated successfully, but these errors were encountered: