Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C1F5910C2A for ; Sat, 15 Nov 2014 06:31:40 +0000 (UTC) Received: (qmail 18992 invoked by uid 500); 15 Nov 2014 06:31:38 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 18936 invoked by uid 500); 15 Nov 2014 06:31:38 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 18924 invoked by uid 99); 15 Nov 2014 06:31:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Nov 2014 06:31:38 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of terbolous@gmail.com designates 209.85.218.45 as permitted sender) Received: from [209.85.218.45] (HELO mail-oi0-f45.google.com) (209.85.218.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Nov 2014 06:31:11 +0000 Received: by mail-oi0-f45.google.com with SMTP id a141so4827963oig.18 for ; Fri, 14 Nov 2014 22:31:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Fl94VNcQ41HOMya+4RE2BaaTr0gvAiIeJMMd4ahZM+Y=; b=LIUBPW8mkC8BuMFWkGMlr55DwOWTF9iJAlkcq/XWAufSmMH6yJjBsj2kDqLJUY4+NS TyXBN5bNt4RFmCWvfKCPRVH5Va6eeR0Xdzq3CXFeWtMiwfG+ZwgFhgK+hWpWic+2uAmp QAQTpoXFnGC2qZY4EC7fx4FRGd/rqFyWx2nWepkUBiGakwsT5MlXL6MVbM/KWVIJtyAU Kx3J4CsSoW2iaU0nwGY+xDQbPnmzQRKAUortRaGCIfdYOQVr4oRaLJQScjis8v9TfLRr dKW5qYfQMt0smc4apaqkj/aWAehnoqa+HwIdbGOhsb8sDgjaX1yaXWTpy43wSnAoRxxG xmsg== MIME-Version: 1.0 X-Received: by 10.60.173.240 with SMTP id bn16mr344547oec.41.1416033070053; Fri, 14 Nov 2014 22:31:10 -0800 (PST) Received: by 10.76.20.36 with HTTP; Fri, 14 Nov 2014 22:31:10 -0800 (PST) In-Reply-To: References: Date: Sat, 15 Nov 2014 07:31:10 +0100 Message-ID: Subject: Re: Server 2012 R2 Bug on CS 4.4.0 with vmware hypervisor From: Erik Weber To: "dev@cloudstack.apache.org" Content-Type: multipart/alternative; boundary=089e01184410217e150507dfe487 X-Virus-Checked: Checked by ClamAV on apache.org --089e01184410217e150507dfe487 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable There's an issue in jira to allow controller selection, but it has been stale for some time. This is one of the reasons we switched to xenserver. I believe there's a quick talk on ccceu about the issue. Erik Den l=C3=B8rdag 15. november 2014 skrev Michael Phillips f=C3=B8lgende: > So I was unable to add a data disk to my vm running server 2012 R2 > standard, so I started tracking down the issue and I think I found it. So > when provisioning a vm running server 2012 R2, CS creates the VM with the > "LSI Logic Parallel" adapter. It looks like the only reason the machine i= s > even able to boot is becuase the ROOT drive is set to be an IDE drive, > specifically (IDE 0:1). Any data disks added to the same machine are set = as > SCSI drives. So if I added one data disk it would be listed as SCSI 0:0. = So > it seems the mismatch is between the controller type CS is using and the > disk type. So this bring me to the major question at hand. > For server 2012 R2 vmware natively uses the "LSI Logic SAS" controller. > Why in the world is CS not using the same controller, and is there a way > around this? > > --089e01184410217e150507dfe487--