CloudStack and Windows 2008 R2 SCSI Disk Controller issue

2014-12-10 Thread ilya musayev
CloudStack/CloudPlatform 4.3 defaults to LSI Logic Parallel and we need to use LSI Logic SAS when windows VMs are created. Would anyone know if there is a way to override the controller through vm_details table and preset the controller to use there? Right now it takes the options of scsi and

RE: CloudStack and Windows 2008 R2 SCSI Disk Controller issue

2014-12-10 Thread Somesh Naidu
Subject: CloudStack and Windows 2008 R2 SCSI Disk Controller issue CloudStack/CloudPlatform 4.3 defaults to LSI Logic Parallel and we need to use LSI Logic SAS when windows VMs are created. Would anyone know if there is a way to override the controller through vm_details table and preset the

Re: CloudStack and Windows 2008 R2 SCSI Disk Controller issue

2014-12-10 Thread Erik Weber
On Wed, Dec 10, 2014 at 10:44 PM, ilya musayev wrote: > CloudStack/CloudPlatform 4.3 defaults to LSI Logic Parallel and we need to > use LSI Logic SAS when windows VMs are created. > > Would anyone know if there is a way to override the controller through > vm_details table and preset the control

Re: CloudStack and Windows 2008 R2 SCSI Disk Controller issue

2014-12-10 Thread ilya musayev
Erik Would you know where in the code? Looked around, could not find the place. Thanks ilya On 12/10/14, 2:13 PM, Erik Weber wrote: On Wed, Dec 10, 2014 at 10:44 PM, ilya musayev wrote: CloudStack/CloudPlatform 4.3 defaults to LSI Logic Parallel and we need to use LSI Logic SAS when windows VM

Re: CloudStack and Windows 2008 R2 SCSI Disk Controller issue

2014-12-10 Thread Erik Weber
On Wed, Dec 10, 2014 at 11:20 PM, ilya musayev wrote: > Erik > > Would you know where in the code? Looked around, could not find the place. > > In 4.2, which was the last version we used with VMware, it was in plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManager

Re: CloudStack and Windows 2008 R2 SCSI Disk Controller issue

2014-12-10 Thread Marcus
So just for clarification, we're saying if a VM is a windows VM, and on VMware, you cannot attach disks, correct? On Wed, Dec 10, 2014 at 2:36 PM, Erik Weber wrote: > On Wed, Dec 10, 2014 at 11:20 PM, ilya musayev < > ilya.mailing.li...@gmail.com > > wrote: > > > Erik > > > > Would you know wher

Re: CloudStack and Windows 2008 R2 SCSI Disk Controller issue

2014-12-10 Thread Erik Weber
Windows 2012 R2 and Windows 8.1 (and possibly Windows 2008 R2) won't have the disk controller, and thus won't boot or otherwise be able to access the disk(s). Ref: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2059549 -- Erik On Wed, Dec 10, 2014

Re: CloudStack and Windows 2008 R2 SCSI Disk Controller issue

2014-12-10 Thread Erik Weber
Sateesh had a session about it during CCCEU, he might be able to update the dev list about his work. http://sched.co/X3guL1 -- Erik On Wed, Dec 10, 2014 at 11:58 PM, Erik Weber wrote: > Windows 2012 R2 and Windows 8.1 (and possibly Windows 2008 R2) won't have > the disk controller, and thus w

RE: CloudStack and Windows 2008 R2 SCSI Disk Controller issue

2014-12-10 Thread Somesh Naidu
Try UserVmManagerImpl.java and VmwareResource.java. -Original Message- From: Erik Weber [mailto:terbol...@gmail.com] Sent: Wednesday, December 10, 2014 5:36 PM To: dev Subject: Re: CloudStack and Windows 2008 R2 SCSI Disk Controller issue On Wed, Dec 10, 2014 at 11:20 PM, ilya musayev

Re: CloudStack and Windows 2008 R2 SCSI Disk Controller issue

2014-12-10 Thread ilya musayev
[mailto:ilya.mailing.li...@gmail.com] Sent: Wednesday, December 10, 2014 4:45 PM To: dev@cloudstack.apache.org; Sateesh Chodapuneedi; Marcus Subject: CloudStack and Windows 2008 R2 SCSI Disk Controller issue CloudStack/CloudPlatform 4.3 defaults to LSI Logic Parallel and we need to use LSI Logic SAS when

Re: CloudStack and Windows 2008 R2 SCSI Disk Controller issue

2014-12-13 Thread ilya musayev
As per dev team from citrix, to get this to work: change rootDiskController to osdefault - when importing the template and bump up windows version to 2012 (while running 2008R2 guest). cloudmonkey example: > register template format=ova hypervisor=vmware url=http://somehost.com/windows/2008R