From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [patch tabled 8/8] Add Swift back-end Date: Mon, 13 Dec 2010 16:33:14 -0500 Message-ID: <4D06911A.2030805@garzik.org> References: <20101128184122.57d1af55@lembas.zaitcev.lan> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=wRI8xcJSZgNvqWXa1rMqJ+L9jNDAN4ZdsTwOF12kvnA=; b=j2bW78mOppJ38C+5cCGUT8TN+PDlirFVWw+Mhz41ggiFT0az5R4sYywFc/xMpb2aKN Awn1wcCIWwwEM5lttaGsMsPgPNsYfyjb3NK8dvf5UhMGW01GXc32VXl+T3fuVdPlhkhx I1ZBkRIj86Z9MpEdLnetl38wKDhbhDWInn4Bc= In-Reply-To: <20101128184122.57d1af55@lembas.zaitcev.lan> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 11/28/2010 08:41 PM, Pete Zaitcev wrote: > This patch allows to use tabled with OpenStack Swift object store as if it > were our chunkserver, with some extra tricks. The configuration has to be > entred manually into CLD, just like in case of filesystem back-end. > > The code is fairly experimental, so it retains extra messages. > > Also, since Swift authorizes by plaintext passwords, support for SSL is > essential, but is currently missing. > > There is no build-time test for this, because it would require us to > depend on OpenStack, which is untenable. > > Signed-off-by: Pete Zaitcev applied patches 6-8. well done, this is a milestone for tabled!