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 A95C2F7FE for ; Sat, 5 Oct 2013 00:44:43 +0000 (UTC) Received: (qmail 70074 invoked by uid 500); 5 Oct 2013 00:44:43 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 70051 invoked by uid 500); 5 Oct 2013 00:44:43 -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 70017 invoked by uid 500); 5 Oct 2013 00:44:43 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 70005 invoked by uid 99); 5 Oct 2013 00:44:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Oct 2013 00:44:43 +0000 Date: Sat, 5 Oct 2013 00:44:43 +0000 (UTC) From: "Min Chen (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-4817) Backup snapshot on Xen should take global setting s3.multipart.enabled. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Min Chen created CLOUDSTACK-4817: ------------------------------------ Summary: Backup snapshot on Xen should take global setting s3.multipart.enabled. Key: CLOUDSTACK-4817 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4817 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: Storage Controller Affects Versions: 4.2.0 Environment: XenServer Reporter: Min Chen Fix For: 4.2.1 Currently backsnapshot to S3 on Xen only used single part upload in s3xen plugin code, which will result in failure in case of snapshot is > 5GB. We need that plugin code to check the configuration setting s3.multipart.enabled to choose multipart or singlepart upload. -- This message was sent by Atlassian JIRA (v6.1#6144)