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 A17FD10A1D for ; Wed, 3 Jul 2013 21:21:42 +0000 (UTC) Received: (qmail 65728 invoked by uid 500); 3 Jul 2013 21:21:42 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 65693 invoked by uid 500); 3 Jul 2013 21:21:42 -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 65684 invoked by uid 99); 3 Jul 2013 21:21:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jul 2013 21:21:42 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of donal.lafferty@citrix.com designates 46.33.159.39 as permitted sender) Received: from [46.33.159.39] (HELO SMTP.EU.CITRIX.COM) (46.33.159.39) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jul 2013 21:21:35 +0000 X-IronPort-AV: E=Sophos;i="4.87,990,1363132800"; d="scan'208";a="6355544" Received: from lonpex01cl03.citrite.net ([10.30.203.103]) by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/AES128-SHA; 03 Jul 2013 21:21:16 +0000 Received: from LONPEX01CL02.citrite.net ([169.254.2.169]) by LONPEX01CL03.citrite.net ([169.254.3.204]) with mapi id 14.02.0342.004; Wed, 3 Jul 2013 22:21:15 +0100 From: Donal Lafferty To: "dev@cloudstack.apache.org" Subject: RE: How do I Turn Off SecondaryStorageVM Creation Thread-Topic: How do I Turn Off SecondaryStorageVM Creation Thread-Index: Ac54KuE9mtenED/OQyO/Nk+KYXnS8wABlgDQAAB1jNA= Date: Wed, 3 Jul 2013 21:21:14 +0000 Message-ID: <9ADDE3F979256644BED8F0D244BE51F0035DC6@LONPEX01CL02.citrite.net> References: <9ADDE3F979256644BED8F0D244BE51F0035D44@LONPEX01CL02.citrite.net> <77B337AF224FD84CBF8401947098DD8705B653@SJCPEX01CL01.citrite.net> In-Reply-To: <77B337AF224FD84CBF8401947098DD8705B653@SJCPEX01CL01.citrite.net> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.30.203.1] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org SSVM starts, but the image doesn't appear to be Hyper-V compatible. Runs a= t 12% CPU, and I never see the console :( DL > -----Original Message----- > From: Edison Su [mailto:Edison.su@citrix.com] > Sent: 03 July 2013 10:14 PM > To: dev@cloudstack.apache.org > Subject: RE: How do I Turn Off SecondaryStorageVM Creation >=20 > SecondaryStorageVM is independent from NFS. The secondary storage vm is > used to download template/ISO, backup snapshot from primary storage to > S3 etc. > Do you have a problem to start ssvm? AFAIK, system vm template is stored = in > S3 automatically after mgt server is up, then during ssvm startcommand, m= gt > server will send a copycommand to hypervisor, to copy the system vm > template from S3 into primary storage, if you implement this command > properly, then ssvm should be started? >=20 > > -----Original Message----- > > From: Donal Lafferty [mailto:donal.lafferty@citrix.com] > > Sent: Wednesday, July 03, 2013 1:22 PM > > To: dev@cloudstack.apache.org > > Subject: How do I Turn Off SecondaryStorageVM Creation > > > > I'm using S3 Object store, and no NFS caching. > > > > So why is CloudStack trying to create an SecondaryStorageVM, and how > > to I make it stop? > > > > DL