We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can you please add a feature to migrate only specific disk instead of all disks?
- name: Perform storage vMotion of virtual machine community.vmware.vmware_vmotion: hostname: '{{ vcenter_hostname }}' username: '{{ vcenter_username }}' password: '{{ vcenter_password }}' vm_name: 'vm_name_as_per_vcenter' vm_disk: 'vm_disk_to_be_migrated' destination_datastore: 'destination_datastore_as_per_vcenter' delegate_to: localhost
The text was updated successfully, but these errors were encountered:
Bede Carroll (@bedecarroll) Olivier Boukili (@oboukili)
Sorry, something went wrong.
No branches or pull requests
SUMMARY
Can you please add a feature to migrate only specific disk instead of all disks?
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: