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 43A5E106F9 for ; Thu, 2 Jan 2014 21:53:56 +0000 (UTC) Received: (qmail 36885 invoked by uid 500); 2 Jan 2014 21:53:53 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 36862 invoked by uid 500); 2 Jan 2014 21:53:53 -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 36831 invoked by uid 500); 2 Jan 2014 21:53:53 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 36804 invoked by uid 99); 2 Jan 2014 21:53:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 21:53:53 +0000 Date: Thu, 2 Jan 2014 21:53:53 +0000 (UTC) From: "Sangeetha Hariharan (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CLOUDSTACK-5392) Multiple Secondary Store - There is no retry happening on snapshot failures when one of the secondary stores is not reachable. 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-5392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sangeetha Hariharan closed CLOUDSTACK-5392. ------------------------------------------- Closing this issue as per Min's comments. > Multiple Secondary Store - There is no retry happening on snapshot failures when one of the secondary stores is not reachable. > ------------------------------------------------------------------------------------------------------------------------------ > > Key: CLOUDSTACK-5392 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5392 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Management Server > Affects Versions: 4.3.0 > Environment: Build from 4.3 > Reporter: Sangeetha Hariharan > Assignee: Min Chen > Priority: Critical > Fix For: 4.3.0 > > Attachments: 1205logs.rar > > > Multiple Secondary Store - There is no retry happening on snapshot failures when one of the secondary stores is not reachable. > Steps to reproduce the problem: > Set up: > Advanced zone set up with 2 Xenserver hosts. > 2 secondary NFS stores - ss1 and ss2. > Bring down ss1. > Deployed 3 VMs. > Create snapshots for ROOT volume of these 3 VMs. > out of the 3 snapshot request , 2 were sent to ss1 and 1 to ss2. > The 2 createSnapshot commands that were sent to ss1 , failed during "org.apache.cloudstack.storage.command.CopyCommand". > But there was no retry done on ss2. > Expected Behavior: > On failure to back up on 1 secondary store , we should attempt on other secondary stores. -- This message was sent by Atlassian JIRA (v6.1.5#6160)