Closed redbilledpanda closed 1 year ago
In your script I don't see where vmControllers
is used to add the devices to the ConfigSpec.
Before
return config
you can add in
config.deviceChange = vmControllers
I believe the rest of what you have is correct.
Oh ok. Missed it. It's getting attached now. Thanks
With regards to VM creation, most samples I've seen here are either:
I am attempting to create a blank VM with the SCSI controller (with one downstream disk) attached to it. Apparently it doesn't seem to work. Here's my code:
When I check the VM settings I see this:
Describe the solution you'd like
s this the standard operation procedure for adding PCI controllers to a new VM ?
If yes then it would greatly help if this was clearly spelled out. If no then please let me know what is it that I am missing above?
Describe alternatives you've considered
No response
Additional context
No response