Skip to content

Instantly share code, notes, and snippets.

@nlamirault
Created September 17, 2012 12:53
Show Gist options
  • Save nlamirault/3737112 to your computer and use it in GitHub Desktop.
Save nlamirault/3737112 to your computer and use it in GitHub Desktop.
Cloudstack bug
ERROR [vmware.mo.VirtualMachineMO] (DirectAgent-423:cloud-hyper09c-prod.boi.cloud.mbs) VMware reconfigVM_Task failed due to Un paramètre spécifié était incorrect.
com.vmware.vim25.InvalidArgument
WARN [vmware.resource.VmwareResource] (DirectAgent-423:cloud-hyper09c-prod.boi.cloud.mbs) StartCommand failed due to Exception: java.lang.Exception
Message: Failed to configure VM before start. vmName: i-26-623-VM
java.lang.Exception: Failed to configure VM before start. vmName: i-26-623-VM
at com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareResource.java:1433)
at com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(VmwareResource.java:385)
at com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:192)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
DEBUG [agent.transport.Request] (DirectAgent-423:null) Seq 11-1311119682: Processing: { Ans: , MgmtId: 345051320510, via: 11, Ver: v1, Flags: 110, [{"StartAnswer":{"vm":{"id":623,"name":"i
-26-623-VM","bootloader":"HVM","type":"User","cpus":1,"speed":1000,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"Debian GNU/Linux 6(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"li
mitCpuUse":false,"vncPassword":"ea5089ed4fc14a85","params":{"nic_adapter":"E1000"},"disks":[{"id":776,"name":"DATA-617","mountPoint":"/ifs/cloud/chevilly/clustervmw-prod/primarystorage","path":"7f045b23031d489e9c9
639a7e4b4ec7f","size":2147483648,"type":"DATADISK","storagePoolType":"NetworkFilesystem","storagePoolUuid":"d9ddfc82-c3a8-311f-b8c6-57b765af0630","deviceId":4},{"id":777,"name":"VolumeUn","mountPoint":"/ifs/cloud/
chevilly/clustervmw-prod/primarystorage","path":"ebbc6c03571a4c0896976e3052416e28","size":2147483648,"type":"DATADISK","storagePoolType":"NetworkFilesystem","storagePoolUuid":"d9ddfc82-c3a8-311f-b8c6-57b765af0630"
,"deviceId":1},{"id":778,"name":"VolumeDeux","mountPoint":"/ifs/cloud/chevilly/clustervmw-prod/primarystorage","path":"60d9ed071ec2436e9ab1e1a57764cc7b","size":3221225472,"type":"DATADISK","storagePoolType":"Netwo
rkFilesystem","storagePoolUuid":"d9ddfc82-c3a8-311f-b8c6-57b765af0630","deviceId":2},{"id":785,"name":"ROOT-623","mountPoint":"/ifs/cloud/chevilly/clustervmw-prod/primarystorage","path":"ROOT-623","size":966367641
6,"type":"ROOT","storagePoolType":"NetworkFilesystem","storagePoolUuid":"d9ddfc82-c3a8-311f-b8c6-57b765af0630","deviceId":0},{"id":623,"name":"debian6#was#","size":0,"type":"ISO","storagePoolType":"ISO","deviceId"
:3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"ip":"10.200.64.204","netmask":"255.255.255.192","gateway":"10.200.64.193","mac":"06:86:3a:00:0d:76","dns1":"10.200.193.1","dns2":"10.94.53.3","br
oadcastType":"Vlan","type":"Guest","broadcastUri":"vlan://3061","isolationUri":"vlan://3061","isSecurityGroupEnabled":false,"tags":[]},{"deviceId":1,"networkRateMbps":200,"defaultNic":false,"ip":"10.200.128.214","
netmask":"255.255.255.128","gateway":"10.200.128.193","mac":"06:40:d4:00:0d:91","dns1":"10.200.193.1","dns2":"10.94.53.3","broadcastType":"Vlan","type":"Guest","broadcastUri":"vlan://3062","isolationUri":"vlan://3
062","isSecurityGroupEnabled":false,"tags":[]},{"deviceId":2,"networkRateMbps":200,"defaultNic":false,"ip":"10.200.0.204","netmask":"255.255.255.192","gateway":"10.200.0.193","mac":"06:20:9c:00:0d:5b","dns1":"10.2
00.193.1","dns2":"10.94.53.3","broadcastType":"Vlan","type":"Guest","broadcastUri":"vlan://3060","isolationUri":"vlan://3060","isSecurityGroupEnabled":false,"tags":[]}]},"result":false,"details":"StartCommand fail
ed due to Exception: java.lang.Exception\nMessage: Failed to configure VM before start. vmName: i-26-623-VM\n","wait":0}}] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment