Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA14C108B7 for ; Wed, 4 Jun 2014 07:27:01 +0000 (UTC) Received: (qmail 87743 invoked by uid 500); 4 Jun 2014 07:27:01 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 87715 invoked by uid 500); 4 Jun 2014 07:27:01 -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 87707 invoked by uid 500); 4 Jun 2014 07:27:01 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 87704 invoked by uid 99); 4 Jun 2014 07:27:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2014 07:27:01 +0000 Date: Wed, 4 Jun 2014 07:27:01 +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-6824) Destroying ssvm leads to download volume/template urls becoming unusable in future MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14017450#comment-14017450 ] ASF subversion and git services commented on CLOUDSTACK-6824: ------------------------------------------------------------- Commit 16afdc0314906201044b26cc6de4f0a2eded89fd in cloudstack's branch refs/heads/4.4 from [~nitinme] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=16afdc0 ] CLOUDSTACK-6824: In case there is a failure to delete the soft link of a download url, dont bail out since there can be cases such as destroy ssvm where the soft links do not exist any more. > Destroying ssvm leads to download volume/template urls becoming unusable in future > ---------------------------------------------------------------------------------- > > Key: CLOUDSTACK-6824 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6824 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.4.0 > Reporter: Nitin Mehta > Priority: Critical > Fix For: 4.4.0 > > > destroying ssvm leads to download volume/template urls unaccessible. > 1. When ssvm is destroyed the symlinks on them are removed and hence the urls become unaccessible. The cleanup thread throws an exception since its not able to delete those link. > 2. If the links are not deleted the db entry is not removed and this leads to the template/volume becoming not downloadable in future and also leak of volumes on sec. storage. -- This message was sent by Atlassian JIRA (v6.2#6252)