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 0BAAF200C2B for ; Thu, 16 Feb 2017 06:09:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0A58F160B71; Thu, 16 Feb 2017 05:09:53 +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 5267F160B5E for ; Thu, 16 Feb 2017 06:09:52 +0100 (CET) Received: (qmail 2200 invoked by uid 500); 16 Feb 2017 05:09:51 -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 2186 invoked by uid 500); 16 Feb 2017 05:09:51 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 2182 invoked by uid 99); 16 Feb 2017 05:09:51 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2017 05:09:51 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id ED6C3C6A62 for ; Thu, 16 Feb 2017 05:09:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.198 X-Spam-Level: X-Spam-Status: No, score=-1.198 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id s4Ot75yVd5hB for ; Thu, 16 Feb 2017 05:09:50 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id CF9075FBA1 for ; Thu, 16 Feb 2017 05:09:49 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 91FEFE07EA for ; Thu, 16 Feb 2017 05:09:43 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id D049B2414C for ; Thu, 16 Feb 2017 05:09:42 +0000 (UTC) Date: Thu, 16 Feb 2017 05:09:42 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9655) The template which is registered in all zones will be deleted by deleting 1 template on any zone MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 16 Feb 2017 05:09:53 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15869207#comment-15869207 ] ASF subversion and git services commented on CLOUDSTACK-9655: ------------------------------------------------------------- Commit 6dced70aa8ec81c79b824e2e23184c4105fdf5a2 in cloudstack's branch refs/heads/4.9 from [~rajanik] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=6dced70 ] Merge pull request #1818 from Accelerite/CLOUDSTACK-9655 CLOUDSTACK-9655 The template which is registered in all zones will be deleted by deleting 1 template on any zoneadded extra warning message if it's a cross-zone template ("This is a cross zone template and will be deleted from all the zones. Are you sure you want to proceed?"). * pr/1818: CLOUDSTACK-9655 The template which is registered in all zones will be deleted by deleting 1 template on any zone Signed-off-by: Rajani Karuturi > The template which is registered in all zones will be deleted by deleting 1 template on any zone > ------------------------------------------------------------------------------------------------ > > Key: CLOUDSTACK-9655 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9655 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: UI > Reporter: Rajani Karuturi > Assignee: Rajani Karuturi > > for a crosszone template, trying to delete a copy of it in one zone will delete it from all the zones without showing any warning in UI. > [PR 1818|https://github.com/apache/cloudstack/pull/1818] added a warning message. > quoting [~weizhou]'s [ comment on PR 1818|https://github.com/apache/cloudstack/pull/1818#issuecomment-280051434], following needs to be done > {quote} > (1) list template status in all zones (now only one is shown) > (2) delete template from a zone will pass zoneid and remove template from the zone (now zoneid is not passed and template will be removed from all zones). > (3) allow user to delete template from all zones somewhere (we have some customers asked how to delete template at the beginning of upgrade from 4.2.1 to 4.7.1, as they are used to delete template from template details page, the deletetemplate button in the zones tab is difficult to be found). > API changes is needed for (1). UI changes is needed for (2) and (3). > {quote} -- This message was sent by Atlassian JIRA (v6.3.15#6346)