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
#142 changed the way we handle update to VMs.
InvalidRequest: 17:14:25 rails.1 | | Single property deltaDiskFormatVariant provided multiple times 17:14:25 rails.1 | | 17:14:25 rails.1 | | while parsing property "deltaDiskFormatVariant" of static type string 17:14:25 rails.1 | | 17:14:25 rails.1 | | while parsing serialized DataObject of type vim.vm.device.VirtualDisk.FlatVer2BackingInfo 17:14:25 rails.1 | | at line 1, column 1079 17:14:25 rails.1 | | 17:14:25 rails.1 | | while parsing property "parent" of static type VirtualDiskFlatVer2BackingInfo 17:14:25 rails.1 | | 17:14:25 rails.1 | | while parsing serialized DataObject of type vim.vm.device.VirtualDisk.FlatVer2BackingInfo 17:14:25 rails.1 | | at line 1, column 651 17:14:25 rails.1 | | 17:14:25 rails.1 | | while parsing property "backing" of static type VirtualDeviceBackingInfo 17:14:25 rails.1 | | 17:14:25 rails.1 | | while parsing serialized DataObject of type vim.vm.device.VirtualDisk 17:14:25 rails.1 | | at line 1, column 499 17:14:25 rails.1 | | 17:14:25 rails.1 | | while parsing property "device" of static type VirtualDevice 17:14:25 rails.1 | | 17:14:25 rails.1 | | while parsing serialized DataObject of type vim.vm.device.VirtualDeviceSpec 17:14:25 rails.1 | | at line 1, column 423 17:14:25 rails.1 | | 17:14:25 rails.1 | | while parsing property "deviceChange" of static type ArrayOfVirtualDeviceConfigSpec 17:14:25 rails.1 | | 17:14:25 rails.1 | | while parsing serialized DataObject of type vim.vm.ConfigSpec 17:14:25 rails.1 | | at line 1, column 259 17:14:25 rails.1 | | 17:14:25 rails.1 | | while parsing call information for method ReconfigVM_Task 17:14:25 rails.1 | | at line 1, column 177 17:14:25 rails.1 | | 17:14:25 rails.1 | | while parsing SOAP body 17:14:25 rails.1 | | at line 1, column 167 17:14:25 rails.1 | | 17:14:25 rails.1 | | while parsing SOAP envelope 17:14:25 rails.1 | | at line 1, column 0 17:14:25 rails.1 | | 17:14:25 rails.1 | | while parsing HTTP request for method reconfigure 17:14:25 rails.1 | | on object of type vim.VirtualMachine 17:14:25 rails.1 | | at line 1, column 0«
We need to revise how we generate the specs for disk updates.
The text was updated successfully, but these errors were encountered:
Ah good find 👍
Sorry, something went wrong.
No branches or pull requests
#142 changed the way we handle update to VMs.
We need to revise how we generate the specs for disk updates.
The text was updated successfully, but these errors were encountered: