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

Re: CloudStack and Windows 2008 R2 SCSI Disk Controller issue

2014-12-10 Thread ilya musayev
edit: osdefault for Windows 2008 R2 ESXi 5.1+ should be set to LSI Logic SAS or lsisas1068 On 12/10/14, 2:04 PM, Somesh Naidu wrote: Try registering the template as Windows Server 2008 (without the R2) instead and see if that fixes it. -Original Message- From: ilya musayev [mailto:i

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 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 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 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
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 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 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 Somesh Naidu
Try registering the template as Windows Server 2008 (without the R2) instead and see if that fixes it. -Original Message- From: ilya musayev [mailto:ilya.mailing.li...@gmail.com] Sent: Wednesday, December 10, 2014 4:45 PM To: dev@cloudstack.apache.org; Sateesh Chodapuneedi; Marcus Subjec