Skip to content
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

Vmware_vmotion: functionality to migrate specific vmdk only #2079

Open
nitjindal opened this issue May 21, 2024 · 1 comment
Open

Vmware_vmotion: functionality to migrate specific vmdk only #2079

nitjindal opened this issue May 21, 2024 · 1 comment

Comments

@nitjindal
Copy link

nitjindal commented May 21, 2024

SUMMARY

Can you please add a feature to migrate only specific disk instead of all disks?

ISSUE TYPE
  • Feature Idea
COMPONENT NAME
ADDITIONAL INFORMATION
- 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
@nitjindal
Copy link
Author

Bede Carroll (@bedecarroll)
Olivier Boukili (@oboukili)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant