Return-Path: X-Original-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02184E431 for ; Tue, 5 Feb 2013 04:57:39 +0000 (UTC) Received: (qmail 63179 invoked by uid 500); 5 Feb 2013 04:57:38 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 63066 invoked by uid 500); 5 Feb 2013 04:57:38 -0000 Mailing-List: contact cloudstack-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-users@incubator.apache.org Delivered-To: mailing list cloudstack-users@incubator.apache.org Received: (qmail 63040 invoked by uid 99); 5 Feb 2013 04:57:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 04:57:37 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pranav.saxena@citrix.com designates 203.166.19.134 as permitted sender) Received: from [203.166.19.134] (HELO SMTP.CITRIX.COM.AU) (203.166.19.134) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 04:57:32 +0000 X-IronPort-AV: E=Sophos;i="4.84,602,1355097600"; d="scan'208";a="687448" Received: from banpmailmx02.citrite.net ([10.103.128.74]) by SYDPIPO01.CITRIX.COM.AU with ESMTP/TLS/RC4-MD5; 05 Feb 2013 04:57:10 +0000 Received: from BANPMAILBOX01.citrite.net ([10.103.128.71]) by BANPMAILMX02.citrite.net ([10.103.128.74]) with mapi; Tue, 5 Feb 2013 10:27:08 +0530 From: Pranav Saxena To: "cloudstack-users@incubator.apache.org" , Sunilreddy Kovvuri Date: Tue, 5 Feb 2013 10:27:06 +0530 Subject: RE: Regarding deletion of virtual machine Thread-Topic: Regarding deletion of virtual machine Thread-Index: Ac4DVn1Fco/3bXTMRfuN7M4fGSQKYQAARHBwAAFfJWA= Message-ID: <67EF18FDCA335F489B366120481AB6C5F6BCD4377E@BANPMAILBOX01.citrite.net> References: <4FCA39B99132DA4EA70BE3CE408C193D0119F0C6A2CF@BANPMAILBOX01.citrite.net> <4FCA39B99132DA4EA70BE3CE408C193D0119F0C6A2DB@BANPMAILBOX01.citrite.net> In-Reply-To: <4FCA39B99132DA4EA70BE3CE408C193D0119F0C6A2DB@BANPMAILBOX01.citrite.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US 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 Sailaja is right in pointing that out but I guess at this point we do not r= espect the minimum value if it's less than 600 seconds . So whatever value = you might use , the minimum expunge interval would be 600 sec i.e 10 min ap= proximately. Thanks, Pranav -----Original Message----- From: Sailaja Mada [mailto:sailaja.mada@citrix.com]=20 Sent: Tuesday, February 05, 2013 9:51 AM To: Sunilreddy Kovvuri; cloudstack-users@incubator.apache.org Subject: RE: Regarding deletion of virtual machine Hi, destroyVirtualMachine API/UI option is to destroy the instance . This is = one of the VM state before deleting permanently from cloudstack. In destr= oy state, User will get option to restore the VM. Next state of destroy is expunging .By default expunge interval set in Clo= udstack is 86400 sec. So change the global config "expunge.interval" to mi= nimum value to get it expunged immediately. Expunged is permanent delete f= rom Cloudstack. Thanks, Sailaja.M From: Sunilreddy Kovvuri [mailto:sunil570.cse@gmail.com] Sent: Tuesday, February 05, 2013 9:39 AM To: cloudstack-users@incubator.apache.org; Sailaja Mada Subject: Re: Regarding deletion of virtual machine Hello, Thank you for your valuable reply. The instance is in stop state and i didn't found any option or api to delet= e the instance.I found only destroy option.I would like to know Is destroy the deletion of instance. If yes,will the instance completely de= leted from storage. or If destroy is not the deletion of instance.How to delete the instance compl= etely from my storage. On Tue, Feb 5, 2013 at 9:27 AM, Sailaja Mada > wrote: Hi, What is the state of the instance ? Delete option won't be available if th= e instance is in intermittent state [starting/stopping] . Thanks, Sailaja.M -----Original Message----- From: Sunilreddy Kovvuri [mailto:sunil570.cse@gmail.com] Sent: Tuesday, February 05, 2013 9:06 AM To: cloudstack-users@incubator.apache.org Subject: Regarding deletion of virtual machine Hello, I am exploring cloud stack. I had created new virtual machine.Why there is = no option to delete the virtual machine from the instances.How can i delete= the virtual machine?