Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D0DE9DF6D for ; Fri, 5 Oct 2012 11:23:08 +0000 (UTC) Received: (qmail 41450 invoked by uid 500); 5 Oct 2012 11:23:07 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 41135 invoked by uid 500); 5 Oct 2012 11:23:07 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 41107 invoked by uid 99); 5 Oct 2012 11:23:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 11:23:06 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of busydev6@gmail.com designates 209.85.216.47 as permitted sender) Received: from [209.85.216.47] (HELO mail-qa0-f47.google.com) (209.85.216.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 11:22:58 +0000 Received: by mail-qa0-f47.google.com with SMTP id i29so170428qaf.6 for ; Fri, 05 Oct 2012 04:22:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kaOqJhlqbasFpT+19acMkUcAR2KyBpt1rCkPagbQcBs=; b=uAN11ZSYG4OUURHEQJvINne25UCMh5614I+c7CpkPyr5wr/ipPQKbALKZYRIM7mlHS reSyx+2h3hjwh8F08GECJ//S0aLWZK3QH+F4nvHlnxlAFgFDuCSKtjCd0cpYTYh2v5wn pK1ejE5umyT83LXTXKZBMqrJPl+OUn0/ovbAmmicDSjq1BZoL8uRCWR5SUKYWqQx0DeN 4tM/bA+NROhyN7xaBW0V3iGY3xpBUraDVvTW+TUyUzxNTbx2TV29tmcSGyqZeHyJI5Yk LcPjVXAjsiII+kD7Tw1nKDG82ZEsb/E3O6/Xgwc5BNUXWD2wthggLmXUopLaY26SvbyZ Kovg== MIME-Version: 1.0 Received: by 10.49.82.199 with SMTP id k7mr24476220qey.52.1349436157702; Fri, 05 Oct 2012 04:22:37 -0700 (PDT) Received: by 10.49.48.228 with HTTP; Fri, 5 Oct 2012 04:22:37 -0700 (PDT) Date: Fri, 5 Oct 2012 07:22:37 -0400 Message-ID: Subject: Deploying VMs and storage/volume creation From: Busy Dev To: cloudstack-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=047d7b6d89b2d3b32604cb4e16cb --047d7b6d89b2d3b32604cb4e16cb Content-Type: text/plain; charset=ISO-8859-1 Hi, I need to mount and format volumes attached to a deployed (but stopped) VM. However, it looks like the volumes are not actually created/available until the VM is started? I'm about to start debugging the deployVirtualMachine command to see where this is done but thought I might ask first. Once I have created the volumes, I will then mount and format them and then start the VM. Thanks! --047d7b6d89b2d3b32604cb4e16cb--