Re: [openstack-dev] [Openstack] 503 Errors for PUT and POST calls....

2017-08-11 Thread Shyam Prasad N
n't have permissions?) > > Hope you can get it squared. You might jump in IRC and join > #openstack-swift on Freenode for some more iterative feedback (I'd recommend > irccloud.com if you're new to IRC). > > GL, > > -Clay > > > On Tue, Aug 8, 2017 at 2:54 AM, Shya

[openstack-dev] 503 Errors for PUT and POST calls....

2017-08-08 Thread Shyam Prasad N
Hi, In my openstack swift cluster, I'm seeing a lot of 503 errors as a result of tracebacks in swift logs with "No such file or directory" exceptions... # grep -Rnw txdaba05e70c6b4dfaa5884-0059895aca /var/log/swift/* /var/log/swift/proxy.error:31030:Aug 7 23:31:39

Re: [openstack-dev] Swift global cluster replication latency...

2014-08-19 Thread Shyam Prasad N
with a COPY request to the global policy. Do you have a specific use case for geo-distributed objects that you could share or are you just trying to understand the implementation? -Clay On Mon, Aug 18, 2014 at 3:32 AM, Shyam Prasad N nspmangal...@gmail.com wrote: Hi, Went through the following

[openstack-dev] Swift global cluster replication latency...

2014-08-18 Thread Shyam Prasad N
Hi, Went through the following link: https://swiftstack.com/blog/2012/09/16/globally-distributed-openstack-swift-cluster/ I'm trying to simulate the 2-region 3-replica scenario. The document says that the 3rd replica will be asynchronously moved to the remote location with a 2-region setup.

Re: [openstack-dev] [Openstack] Bad perf on swift servers...

2014-05-30 Thread Shyam Prasad N
diagram will help. Hugo Kuo 2014-05-29 1:06 GMT+08:00 Shyam Prasad N nspmangal...@gmail.com: Hi, Confused about the right mailing list to ask this question. So including both openstack and openstack-dev in the CC list. I'm running a swift cluster with 4 nodes. All 4 nodes are symmetrical

[openstack-dev] Bad perf on swift servers...

2014-05-28 Thread Shyam Prasad N
Hi, Confused about the right mailing list to ask this question. So including both openstack and openstack-dev in the CC list. I'm running a swift cluster with 4 nodes. All 4 nodes are symmetrical. i.e. proxy, object, container, and account servers running on each with similar storage

[openstack-dev] Modification of a running swift setup...

2014-05-14 Thread Shyam Prasad N
Hi, After setup and usage of a two-node swift cluster, let's say I want to rebuild the rings with zones and regions differently mapped. I mean, I initially mapped disk1a and disk1b in node1 to zone1 and disk2a and disk2b in node2 to zone2; and now want to change the setup to each disk in a

Re: [openstack-dev] (no subject)

2014-05-10 Thread Shyam Prasad N
: This is a development list, and your question sounds more usage-related. Please ask your question on the users list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Thanks. -Ben On 05/09/2014 06:57 AM, Shyam Prasad N wrote: Hi, I have

[openstack-dev] (no subject)

2014-05-09 Thread Shyam Prasad N
Hi, I have a two node swift cluster receiving continuous traffic (mostly overwrites for existing objects) of 1GB files each. Soon after the traffic started, I'm seeing the following traceback from some transactions... Traceback (most recent call last): File

[openstack-dev] Objects not getting distributed across the swift cluster...

2014-05-01 Thread Shyam Prasad N
Hi, I created a swift cluster and configured the rings like this... swift-ring-builder object.builder create 10 3 1 ubuntu-202:/etc/swift$ swift-ring-builder object.builder object.builder, build version 12 1024 partitions, 3.00 replicas, 1 regions, 4 zones, 12 devices, 300.00 balance The

Re: [openstack-dev] Objects not getting distributed across the swift cluster...

2014-05-01 Thread Shyam Prasad N
correctly. -- Chuck On Thu, May 1, 2014 at 5:28 AM, Shyam Prasad N nspmangal...@gmail.comwrote: Hi, I created a swift cluster and configured the rings like this... swift-ring-builder object.builder create 10 3 1 ubuntu-202:/etc/swift$ swift-ring-builder object.builder object.builder

Re: [openstack-dev] Objects not getting distributed across the swift cluster...

2014-05-01 Thread Shyam Prasad N
-corruption. 2. It would have been really useful if the rebalancing operations could be logged by swift somewhere and automatically run later (after min_part_hours). Regards, Shyam On Thu, May 1, 2014 at 11:15 PM, John Dickinson m...@not.mn wrote: On May 1, 2014, at 10:32 AM, Shyam Prasad N

[openstack-dev] Swift ring building..

2014-04-04 Thread Shyam Prasad N
Hi, I have a question regarding the ring building process in a swift cluster. Many sources online suggest building the rings using ring-builder and scp the generated ring files to all the nodes in the cluster. What I'm trying to understand is if the scp step is just to simplify things, or is it