You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by BJO ERN <bj...@gmail.com> on 2013/12/12 05:50:26 UTC

Only 1 ide controller is supported

Hi guys,

I have an interesting problem. Once I attach a 3rd volume (CLVM) to a VM I
can't start it anymore and getting ' Only 1 ide controller is supported'
Since I need even more devices, how do I get around this issue ?

Is it a cloudstack and/or KVM probem (centos 6.4) ?

I chosed a RHEL6 template btw, not sure though if that changes anything in
cloudstack.

2013-12-11 20:43:40,187 DEBUG [agent.transport.Request]
(AgentManager-Handler-11:null) Seq 1-2001211950: Processing:  { Ans: ,
MgmtId: 110493003717, via: 1, Ver: v1, Flags: 110,
[{"com.cloud.agent.api.StartAnswer":{"vm":{"id":14,"name":"i-4-14-VM","type":"User","cpus":16,"minSpeed":300,"maxSpeed":2400,"minRam":107374182400,"maxRam":107374182400,"arch":"x86_64","os":"Red
Hat Enterprise Linux 6.4
(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"enableDynamicallyScaleVm":false,"vncPassword":"b5a4f8a5f478cdd","vncAddr":"10.14.18.65","params":{"memoryOvercommitRatio":"1","cpuOvercommitRatio":"8","Message.ReservedCapacityFreed.Flag":"false"},"uuid":"6fe8db30-ee68-4092-8053-9742e2c5a075","disks":[{"data":{"org.apache.cloudstack.storage.to.VolumeObjectTO":{"uuid":"ab80d7f1-e200-4400-8646-6f908a876339","volumeType":"ROOT","dataStore":{"org.apache.cloudstack.storage.to.PrimaryDataStoreTO":{"uuid":"1090e078-566b-41fc-b392-33be870f01fa","id":3,"poolType":"CLVM","host":"localhost","path":"/vg_vmem-003a74_vdi1","port":0}},"name":"ROOT-14","size":80530636800,"path":"91fd9c39-2605-4d39-8086-ec01b2ce6bfe","volumeId":20,"vmName":"i-4-14-VM","accountId":4,"format":"RAW","id":20,"hypervisorType":"KVM"}},"diskSeq":0,"type":"ROOT"},{"data":{"org.apache.cloudstack.storage.to.VolumeObjectTO":{"uuid":"5015d351-c649-40d6-8321-ff297b8ac94e","volumeType":"DATADISK","dataStore":{"org.apache.cloudstack.storage.to.PrimaryDataStoreTO":{"uuid":"605e63d2-78fb-4a8f-a055-808f425c2e1e","id":4,"poolType":"CLVM","host":"localhost","path":"/vg_vmem-003a74_oradb1","port":0}},"name":"mhoradb01lp-oradata1","size":1099511627776,"path":"45fbbc8f-0020-4ddc-8ab0-b97fd06834be","volumeId":32,"vmName":"i-4-14-VM","accountId":4,"format":"QCOW2","id":32,"hypervisorType":"KVM"}},"diskSeq":1,"type":"DATADISK"},{"data":{"org.apache.cloudstack.storage.to.VolumeObjectTO":{"uuid":"0f542285-fc26-4914-9b0f-ada0b7cbfbc9","volumeType":"DATADISK","dataStore":{"org.apache.cloudstack.storage.to.PrimaryDataStoreTO":{"uuid":"605e63d2-78fb-4a8f-a055-808f425c2e1e","id":4,"poolType":"CLVM","host":"localhost","path":"/vg_vmem-003a74_oradb1","port":0}},"name":"mhoradb01lp-oradata2","size":1099511627776,"path":"bc84d3b2-ad47-4cd4-870e-d2d192f02880","volumeId":33,"vmName":"i-4-14-VM","accountId":4,"format":"QCOW2","id":33,"hypervisorType":"KVM"}},"diskSeq":2,"type":"DATADISK"},{"data":{"org.apache.cloudstack.storage.to.TemplateObjectTO":{"id":0,"format":"ISO","accountId":0,"hvm":false}},"diskSeq":3,"type":"ISO"},{"data":{"org.apache.cloudstack.storage.to.VolumeObjectTO":{"uuid":"29155349-3e72-47e5-bf13-439774fbae8d","volumeType":"DATADISK","dataStore":{"org.apache.cloudstack.storage.to.PrimaryDataStoreTO":{"uuid":"605e63d2-78fb-4a8f-a055-808f425c2e1e","id":4,"poolType":"CLVM","host":"localhost","path":"/vg_vmem-003a74_oradb1","port":0}},"name":"mhoradb01lp-oradata3","size":1099511627776,"path":"04f31689-25bf-411f-a664-8b83e22afdb5","volumeId":34,"vmName":"i-4-14-VM","accountId":4,"format":"QCOW2","id":34,"hypervisorType":"KVM"}},"diskSeq":4,"type":"DATADISK"}],"nics":[{"deviceId":0,"networkRateMbps":350,"defaultNic":true,"uuid":"d3aaebfb-270b-4931-86e6-f5bcfd4216aa","ip":"10.197.212.158","netmask":"255.255.255.0","gateway":"10.197.212.1","mac":"06:68:46:00:01:40","dns1":"8.8.8.8","dns2":"8.8.4.4","broadcastType":"Vlan","type":"Guest","broadcastUri":"vlan://1000","isolationUri":"vlan://1000","isSecurityGroupEnabled":false,"name":"cloudbr0"}]},"result":false,"details":"internal
error Only 1 ide controller is supported","wait":0}}] }
2013-12-11 20:43:40,189 INFO  [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-87:job-164 = [ 9f280a00-33d0-4162-99f7-99ba76199ddf ]) Unable
to start VM on Host[-1-Routing] due to internal error Only 1 ide controller
is supported

Re: Only 1 ide controller is supported

Posted by BJO ERN <bj...@gmail.com>.
OK, I found out that it is in fact KVM template related.
One of the disks will be treated as IDE disk or cdrom and that's causes an
issue for KVM.
Once I had chosen centos all was good.

Bjoern



On Wed, Dec 11, 2013 at 8:50 PM, BJO ERN <bj...@gmail.com> wrote:

> Hi guys,
>
> I have an interesting problem. Once I attach a 3rd volume (CLVM) to a VM I
> can't start it anymore and getting ' Only 1 ide controller is supported'
>  Since I need even more devices, how do I get around this issue ?
>
> Is it a cloudstack and/or KVM probem (centos 6.4) ?
>
> I chosed a RHEL6 template btw, not sure though if that changes anything in
> cloudstack.
>
> 2013-12-11 20:43:40,187 DEBUG [agent.transport.Request]
> (AgentManager-Handler-11:null) Seq 1-2001211950: Processing:  { Ans: ,
> MgmtId: 110493003717, via: 1, Ver: v1, Flags: 110,
> [{"com.cloud.agent.api.StartAnswer":{"vm":{"id":14,"name":"i-4-14-VM","type":"User","cpus":16,"minSpeed":300,"maxSpeed":2400,"minRam":107374182400,"maxRam":107374182400,"arch":"x86_64","os":"Red
> Hat Enterprise Linux 6.4
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"enableDynamicallyScaleVm":false,"vncPassword":"b5a4f8a5f478cdd","vncAddr":"10.14.18.65","params":{"memoryOvercommitRatio":"1","cpuOvercommitRatio":"8","Message.ReservedCapacityFreed.Flag":"false"},"uuid":"6fe8db30-ee68-4092-8053-9742e2c5a075","disks":[{"data":{"org.apache.cloudstack.storage.to.VolumeObjectTO":{"uuid":"ab80d7f1-e200-4400-8646-6f908a876339","volumeType":"ROOT","dataStore":{"org.apache.cloudstack.storage.to.PrimaryDataStoreTO":{"uuid":"1090e078-566b-41fc-b392-33be870f01fa","id":3,"poolType":"CLVM","host":"localhost","path":"/vg_vmem-003a74_vdi1","port":0}},"name":"ROOT-14","size":80530636800,"path":"91fd9c39-2605-4d39-8086-ec01b2ce6bfe","volumeId":20,"vmName":"i-4-14-VM","accountId":4,"format":"RAW","id":20,"hypervisorType":"KVM"}},"diskSeq":0,"type":"ROOT"},{"data":{"org.apache.cloudstack.storage.to.VolumeObjectTO":{"uuid":"5015d351-c649-40d6-8321-ff297b8ac94e","volumeType":"DATADISK","dataStore":{"org.apache.cloudstack.storage.to.PrimaryDataStoreTO":{"uuid":"605e63d2-78fb-4a8f-a055-808f425c2e1e","id":4,"poolType":"CLVM","host":"localhost","path":"/vg_vmem-003a74_oradb1","port":0}},"name":"mhoradb01lp-oradata1","size":1099511627776,"path":"45fbbc8f-0020-4ddc-8ab0-b97fd06834be","volumeId":32,"vmName":"i-4-14-VM","accountId":4,"format":"QCOW2","id":32,"hypervisorType":"KVM"}},"diskSeq":1,"type":"DATADISK"},{"data":{"org.apache.cloudstack.storage.to.VolumeObjectTO":{"uuid":"0f542285-fc26-4914-9b0f-ada0b7cbfbc9","volumeType":"DATADISK","dataStore":{"org.apache.cloudstack.storage.to.PrimaryDataStoreTO":{"uuid":"605e63d2-78fb-4a8f-a055-808f425c2e1e","id":4,"poolType":"CLVM","host":"localhost","path":"/vg_vmem-003a74_oradb1","port":0}},"name":"mhoradb01lp-oradata2","size":1099511627776,"path":"bc84d3b2-ad47-4cd4-870e-d2d192f02880","volumeId":33,"vmName":"i-4-14-VM","accountId":4,"format":"QCOW2","id":33,"hypervisorType":"KVM"}},"diskSeq":2,"type":"DATADISK"},{"data":{"org.apache.cloudstack.storage.to.TemplateObjectTO":{"id":0,"format":"ISO","accountId":0,"hvm":false}},"diskSeq":3,"type":"ISO"},{"data":{"org.apache.cloudstack.storage.to.VolumeObjectTO":{"uuid":"29155349-3e72-47e5-bf13-439774fbae8d","volumeType":"DATADISK","dataStore":{"org.apache.cloudstack.storage.to.PrimaryDataStoreTO":{"uuid":"605e63d2-78fb-4a8f-a055-808f425c2e1e","id":4,"poolType":"CLVM","host":"localhost","path":"/vg_vmem-003a74_oradb1","port":0}},"name":"mhoradb01lp-oradata3","size":1099511627776,"path":"04f31689-25bf-411f-a664-8b83e22afdb5","volumeId":34,"vmName":"i-4-14-VM","accountId":4,"format":"QCOW2","id":34,"hypervisorType":"KVM"}},"diskSeq":4,"type":"DATADISK"}],"nics":[{"deviceId":0,"networkRateMbps":350,"defaultNic":true,"uuid":"d3aaebfb-270b-4931-86e6-f5bcfd4216aa","ip":"10.197.212.158","netmask":"255.255.255.0","gateway":"10.197.212.1","mac":"06:68:46:00:01:40","dns1":"8.8.8.8","dns2":"8.8.4.4","broadcastType":"Vlan","type":"Guest","broadcastUri":"vlan://1000","isolationUri":"vlan://1000","isSecurityGroupEnabled":false,"name":"cloudbr0"}]},"result":false,"details":"internal
> error Only 1 ide controller is supported","wait":0}}] }
> 2013-12-11 20:43:40,189 INFO  [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-87:job-164 = [ 9f280a00-33d0-4162-99f7-99ba76199ddf ]) Unable
> to start VM on Host[-1-Routing] due to internal error Only 1 ide controller
> is supported
>
>