Bug #1948
closedVMware creation: vm with multiple disks fail
Description
While testing the https://github.com/ohadlevy/foreman.git branch vmware (cloned @ 15th november 2012) I get the following error when creating a VM with multiple harddisks:
Oops, we're sorry but something went wrong x failed to create vm: InvalidDeviceSpec: Invalid configuration for device '3'. If you feel this is an error with Foreman itself, please open a new issue with Foreman ticketing system, You would probably need to attach the Full trac> RbVmomi::Fault failed to create vm: InvalidDeviceSpec: Invalid configuration for device '3'. lib/foreman/model/vmware.rb:73:in `create_vm' app/controllers/compute_resources_vms_controller.rb:18:in `create'
Files
Updated by Siert Z. about 12 years ago
- File add_disk_failure.txt add_disk_failure.txt added
Attached a full trace.
Updated by Ohad Levy about 12 years ago
can you attach foreman log it self? I need the parameters passed
thanks!
Updated by Sam Kottler about 12 years ago
- Status changed from New to Need more information
- Assignee changed from Ohad Levy to Sam Kottler
Siert, can you provide the log that Ohad asked for? I'm going to work on this issue, but the params are always helpful :-)
Updated by Siert Z. about 12 years ago
- File fulltrace_disk.txt fulltrace_disk.txt added
- File parameters_disk.txt parameters_disk.txt added
There you go.
Updated by Ohad Levy almost 12 years ago
- Status changed from Need more information to Ready For Testing
- Assignee changed from Sam Kottler to Ohad Levy
I've found the issue and its in fog code, I've sent a pull request https://github.com/fog/fog/pull/1424 to fix it.
in the meanwhile, you can try to patch the fog code directly (as the link above)
thanks!
Updated by Ohad Levy almost 12 years ago
actually, it was https://github.com/fog/fog/pull/1437
and I've pushed it upstream to fog, so, once a newer fog version is out, you're covered.
Updated by Ohad Levy almost 12 years ago
- Status changed from Ready For Testing to Closed