-
Notifications
You must be signed in to change notification settings - Fork 125
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
Remove option for - knife vsphere vm vmdk add #449
Comments
I see there is a reconfigeVM option: VirtualMachine.Config.RemoveDisk When I do: $ knife vsphere vm disk list name-of-the-virtual-machine Hope that there is a way to remove disk number 1 or 2 9 (those where added with vmdk add). |
Have something working: |
Hi Peter, we don't have such a command. Kinda surprising, really, seems like it would be helpful. |
Yeah with that script it checks that you dont delete the primary disk (0), but all the others you can delete with: Where 1 is the disk index show with the disk list command. |
Platform Details
Scenario:
Remove vmdk next to the add method functionality.
Hi,
Is it possible to create an opposite for adding a vmdk to a vm?
Like: knife vsphere vm vmdk remove XX
The text was updated successfully, but these errors were encountered: