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 C026CC629 for ; Tue, 23 Dec 2014 15:26:13 +0000 (UTC) Received: (qmail 84203 invoked by uid 500); 23 Dec 2014 15:26:13 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 84164 invoked by uid 500); 23 Dec 2014 15:26:13 -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 84154 invoked by uid 500); 23 Dec 2014 15:26:13 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 84151 invoked by uid 99); 23 Dec 2014 15:26:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2014 15:26:13 +0000 Date: Tue, 23 Dec 2014 15:26:13 +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-8107) Failed to create snapshot from volume when the task is performed repeatedly in zone wide primary Storage. 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-8107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14257077#comment-14257077 ] ASF subversion and git services commented on CLOUDSTACK-8107: ------------------------------------------------------------- Commit 9be404a93ed0ca99df4fa60d7943a4598ab9fe91 in cloudstack's branch refs/heads/4.4 from [~likithas] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=9be404a ] CLOUDSTACK-8107. Failed to create snapshot from volume when the task is performed repeatedly in zone wide primary Storage. While taking a snapshot of a volume, CS chooses the endpoint to perform backup snapshot operation by selecting any host that has the storage containing the volume mounted on it. Instead, if the volume is attached to a VM, the endpoint chosen by CS should be the host that contains the VM. (cherry picked from commit a75a43137316a60b20760aa5015d97f55520fd16) > Failed to create snapshot from volume when the task is performed repeatedly in zone wide primary Storage. > --------------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-8107 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8107 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.5.0 > Reporter: Likitha Shetty > Assignee: Likitha Shetty > Priority: Critical > Fix For: Future > > > +Steps to reproduce+ > 1. Setup a CS zone with a VMware DC. > 2. Ensure the DC has 2 clusters with a host each. > 3. Add 2 Cluster-Wide primary storage pool to each of the clusters. > 4. Add a Zone-wide primary storage pool. > 5. Deploy a VM with a data-disk. Ensure both the ROOT and Data disk of the VM is in the zone-wide storage pool. > 6. Take snapshots for the Data volume till the operation fails. > In vCenter, the failure will be while Reconfiguring (worker)VM and the error will be '<>.vmdk was not found'. -- This message was sent by Atlassian JIRA (v6.3.4#6332)