Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7B6B9F517 for ; Tue, 9 Apr 2013 01:34:58 +0000 (UTC) Received: (qmail 2959 invoked by uid 500); 9 Apr 2013 01:34:58 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 2919 invoked by uid 500); 9 Apr 2013 01:34:58 -0000 Mailing-List: contact dev-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 dev@cloudstack.apache.org Received: (qmail 2910 invoked by uid 99); 9 Apr 2013 01:34:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 01:34:58 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Sangeetha.Hariharan@citrix.com designates 66.165.176.89 as permitted sender) Received: from [66.165.176.89] (HELO SMTP.CITRIX.COM) (66.165.176.89) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 01:34:51 +0000 X-IronPort-AV: E=Sophos;i="4.87,434,1363132800"; d="scan'208";a="18225117" Received: from sjcpmailmx02.citrite.net ([10.216.14.75]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 09 Apr 2013 01:34:29 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.73]) by SJCPMAILMX02.citrite.net ([10.216.14.75]) with mapi; Mon, 8 Apr 2013 18:34:29 -0700 From: Sangeetha Hariharan To: "dev@cloudstack.apache.org" Date: Mon, 8 Apr 2013 18:34:28 -0700 Subject: RE: [DIscuss]Storage image store plugin framework refactoring Thread-Topic: [DIscuss]Storage image store plugin framework refactoring Thread-Index: Ac40syQYoWQ3glWbRLe8GunYvQVSHAADiOXQ Message-ID: <6E004C34C1C59E45A35B4338808BC31501445D1F6F8B@SJCPMAILBOX01.citrite.net> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Min, Could you also include the details of the API changes (new parameters) tha= t will be proposed as part of this feature?=20 Also it would be helpful if you list the request and response parameters fo= r the new API calls. For all the API calls that are being deprecated , is there any specific err= or message that will be returned? -Thanks Sangeetha=20 -----Original Message----- From: Min Chen [mailto:min.chen@citrix.com]=20 Sent: Monday, April 08, 2013 4:45 PM To: dev@cloudstack.apache.org Subject: [DIscuss]Storage image store plugin framework refactoring Hi All, Currently CloudStack does not offer a flexible pluggable framework for user= s to easily integrate and configure any 3rd-party object stores for such ba= ckup services as registering templates, taking snapshots, etc. Along with E= dison's recent refactored storage subsystem 2.0 that mainly refactored curr= ent CloudStack primary storage implementation, we are proposing to develop= a storage backup object store plugin framework to allow CloudStack to syst= ematically manage and configure various types of backup data stores from di= fferent vendors, like NFS, S3, Swift, etc. With this new plugin framework, = we would like to achieve following functionalities: 1. Support different object store providers in a uniform and pluggable fash= ion. 2. Enable region wide object backup using S3-like object store. 3. Provide pluggable data motion strategies to handle data transfer from on= e data store to another data store. 4. Provide a scalable cache storage framework while moving data between pri= mary storage and backup storage for certain hypervisor needs. 5. Support flexible combinations of primary storage, secondary storage and = hypervisors, such as (NFS, NFS, Xen), (NF3, S3, Vmware), (ISCSI, Swift, KVM= ), ...., etc. The proposed ImageStore plugin framework architecture is detailed in our FS= here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Storage+Backu= p+Object+Store+Plugin+Framework. The JIRA ticket to track this feature is: https://issues.apache.org/jira/br= owse/CLOUDSTACK-1975. The work is currently carried out in feature branch = "object_store". Please let me know your comments and suggestions. Thanks -min