*** clarkb has left #openstack-swift | 00:21 | |
*** gyee has quit IRC | 00:31 | |
timburke | yeah, and it should work well enough to just set `logging.logThreads = 0` -- but i really want to find a reason for *why* we're garbage-collecting this generator at an inopportune time | 00:39 |
---|---|---|
*** ianychoi__ is now known as ianychoi | 00:44 | |
*** rcernin has quit IRC | 00:48 | |
*** rcernin has joined #openstack-swift | 00:55 | |
*** rcernin has quit IRC | 01:08 | |
*** rcernin has joined #openstack-swift | 01:25 | |
*** rcernin has quit IRC | 01:39 | |
*** mikecmpbll has quit IRC | 01:40 | |
*** mikecmpbll has joined #openstack-swift | 01:44 | |
*** tkajinam has quit IRC | 01:52 | |
*** tkajinam has joined #openstack-swift | 01:53 | |
*** rcernin has joined #openstack-swift | 02:13 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-swift | 04:33 | |
*** openstackgerrit has joined #openstack-swift | 04:44 | |
openstackgerrit | Merged openstack/swift stable/ussuri: Authors/ChangeLog for 2.25.1 https://review.opendev.org/756166 | 04:44 |
*** psachin has joined #openstack-swift | 06:29 | |
*** rpittau|afk is now known as rpittau | 07:27 | |
*** mattoliverau has quit IRC | 07:33 | |
*** mattoliverau has joined #openstack-swift | 07:38 | |
*** tepper.freenode.net sets mode: +v mattoliverau | 07:38 | |
*** rcernin has quit IRC | 07:57 | |
*** rcernin has joined #openstack-swift | 10:28 | |
*** rcernin has quit IRC | 10:31 | |
*** psachin has quit IRC | 10:53 | |
*** psachin has joined #openstack-swift | 11:03 | |
*** m75abrams has joined #openstack-swift | 11:51 | |
*** rledisez has quit IRC | 11:58 | |
*** alecuyer has quit IRC | 11:58 | |
*** rledisez has joined #openstack-swift | 11:59 | |
*** ChanServ sets mode: +v rledisez | 11:59 | |
*** alecuyer has joined #openstack-swift | 12:02 | |
*** mikecmpbll has quit IRC | 12:54 | |
*** mikecmpbll has joined #openstack-swift | 12:58 | |
*** gyee has joined #openstack-swift | 16:00 | |
*** rpittau is now known as rpittau|afk | 16:01 | |
*** sri_ has joined #openstack-swift | 16:18 | |
*** psachin has quit IRC | 16:57 | |
*** m75abrams has quit IRC | 17:52 | |
sri_ | quick question, I am trying to use swift with awscli with ec2 credentials but I am always getting this error "An error occurred (403) when calling the CreateBucket operation: Forbidden", | 17:59 |
timburke | sri_, have you tried with --debug? in particular, i'm hoping for more information in the response body of the 403 | 18:01 |
sri_ | In my setup I am using ceph rgw and swift proxy, https://docs.ceph.com/en/latest/radosgw/keystone/ | 18:01 |
sri_ | timburke: sorry, here this logs https://paste.centos.org/view/56836d9a | 18:03 |
timburke | looking... i should wanr you that i may not be able to help much, though -- i don't have much of any experience with ceph or how it does s3 | 18:04 |
timburke | sri_, i wonder if you might need to specify --endpoint=http://192.168.122.60:8080 instead of --endpoint=http://192.168.122.60:8080/swift/v1 | 18:06 |
timburke | i know when accessing swift over s3, you'd need to drop the /v1 -- i think it's a safe bet that ceph would want you to drop the swift-y prefix | 18:07 |
sri_ | timburke: it's working when use this "endpoint=http://192.168.122.60:8080" | 18:09 |
timburke | \o/ | 18:09 |
sri_ | timburke: awesome :) | 18:10 |
sri_ | timburke: by the way my ceph rgw is running on http://192.168.122.60:8080 | 18:11 |
timburke | that's what i figured ;-) | 18:11 |
timburke | fwiw, if you get tired of needing to add the endpoint to every command, i've had pretty good luck with https://pypi.org/project/awscli-plugin-endpoint/ (though i haven't tried it with awscli 2.0+) | 18:11 |
sri_ | timburke: here is more details about my env : https://paste.centos.org/view/cc7d3244 | 18:12 |
sri_ | timburke: I will give it try https://pypi.org/project/awscli-plugin-endpoint/ | 18:14 |
sri_ | timburke: I am just trying to expose swift endpoint instead of ceph-rgw endpoint. Maybe I am look at this from wrong angle | 18:16 |
timburke | my understanding is that ceph-rgw can be accessed over either the swift or s3 apis, and both are reading and writing data that's stored in ceph. when accessing over the swift api, urls have that "swift/v1" prefix to the request path; when using the s3 api, they don't. i don't know off hand whether the buckets and objects you create via s3 are accessible via the swift api, though | 18:24 |
sri_ | timburke: good question, I can see the objects in swift created from rgw endpoint https://paste.centos.org/view/7c807593 | 18:30 |
timburke | cool! TIL | 18:31 |
sri_ | timburke: because I am using ec2 credentials there is relation https://docs.ceph.com/en/latest/radosgw/s3/authentication/ | 18:32 |
sri_ | timburke: I have other environment where rgw and swift endpoint are different RegionOne | radosgw | object-store | True | public | https://mydomain.com/object-store/v1 | 18:36 |
sri_ | I can access the swift object from that endpoint but I am not able to use that endpoint it's giveing me the same error what was getting previously ""An error occurred (403) when calling the CreateBucket operation: Forbidden", " | 18:38 |
timburke | what about if you just use https://mydomain.com for the s3 endpoint? | 18:39 |
sri_ | timburke: no luck https://paste.centos.org/view/c62e4cce | 18:44 |
timburke | maybe keep the object-store? like https://mydomain.com/object-store | 18:52 |
sri_ | timburke: i got An error occurred (405) when calling the ListBuckets operation: Method Not Allowed | 18:52 |
timburke | idk -- i'm guessing there's some reverse-proxy that exposes swift access to rgw as /object-store/v1 (or even all of /object-store) on port 80 and you'll need to find out how (if at all) it exposes s3 access | 18:59 |
sri_ | timburke: that makes sense | 19:00 |
sri_ | timburke: Thanks you very much for your time, you saved my day :) | 19:01 |
timburke | sure thing! glad i could help a bit | 19:01 |
openstackgerrit | Tim Burke proposed openstack/swift master: proxy: stop sending frags to PyECLib with a Queue https://review.opendev.org/704892 | 19:13 |
openstackgerrit | Tim Burke proposed openstack/swift master: Add a new URL parameter to allow for async cleanup of SLO segments https://review.opendev.org/733026 | 19:33 |
*** hoonetorg has quit IRC | 19:47 | |
*** hoonetorg has joined #openstack-swift | 19:59 | |
openstackgerrit | Tim Burke proposed openstack/liberasurecode master: Authors/ChangeLog for 1.6.2 https://review.opendev.org/756924 | 20:08 |
*** mikecmpbll has quit IRC | 20:19 | |
*** mikecmpbll has joined #openstack-swift | 20:22 | |
openstackgerrit | Tim Burke proposed openstack/liberasurecode master: Release 1.6.2 https://review.opendev.org/756924 | 21:47 |
*** dsariel has quit IRC | 22:19 | |
*** rcernin has joined #openstack-swift | 22:47 | |
*** gyee has quit IRC | 23:50 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!