Re: [patch hail 1/2] Add subdomain calling format

2010-12-07 Thread Jeff Garzik

On 12/05/2010 10:53 PM, Pete Zaitcev wrote:

Amazon appears to give up on forcing users to migrate and bucket-in-path
format is going to stay. However, they still refuse to list buckets from
other regions on the default endpoint, which leads to annoying indirection
(need to know the region somehow before listing). Easier just use the
subdomain format in one invocation.

Signed-off-by: Pete Zaitcevzait...@redhat.com

---
  include/hstor.h |6 +
  lib/hstor.c |  178 +-
  2 files changed, 106 insertions(+), 78 deletions(-)


applied 1-2


--
To unsubscribe from this list: send the line unsubscribe hail-devel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [patch tabled 1/8] Shuffle fields of storage nodes

2010-12-07 Thread Jeff Garzik

On 11/28/2010 08:39 PM, Pete Zaitcev wrote:

This helps copy-paste safer later, mostly.

Signed-off-by: Pete Zaitcevzait...@redhat.com

---
  server/object.c  |2 -
  server/storage.c |   79 ++---
  server/tabled.h  |   12 +++---
  3 files changed, 53 insertions(+), 40 deletions(-)


applied 1-5

Gonna give the file backend a cursory test, and swift backend a 
slightly-more-than-cursory test, then merge those.


Well done!  Pluggable storage backends make tabled more interesting.


--
To unsubscribe from this list: send the line unsubscribe hail-devel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [patch hail 1/2] Add subdomain calling format

2010-12-07 Thread Pete Zaitcev
On Tue, 07 Dec 2010 05:05:38 -0500
Jeff Garzik j...@garzik.org wrote:

 On 12/05/2010 10:53 PM, Pete Zaitcev wrote:

  Amazon appears to give up on forcing users to migrate and bucket-in-path
  format is going to stay. However, they still refuse to list buckets from
  other regions on the default endpoint, which leads to annoying indirection
  (need to know the region somehow before listing). Easier just use the
  subdomain format in one invocation.

 applied 1-2

Thanks. I eventually got around this by calling buckets foo-west,
foo-east, but might as well just have this.

-- Pete
--
To unsubscribe from this list: send the line unsubscribe hail-devel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html