You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a virtual machine "test0408" through a template of vmware "centos7.4", but the error "A specified parameter was not correct: spec.location.pool',
#698
Open
z287415696 opened this issue
Apr 8, 2022
· 0 comments
Describe the bug
amples> python .\clone_vm.py -s "10.108.1.1" -u "[email protected]" -p "xx" --template "centos7.4" -v "test0408" -nossl --datacenter-name 'NSKF-BACKUPDATA'
cloning VM...
there was an error
(vmodl.fault.InvalidArgument) {
dynamicType = ,
dynamicProperty = (vmodl.DynamicProperty) [],
msg = 'A specified parameter was not correct: spec.location.pool',
faultCause = ,
faultMessage = (vmodl.LocalizableMessage) [],
invalidProperty = 'spec.location.pool'
}
VM cloned.
PS E:\svn2\work\pyvmomi-community-samples-master\pyvmomi-community-samples-master\samples>
Reproduction steps
Expected behavior
amples> python .\clone_vm.py -s "10.108.1.1" -u "[email protected]" -p "xx" --template "centos7.4" -v "test0408" -nossl --datacenter-name 'NSKF-BACKUPDATA'
cloning VM...
there was an error
(vmodl.fault.InvalidArgument) {
dynamicType = ,
dynamicProperty = (vmodl.DynamicProperty) [],
msg = 'A specified parameter was not correct: spec.location.pool',
faultCause = ,
faultMessage = (vmodl.LocalizableMessage) [],
invalidProperty = 'spec.location.pool'
}
VM cloned.
PS E:\svn2\work\pyvmomi-community-samples-master\pyvmomi-community-samples-master\samples>
Additional context
No response
The text was updated successfully, but these errors were encountered: