*** tdasilva_ has quit IRC | 00:28 | |
*** tdasilva_ has joined #openstack-swift | 00:29 | |
*** ChanServ sets mode: +v tdasilva_ | 00:29 | |
*** tdasilva_ has quit IRC | 00:31 | |
*** thiago__ has joined #openstack-swift | 00:31 | |
*** ChanServ sets mode: +v thiago__ | 00:31 | |
*** gyee has quit IRC | 00:44 | |
*** tdasilva_ has joined #openstack-swift | 01:02 | |
*** ChanServ sets mode: +v tdasilva_ | 01:02 | |
*** thiago__ has quit IRC | 01:05 | |
*** thiago__ has joined #openstack-swift | 01:14 | |
*** ChanServ sets mode: +v thiago__ | 01:14 | |
*** thiago__ has quit IRC | 01:14 | |
*** tdasilva_ has quit IRC | 01:16 | |
*** whmcr has quit IRC | 02:45 | |
*** rcernin has quit IRC | 02:51 | |
*** rcernin has joined #openstack-swift | 03:19 | |
*** psachin has joined #openstack-swift | 03:33 | |
*** evrardjp has quit IRC | 04:34 | |
*** evrardjp has joined #openstack-swift | 04:34 | |
*** rpittau|afk is now known as rpittau | 06:21 | |
*** hoonetorg has quit IRC | 07:07 | |
*** psachin has quit IRC | 07:08 | |
*** psachin has joined #openstack-swift | 07:11 | |
*** hoonetorg has joined #openstack-swift | 07:19 | |
*** takamatsu has quit IRC | 11:28 | |
*** takamatsu has joined #openstack-swift | 11:32 | |
*** takamatsu has quit IRC | 11:34 | |
*** takamatsu has joined #openstack-swift | 11:35 | |
*** ianychoi_ has joined #openstack-swift | 13:13 | |
*** ianychoi has quit IRC | 13:16 | |
acoles | please remind me...when doing 'git review' for a patch that depends on another, i.e. I want to create a new dependent review on gerrit, I see 'Do you really want to submit the above commits?' .... is the correct answer yes? | 13:26 |
---|---|---|
*** rpittau is now known as rpittau|afk | 14:06 | |
clayg | acoles: correct answer is YES | 14:40 |
acoles | clayg: thanks | 14:45 |
openstackgerrit | Alistair Coles proposed openstack/swift master: Add unit test for memcache error limiting with single server https://review.opendev.org/759438 | 14:45 |
acoles | timburke: ^^ that is really trivial but was an excuse to get back in the flow | 14:46 |
clayg | acoles: thinking about your comments, I think "timeout on memcache and go to databases" *is* pretty reasonable | 14:49 |
clayg | to error limit or not to error limit your one and only server 🤔 | 14:49 |
clayg | certainly in our case we observed getting back to memcache as soon as it was working again was better than letting proxies blow up the dbs - but it's not super clear if the error limiting actually helped whatever went wrong with mcrouter recover | 14:50 |
clayg | the working theory is keep trying the local memcache proxy until it works again - configurability would be better than having to write new code if the working theory proves wrong tho... | 14:52 |
acoles | ok. I was also being paranoid, imagining a case where someone has configured a memcache server that doesn't exist, so currently I think they'd make 10 attempts then give up (error limit) for 60 secs, whereas with this change every request is going to try to reach the non-existent server (have I read the correctly?) | 14:55 |
acoles | so yeah was wondering about making the minimum servers configurable so that current behaviour would be min=0 and new behaviour would be min=1 | 14:56 |
*** takamatsu has quit IRC | 15:15 | |
openstackgerrit | Clay Gerrard proposed openstack/swift master: Add tasks_per_second option to expirer https://review.opendev.org/755894 | 15:33 |
*** gyee has joined #openstack-swift | 15:48 | |
*** takamatsu has joined #openstack-swift | 15:53 | |
*** psachin has quit IRC | 16:15 | |
*** psachin has joined #openstack-swift | 16:23 | |
*** persia_ has joined #openstack-swift | 16:51 | |
timburke | acoles, oh yeah -- another option, when you already know you're pushing up a chain and want to skip the prompt entirely, you can do `git review -y` | 16:57 |
*** persia has quit IRC | 16:57 | |
*** patchbot has quit IRC | 16:57 | |
*** patchbot has joined #openstack-swift | 16:58 | |
acoles | timburke: ok thanks | 17:02 |
*** renich has joined #openstack-swift | 17:31 | |
renich | good time_of_day! | 17:31 |
renich | How can I use s3fs with a vanilla openstack keystone + swift installation? I can't figure it out... | 17:32 |
renich | I've created my ec2 credentials and all, but don't know how to set it up. The URL doesn't seem to work. | 17:32 |
openstackgerrit | Alistair Coles proposed openstack/swift master: memcache: make minimum number of servers configurable https://review.opendev.org/759493 | 17:32 |
renich | It gives me a "Bad URL" | 17:32 |
renich | ... because it tries to access my container/bucket at https://my-url.tld:8080/container and that won't work. | 17:33 |
renich | Tried setting the URL to: https://my-domain.tld:8080/v1/AUTH_whatevermyaccountis and it doesn't work either... | 17:33 |
renich | I know I have my s3api middleware in place and all... I just don't get why it's not working.. | 17:34 |
timburke | something like https://my-url.tld:8080/container looks about right for an s3 request -- how's the storage url look that keystone hands back to you? is it like https://my-domain.tld:8080/v1/AUTH_whatevermyaccountis? | 17:41 |
timburke | what kinds of logs do you see, either for the swift proxy or for keystone? in particular, do you see the proxy talking to keystone to try to validate the request? | 17:42 |
timburke | do other s3 clients work? i'm not real familiar with s3fs, but i've worked a decent bit with awscli and s3cmd, and just recently tried out rclone as an s3 client | 17:44 |
acoles | timburke: FYI I added a memcache error limiting topic to PTG etherpad | 17:47 |
timburke | thanks! | 17:47 |
renich | timburke: well, it url that keystone sends does look like: https://my-domain.tld:8080/v1/AUTH_whatevermyaccountis? | 17:52 |
renich | timburke: I will try some other client. | 17:52 |
renich | timburke: about the logs, I've turned on debug on the client. I'll paste them somewhere | 17:52 |
openstackgerrit | Alistair Coles proposed openstack/swift master: memcache: change strategy for always available servers https://review.opendev.org/759502 | 18:07 |
acoles | timburke: ^^ that's the final patch I have on that topic | 18:08 |
*** klamath_atx has quit IRC | 19:48 | |
*** rcernin has quit IRC | 19:55 | |
*** klamath_atx has joined #openstack-swift | 19:56 | |
timburke | oh, interesting: https://etherpad.opendev.org/p/October2020-PTG-Games | 20:02 |
*** klamath_atx has quit IRC | 20:05 | |
*** klamath_atx has joined #openstack-swift | 20:15 | |
*** klamath_atx has quit IRC | 20:22 | |
*** klamath_atx has joined #openstack-swift | 20:33 | |
*** klamath_atx has quit IRC | 20:42 | |
*** MooingLe1ur has joined #openstack-swift | 20:43 | |
*** patchbot has quit IRC | 20:50 | |
*** MooingLemur has quit IRC | 20:50 | |
*** jv has quit IRC | 20:50 | |
*** timss has quit IRC | 20:50 | |
*** patchbot has joined #openstack-swift | 20:50 | |
*** jv has joined #openstack-swift | 20:50 | |
*** timss has joined #openstack-swift | 20:56 | |
*** klamath_atx has joined #openstack-swift | 21:24 | |
*** klamath_atx has quit IRC | 21:37 | |
*** rcernin has joined #openstack-swift | 22:01 | |
*** klamath_atx has joined #openstack-swift | 22:29 | |
*** rcernin has quit IRC | 22:59 | |
*** klamath_atx has quit IRC | 23:16 | |
*** rcernin has joined #openstack-swift | 23:50 | |
*** klamath_atx has joined #openstack-swift | 23:51 | |
openstackgerrit | Tim Burke proposed openstack/swift master: swift-recon: Use replication ip/port (if set) https://review.opendev.org/759535 | 23:57 |
timburke | maybe ^^^ should be opt-in, though? | 23:57 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!