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

[BUG] Customize option failing for Windows VM due to missing Userdata #3443

Closed
rubinthomasdev opened this issue May 18, 2024 · 1 comment · Fixed by #3444
Closed

[BUG] Customize option failing for Windows VM due to missing Userdata #3443

rubinthomasdev opened this issue May 18, 2024 · 1 comment · Fixed by #3444

Comments

@rubinthomasdev
Copy link
Contributor

Describe the bug
The customize option using govc vm.customize fails to customize Windows VM due to missing mandatory parameters fullname and organization. Refer the mandatory parameters here : link

To Reproduce
Steps to reproduce the behavior:

  1. run the govc vm.customize command to customize a windows vm
govc vm.customize -vm=<windows-vm-name> -u="<vcenter-url>" -dc="<datacenter-name>" -ip=<vm-ip> -netmask=<netmask> -gateway=<gateway-ip> -name=<windows-vm-name> -type=Windows -domain="<domain-name>"

Expected behavior
VM to be successfully customized with ip, netmask and gateway settings.

Affected version
govc version : v0.37.2.

Screenshots/Debug Output
Got an error.

A specified parameter was not correct: spec.identity.userData.fullName

Additional context
NA.

Copy link
Contributor

Howdy 🖐   rubinthomasdev ! Thank you for your interest in this project. We value your feedback and will respond soon.

If you want to contribute to this project, please make yourself familiar with the CONTRIBUTION guidelines.

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

Successfully merging a pull request may close this issue.

1 participant