Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 55F46200B9A for ; Fri, 7 Oct 2016 11:32:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 546FC160AE8; Fri, 7 Oct 2016 09:32:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 938AC160AD6 for ; Fri, 7 Oct 2016 11:32:26 +0200 (CEST) Received: (qmail 17603 invoked by uid 500); 7 Oct 2016 09:32:20 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 17361 invoked by uid 500); 7 Oct 2016 09:32:20 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 17297 invoked by uid 99); 7 Oct 2016 09:32:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2016 09:32:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 784802C0D54 for ; Fri, 7 Oct 2016 09:32:20 +0000 (UTC) Date: Fri, 7 Oct 2016 09:32:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9534) Allow users to destroy VR when in running state MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 07 Oct 2016 09:32:27 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15554645#comment-15554645 ] ASF GitHub Bot commented on CLOUDSTACK-9534: -------------------------------------------- Github user koushik-das commented on the issue: https://github.com/apache/cloudstack/pull/1701 @rhtyd You are right, the message only makes sense for destroying running VR. So some conditional check needs to be there for displaying the proper message. Based on the discussion it appears that may be destroy option was intentionally not shown earlier to avoid the effort of showing conditional messages :) > Allow users to destroy VR when in running state > ----------------------------------------------- > > Key: CLOUDSTACK-9534 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9534 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Reporter: Rohit Yadav > Assignee: Rohit Yadav > Fix For: 4.10.0.0, 4.9.2.0, 4.8.2.0 > > > When VR is in running state, the destroyRouter api works via clis such as cloudmonkey but UI does not show this option. This is useful to quickly get rid of a VR, without having to stop it (cleanly) first. -- This message was sent by Atlassian JIRA (v6.3.4#6332)