Return-Path: X-Original-To: apmail-deltacloud-dev-archive@www.apache.org Delivered-To: apmail-deltacloud-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 6C520F3E9 for ; Thu, 4 Apr 2013 22:34:22 +0000 (UTC) Received: (qmail 11930 invoked by uid 500); 4 Apr 2013 22:34:22 -0000 Delivered-To: apmail-deltacloud-dev-archive@deltacloud.apache.org Received: (qmail 11914 invoked by uid 500); 4 Apr 2013 22:34:22 -0000 Mailing-List: contact dev-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list dev@deltacloud.apache.org Received: (qmail 11906 invoked by uid 99); 4 Apr 2013 22:34:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Apr 2013 22:34:22 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lutter@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Apr 2013 22:34:16 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r34MXtLs012221 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 4 Apr 2013 18:33:55 -0400 Received: from [10.3.112.42] (ovpn-112-42.phx2.redhat.com [10.3.112.42]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r34MXsdU017514 for ; Thu, 4 Apr 2013 18:33:54 -0400 Message-ID: <1365114833.23209.6.camel@avon.watzmann.net> Subject: Re: RHEVm - Allow for user selectable 1st boot device From: David Lutterkort To: dev@deltacloud.apache.org Date: Thu, 04 Apr 2013 15:33:53 -0700 In-Reply-To: <1365113660-20673-1-git-send-email-jvlcek@redhat.com> References: <1365113660-20673-1-git-send-email-jvlcek@redhat.com> Organization: Red Hat Inc Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 2013-04-04 at 18:14 -0400, jvlcek@redhat.com wrote: > RHEVm - Provide for user selectable first boot device. > > The default first boot device has been changed in the rbovirt gem > to hard disk, followed by network. This push allows the user to > explicitly specify the first boot device as either network or > hard disk with the other becoming the second boot device. > > This patch addresses Jira DTACLOUD-514 and is tracked in: > http://tracker.deltacloud.org/set/412 Since we require instances be based off an image, does network boot make sense in this context ? What role does the image/template play when one uses network boot ? David