*** ho_ has joined #openstack-swift | 00:00 | |
*** haomaiwang has quit IRC | 00:01 | |
ho_ | good morning! | 00:01 |
---|---|---|
*** haomaiwa_ has joined #openstack-swift | 00:01 | |
notmorgan | from what i can tell swiftclient may not have a good way of handling keystone v3 and re-authing w/ username/password? [please correct me if i am wrong] | 00:02 |
timburke | notmorgan: yeah, client.Connection should be the right class. the docstring at https://github.com/openstack/python-swiftclient/blob/master/swiftclient/client.py#L1345-L1397 doesn't mention the v3 args in os_options, but it should | 00:04 |
notmorgan | timburke: https://github.com/openstack/python-swiftclient/blob/master/swiftclient/client.py#L1360-L1365 looks like it would fail the constructor bit | 00:05 |
notmorgan | timburke: with unexpected args | 00:05 |
notmorgan | swiftclient is sufficiently different we may need to actually use it for testing not just a mock.Mock() | 00:05 |
notmorgan | timburke: also phew, i'm not crazy ;) I was worried i was missing something obvious (I just woke up :P ) | 00:06 |
timburke | the only new kwargs we're passing are user, key, and authurl. project_id etc. are being added to os_options, which should work just fine | 00:07 |
*** Gordoni has quit IRC | 00:09 | |
notmorgan | AHA | 00:09 |
notmorgan | that was it | 00:09 |
notmorgan | thanks. i was not seeing it as os_options explicitly | 00:10 |
notmorgan | i was seeing it as swift_kwargs.update(os_options) | 00:10 |
timburke | ah, yeah :) | 00:10 |
notmorgan | not swift_kwargs['os_options'] | 00:10 |
notmorgan | like i said, just woke up ;) | 00:10 |
notmorgan | PHEW! | 00:10 |
notmorgan | timburke: see, this is why asking goes so much better ;) tyvm. now i'm getting back to following swiftclientcode | 00:11 |
timburke | notmorgan: i was debating about whether to leave a comment about skipping the os_options variable entirely and explicitly using swift_kwargs['os_options'] throughout; maybe this is a sign that i should have | 00:11 |
*** Jeffrey4l has joined #openstack-swift | 00:11 | |
notmorgan | eh, this is likely a bit cleaner overall. but a lot of it revolves around swiftclient being radically different | 00:12 |
notmorgan | actually.. i might see a fault in the logic. | 00:12 |
timburke | yeah, it's part of why i'm in favor of getting Session support into swiftclient... | 00:12 |
*** urth has quit IRC | 00:13 | |
notmorgan | timburke: ++ i took a couple stabs at it fwiw | 00:13 |
notmorgan | but ... there are a lot of subtle differences between ksa.session and requests session | 00:13 |
notmorgan | i'm sad ksa.session doesn't return a requests session now. because then it would be simple to switch you over | 00:13 |
notmorgan | the way i see it: step 1) replace Requests session with ksa.session in swiftclient (exact same logic as today), step 2: make for a constructor that can do ksa.session things instead of swift-specific things | 00:14 |
notmorgan | timburke: but step one is not "search-and-replace" =(. | 00:15 |
*** trifon has joined #openstack-swift | 00:15 | |
openstackgerrit | Merged openstack/swift: Add SwiftHLM to associated projects https://review.openstack.org/280586 | 00:18 |
*** lcurtis has quit IRC | 00:19 | |
timburke | notmorgan: do we really *need* a Requests session for auth? i was thinking of basically replacing the client.get_auth function with something that hits the ksa.Session (probably adding an arg to differentiate between "hey, give me a token and endpoint, i don't care whether it's cached" and "hey, i just got a 401; be sure to get a *fresh* token") | 00:19 |
*** gyee_ has quit IRC | 00:19 | |
*** gyee has joined #openstack-swift | 00:20 | |
openstackgerrit | Merged openstack/swift: Fix missing txn_id logs in GreenAsyncPile's spawned functions https://review.openstack.org/278176 | 00:20 |
notmorgan | timburke: no you don't. | 00:21 |
*** urth has joined #openstack-swift | 00:22 | |
notmorgan | timburke: i mean we can do all of that today, i was hoping to just align swiftclint (without adding a massive dose of other requirementS) with the ksa way, which includes real support for other authplugins in-line basically | 00:22 |
notmorgan | vs. "get me a token" to a standalone session object. | 00:22 |
notmorgan | it could be done either way. | 00:22 |
*** jeblair has quit IRC | 00:22 | |
openstackgerrit | Merged openstack/swift: go: proxyserver small fixes https://review.openstack.org/280706 | 00:22 |
clayg | notmorgan: notmyname: I'm not sure how I feel about this new ambiguity of notm<tab> | 00:22 |
notmorgan | clayg: i wont be lurking here too much longer | 00:23 |
clayg | notmorgan: ok, you've been granted a temporary visa | 00:23 |
notmorgan | clayg: i had a specific swift question then i'll duck back to my world of colliding with notmyname in irc less :) | 00:23 |
clayg | ;) | 00:23 |
notmorgan | clayg: i keep threatening notmyname that i'll come lurk here permanently :P | 00:23 |
clayg | muwhwhwhahahahah! | 00:23 |
notmorgan | clayg: funny overlap with notmyname is less than overlap with "mordred" in the channels i'm in. so "notmorgan" was better than "morganfainberg" :P or "morgan" | 00:24 |
timburke | clayg (or anyone else, really): if you're curious, we were talking about patch 278797 | 00:24 |
patchbot | timburke: https://review.openstack.org/#/c/278797/ - os-client-config - Send swiftclient username/password and token | 00:24 |
notmorgan | timburke: oooo patchbot is cool | 00:24 |
timburke | yeah, i kinda love it | 00:24 |
notmorgan | who owns that, cause i want that in openstack-keystone :)( | 00:24 |
timburke | thank notmyname | 00:24 |
clayg | timburke: seems *so* unlikely I'll be interested - but you at least got me to click it | 00:25 |
notmorgan | or i'd be happy to see if i can roll the code into openstackgerrit | 00:25 |
*** StraubTW_ has quit IRC | 00:25 | |
notmorgan | like we did for LP bugs. | 00:25 |
timburke | ha! sucker :P | 00:25 |
notmorgan | clayg: hook line and sinker! | 00:25 |
notmorgan | ;) | 00:25 |
stevemar | notmorgan: what's patchbot do? | 00:25 |
notmorgan | stevemar: patch 278797 | 00:25 |
patchbot | notmorgan: https://review.openstack.org/#/c/278797/ - os-client-config - Send swiftclient username/password and token | 00:25 |
stevemar | hehe | 00:25 |
notmorgan | stevemar: neat huh? | 00:26 |
notmorgan | stevemar: i see you've taken to the habit i used to to, get notified when someone says "keystone" in a channel you're in ;) | 00:26 |
*** jeblair has joined #openstack-swift | 00:26 | |
notmorgan | amazing how it makes it seem like you're *everywhere* to people :P | 00:26 |
clayg | I think the same trick works with StevenK if you say pip or pbr | 00:27 |
*** StraubTW_ has joined #openstack-swift | 00:27 | |
notmorgan | clayg: oh i have evil plans for that then *shiftyeyes* | 00:27 |
* notmorgan waves nicely to StevenK | 00:27 | |
* clayg closes timburke's referenced patch no less confused than before | 00:28 | |
notmorgan | timburke: ok anyway. i think i have a handle on monty's "get_swift_cleint" thing now. | 00:28 |
notmorgan | timburke: thanks for the help :) | 00:28 |
timburke | notmorgan: happy to help | 00:28 |
notmorgan | timburke: and i might just do what you said re: construct a session on the side and just use it to "get endpoints" and "tokens" as needed. | 00:30 |
notmorgan | timburke: as the "convert swift to use ksa" takes form. | 00:30 |
notmorgan | s/swift/swiftclient/ | 00:31 |
timburke | notmorgan: it may be more expedient. i'm not entirely sure where you'll want to instantiate the session if it doesn't already exist though. i think ideally it would dangle off of SwiftService and get plumbed into the underlying Connections, but there are projects (like occ) that just use Connection directly | 00:35 |
notmorgan | timburke: oh i'd do it in the get_auth bits, basically allow for passing a session in, or if you pass all the arg-stuff in, it'll make a session out of it. | 00:36 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/swift: Updated from global requirements https://review.openstack.org/88736 | 00:36 |
notmorgan | timburke: basically if Connection can just use the session like you described, it'd be a quick turnaround, plus it would allow someone to be clever and construct a session with all the auth params they want external to swift if so desired. | 00:38 |
notmorgan | it's not the "way" sesison is meant to be consumed, but eh. it'd work. | 00:39 |
notmorgan | and session already has the "reauth me" logic built in. | 00:39 |
*** zhill has quit IRC | 00:40 | |
*** early has quit IRC | 00:43 | |
notmyname | notmorgan: I can make patchbot lurk in whatever channel you work | 00:45 |
notmorgan | notmyname: is it a supybot? or something else? cause if it's supybot, maybe we want to add it to the same code that makes openstack bot report LP bugs | 00:46 |
notmorgan | notmyname: then you don't need it lurking in $everyone's$ channel | 00:46 |
*** garthb has quit IRC | 00:46 | |
notmyname | notmorgan: yes, it's a supybot plugin. it's basically no effort for me to keep it running (and I'm certainly a lot more likely to update it instead of going through some openstack review process for it) | 00:49 |
notmyname | notmorgan: but yeah, if someone took the code and added it to an existing openstack bot thing, that's fine with me. I'm jsut probably not going to initiate that effort | 00:49 |
notmorgan | notmyname: hehe right, but i was going to bake it into our main bot that goes in every channel (i think it's the eavesdrop one) | 00:49 |
notmorgan | notmyname: yep. | 00:49 |
notmyname | yeah, just be careful about -qa. they got cranky when I put it in there ;-) | 00:50 |
notmorgan | notmyname: i might do that, is the code public/github? | 00:50 |
*** arch-nemesis has quit IRC | 00:50 | |
notmyname | notmorgan: https://github.com/notmyname/Patches | 00:50 |
notmorgan | notmyname: hehe i might need to add an exclusion config then :P !#openstack-qa :P | 00:50 |
notmorgan | notmyname: cool | 00:50 |
notmorgan | notmyname: i'll consider how much i want it everywhere vs just in #openstack-keystone and wherever it is now :P | 00:51 |
notmorgan | is that a MIT license btw? or someotheropensourcelicense? | 00:52 |
notmyname | it's the "john put it on github" license ;-) | 00:52 |
notmorgan | hahaha | 00:52 |
notmorgan | fair enough ;) | 00:52 |
notmyname | I can add an MIT license to it | 00:53 |
notmorgan | eh i'd go CC-by-a or something instead - i'll bug ya if i am going to do this so we can do the minimal "yep this wont offend people" minor bits. | 00:53 |
*** early has joined #openstack-swift | 00:53 | |
notmorgan | notmyname: but for now, *eh* i'll mull the concept around in my head. | 00:54 |
notmyname | notmorgan: ok. any channel you want me to move patchbot to for the time being? | 00:58 |
notmorgan | lets add it to #openstack-keystone :) | 00:58 |
notmyname | ok | 00:58 |
notmyname | will do in a bit | 00:58 |
notmorgan | no rush :) | 00:59 |
*** haomaiwa_ has quit IRC | 01:01 | |
*** haomaiwang has joined #openstack-swift | 01:01 | |
*** dmorita has joined #openstack-swift | 01:03 | |
*** _JZ_ has quit IRC | 01:14 | |
*** haomaiwang has quit IRC | 01:20 | |
*** dmorita has quit IRC | 01:21 | |
*** arch-nemesis has joined #openstack-swift | 01:22 | |
*** ekarlso has quit IRC | 01:30 | |
*** trifon has quit IRC | 01:30 | |
*** notmorgan has left #openstack-swift | 01:32 | |
*** ekarlso has joined #openstack-swift | 01:45 | |
*** dmorita has joined #openstack-swift | 01:49 | |
*** lyrrad has quit IRC | 01:51 | |
*** haomaiwang has joined #openstack-swift | 01:52 | |
*** baojg has joined #openstack-swift | 01:53 | |
*** haomaiwang has quit IRC | 01:58 | |
*** 64MAA4J3A has joined #openstack-swift | 01:58 | |
*** 64MAA4J3A has quit IRC | 01:59 | |
*** 64MAA4J3H has joined #openstack-swift | 01:59 | |
*** 64MAA4J3H has quit IRC | 02:00 | |
*** haomaiwang has joined #openstack-swift | 02:00 | |
*** haomaiwang has quit IRC | 02:01 | |
*** haomaiwa_ has joined #openstack-swift | 02:01 | |
*** haomaiwa_ has quit IRC | 02:02 | |
*** haomaiwa_ has joined #openstack-swift | 02:02 | |
*** haomaiwa_ has quit IRC | 02:03 | |
*** haomaiwa_ has joined #openstack-swift | 02:03 | |
*** haomaiwa_ has quit IRC | 02:04 | |
*** haomaiwang has joined #openstack-swift | 02:04 | |
*** haomaiwang has quit IRC | 02:05 | |
*** haomaiwa_ has joined #openstack-swift | 02:05 | |
*** haomaiwa_ has quit IRC | 02:06 | |
*** haomaiwang has joined #openstack-swift | 02:06 | |
*** haomaiwang has quit IRC | 02:07 | |
*** 7YUAAYBBW has joined #openstack-swift | 02:07 | |
*** 7YUAAYBBW has quit IRC | 02:08 | |
*** dmorita has quit IRC | 02:08 | |
*** haomaiwang has joined #openstack-swift | 02:08 | |
*** haomaiwang has quit IRC | 02:09 | |
*** 7YUAAYBCI has joined #openstack-swift | 02:09 | |
*** 7YUAAYBCI has quit IRC | 02:10 | |
*** haomaiwa_ has joined #openstack-swift | 02:10 | |
*** haomaiwa_ has quit IRC | 02:11 | |
*** 17WABTID9 has joined #openstack-swift | 02:11 | |
*** 17WABTID9 has quit IRC | 02:12 | |
*** haomaiwa_ has joined #openstack-swift | 02:12 | |
*** haomaiwa_ has quit IRC | 02:13 | |
*** 17WABTIEQ has joined #openstack-swift | 02:13 | |
*** 17WABTIEQ has quit IRC | 02:14 | |
*** dmorita has joined #openstack-swift | 02:14 | |
*** haomaiwa_ has joined #openstack-swift | 02:14 | |
*** haomaiwa_ has quit IRC | 02:15 | |
*** dmorita has quit IRC | 02:15 | |
*** haomaiwang has joined #openstack-swift | 02:15 | |
*** haomaiwang has quit IRC | 02:16 | |
*** 64MAA4J9D has joined #openstack-swift | 02:16 | |
*** 64MAA4J9D has quit IRC | 02:17 | |
*** haomaiwang has joined #openstack-swift | 02:17 | |
openstackgerrit | Merged openstack/swift: Static methods should be @staticmethods https://review.openstack.org/280885 | 02:23 |
openstackgerrit | Merged openstack/swift: Remove '#! /usr/bin/env python' from unexecutable files https://review.openstack.org/279493 | 02:23 |
*** changbl has joined #openstack-swift | 02:26 | |
*** changbl has quit IRC | 02:26 | |
*** mingdang1 has joined #openstack-swift | 02:30 | |
*** dmorita has joined #openstack-swift | 02:32 | |
*** dmorita has quit IRC | 02:32 | |
*** dmorita has joined #openstack-swift | 02:33 | |
*** dmorita has quit IRC | 02:37 | |
*** baojg has quit IRC | 02:49 | |
MooingLemur | such ecstatic methods | 02:50 |
*** changbl has joined #openstack-swift | 02:51 | |
*** haomaiwang has quit IRC | 03:01 | |
*** haomaiwang has joined #openstack-swift | 03:01 | |
*** sanchitmalhotra has joined #openstack-swift | 03:07 | |
*** gyee has quit IRC | 03:11 | |
*** baojg has joined #openstack-swift | 03:18 | |
openstackgerrit | Merged openstack/swift: Improved test coverage of form_signature https://review.openstack.org/276844 | 03:25 |
*** changbl has quit IRC | 03:32 | |
*** changbl has joined #openstack-swift | 03:40 | |
*** garthb has joined #openstack-swift | 03:49 | |
*** StraubTW has quit IRC | 03:54 | |
*** StraubTW has joined #openstack-swift | 03:55 | |
*** StraubTW has quit IRC | 04:00 | |
*** haomaiwang has quit IRC | 04:01 | |
*** haomaiwa_ has joined #openstack-swift | 04:01 | |
mahatic | good morning | 04:11 |
*** baojg has quit IRC | 04:24 | |
*** ppai has joined #openstack-swift | 04:27 | |
*** nadeem has joined #openstack-swift | 04:28 | |
*** baojg has joined #openstack-swift | 04:29 | |
*** nadeem has quit IRC | 04:29 | |
*** nadeem has joined #openstack-swift | 04:29 | |
mattoliverau | mahatic: mornign | 04:32 |
mattoliverau | morning even | 04:32 |
*** acoles_ has quit IRC | 04:34 | |
*** acoles_ has joined #openstack-swift | 04:35 | |
*** ChanServ sets mode: +v acoles_ | 04:35 | |
*** acoles_ is now known as acoles | 04:36 | |
*** links has joined #openstack-swift | 04:41 | |
*** diazjf has joined #openstack-swift | 04:48 | |
*** diazjf has quit IRC | 04:48 | |
*** arch-nemesis has quit IRC | 04:56 | |
*** links has quit IRC | 04:57 | |
*** haomaiwa_ has quit IRC | 05:01 | |
*** haomaiwang has joined #openstack-swift | 05:01 | |
*** sileht has quit IRC | 05:05 | |
*** zaitcev has quit IRC | 05:10 | |
*** arch-nemesis has joined #openstack-swift | 05:11 | |
*** sileht has joined #openstack-swift | 05:21 | |
janonymous | morning !! | 05:25 |
*** SkyRocknRoll has joined #openstack-swift | 05:39 | |
*** nadeem has quit IRC | 05:49 | |
mattoliverau | janonymous: o/ | 05:52 |
janonymous | mattoliverau: hey !! | 05:56 |
*** haomaiwang has quit IRC | 06:01 | |
*** haomaiwang has joined #openstack-swift | 06:01 | |
*** garthb has quit IRC | 06:06 | |
*** ChubYann has quit IRC | 06:22 | |
*** trifon has joined #openstack-swift | 06:37 | |
*** klrmn1 has quit IRC | 06:48 | |
*** zhill has joined #openstack-swift | 06:50 | |
-openstackstatus- NOTICE: A problem with the mirror used for CI jobs in the rax-iad region has been corrected. Please recheck changes that recently failed jobs on nodes in rax-iad. | 06:50 | |
*** zhill has left #openstack-swift | 06:50 | |
*** StraubTW has joined #openstack-swift | 06:57 | |
*** haomaiwang has quit IRC | 07:01 | |
*** StraubTW has quit IRC | 07:01 | |
*** 20WAAEEA3 has joined #openstack-swift | 07:01 | |
*** arch-nemesis has quit IRC | 07:05 | |
*** 20WAAEEA3 has quit IRC | 07:16 | |
*** arch-nemesis has joined #openstack-swift | 07:18 | |
*** haomaiwang has joined #openstack-swift | 07:19 | |
*** sanchitmalhotra1 has joined #openstack-swift | 07:33 | |
*** sanchitmalhotra has quit IRC | 07:34 | |
*** rcernin has joined #openstack-swift | 07:42 | |
*** takashi has joined #openstack-swift | 07:55 | |
*** haomaiwang has quit IRC | 08:01 | |
*** haomaiwang has joined #openstack-swift | 08:01 | |
*** silor has joined #openstack-swift | 08:02 | |
*** silor1 has joined #openstack-swift | 08:05 | |
*** silor has quit IRC | 08:06 | |
*** silor1 is now known as silor | 08:06 | |
*** rledisez has joined #openstack-swift | 08:10 | |
*** StevenK has quit IRC | 08:24 | |
*** StevenK has joined #openstack-swift | 08:26 | |
*** forcebanana has joined #openstack-swift | 08:30 | |
*** geaaru has joined #openstack-swift | 08:40 | |
*** pcaruana has joined #openstack-swift | 08:42 | |
*** joeljwright has joined #openstack-swift | 08:44 | |
*** ChanServ sets mode: +v joeljwright | 08:44 | |
*** kei_yama has quit IRC | 08:52 | |
*** ho_ has quit IRC | 08:58 | |
*** haomaiwang has quit IRC | 09:01 | |
*** haomaiwang has joined #openstack-swift | 09:01 | |
*** joeljwright has quit IRC | 09:04 | |
*** asettle has joined #openstack-swift | 09:17 | |
*** takashi has quit IRC | 09:19 | |
*** manous has joined #openstack-swift | 09:29 | |
*** Zyric has quit IRC | 09:31 | |
*** joeljwright has joined #openstack-swift | 09:32 | |
*** ChanServ sets mode: +v joeljwright | 09:32 | |
*** jmccarthy1 has joined #openstack-swift | 09:35 | |
*** tdasilva has quit IRC | 09:38 | |
*** mvk has joined #openstack-swift | 09:40 | |
*** dmorita has joined #openstack-swift | 09:43 | |
*** sanchitmalhotra has joined #openstack-swift | 09:50 | |
*** tdasilva has joined #openstack-swift | 09:51 | |
*** ChanServ sets mode: +v tdasilva | 09:51 | |
*** sanchitmalhotra1 has quit IRC | 09:52 | |
*** forcebanana has quit IRC | 09:52 | |
*** cebruns has quit IRC | 09:52 | |
*** briancline has quit IRC | 09:52 | |
*** nottrobin has quit IRC | 09:52 | |
*** Mingyu has quit IRC | 09:52 | |
*** cppforlife_ has quit IRC | 09:52 | |
*** jaakkos has quit IRC | 09:52 | |
*** number80 has quit IRC | 09:52 | |
*** yarkot has quit IRC | 09:52 | |
*** briancurtin has quit IRC | 09:52 | |
*** jrichli has quit IRC | 09:52 | |
*** lifeless has quit IRC | 09:52 | |
*** _fortis has quit IRC | 09:52 | |
*** ajiang has quit IRC | 09:52 | |
*** serverascode has quit IRC | 09:52 | |
*** sw3 has quit IRC | 09:52 | |
*** blair has quit IRC | 09:52 | |
*** zhiyan has quit IRC | 09:52 | |
*** thurloat has quit IRC | 09:52 | |
*** swat30 has quit IRC | 09:52 | |
*** amandap has quit IRC | 09:52 | |
*** ujjain has quit IRC | 09:52 | |
*** briancline has joined #openstack-swift | 09:52 | |
*** ajiang has joined #openstack-swift | 09:52 | |
*** jrichli has joined #openstack-swift | 09:52 | |
*** lifeless has joined #openstack-swift | 09:53 | |
*** swat30 has joined #openstack-swift | 09:53 | |
*** thurloat has joined #openstack-swift | 09:53 | |
*** dmorita has quit IRC | 09:54 | |
*** cebruns has joined #openstack-swift | 09:54 | |
*** number80 has joined #openstack-swift | 09:54 | |
*** amandap has joined #openstack-swift | 09:54 | |
*** sw3 has joined #openstack-swift | 09:56 | |
*** kragniz has quit IRC | 09:56 | |
*** ujjain has joined #openstack-swift | 09:56 | |
*** ujjain has joined #openstack-swift | 09:56 | |
*** jaakkos has joined #openstack-swift | 09:57 | |
*** kragniz has joined #openstack-swift | 09:58 | |
*** zhiyan has joined #openstack-swift | 09:58 | |
*** haomaiwang has quit IRC | 10:01 | |
*** haomaiwa_ has joined #openstack-swift | 10:01 | |
*** stantonnet has quit IRC | 10:03 | |
*** zhiyan has quit IRC | 10:03 | |
*** ujjain has quit IRC | 10:03 | |
*** sw3 has quit IRC | 10:03 | |
*** briancline has quit IRC | 10:03 | |
*** tdasilva has quit IRC | 10:03 | |
*** rledisez has quit IRC | 10:03 | |
*** rcernin has quit IRC | 10:03 | |
*** acoles has quit IRC | 10:03 | |
*** jeblair has quit IRC | 10:03 | |
*** pchng has quit IRC | 10:03 | |
*** ujjain has joined #openstack-swift | 10:03 | |
*** ujjain has joined #openstack-swift | 10:03 | |
*** jeblair has joined #openstack-swift | 10:03 | |
*** briancline has joined #openstack-swift | 10:03 | |
*** rledisez has joined #openstack-swift | 10:04 | |
*** rcernin has joined #openstack-swift | 10:04 | |
*** _fortis has joined #openstack-swift | 10:04 | |
*** briancurtin has joined #openstack-swift | 10:05 | |
*** stantonnet has joined #openstack-swift | 10:05 | |
*** cppforlife_ has joined #openstack-swift | 10:06 | |
*** serverascode has joined #openstack-swift | 10:06 | |
*** joeljwright has quit IRC | 10:07 | |
*** tdasilva has joined #openstack-swift | 10:07 | |
*** nottrobin has joined #openstack-swift | 10:07 | |
*** trifon has quit IRC | 10:08 | |
*** sileht has quit IRC | 10:08 | |
*** fbo_ has quit IRC | 10:08 | |
*** patchbot has quit IRC | 10:08 | |
*** proteusguy__ has quit IRC | 10:08 | |
*** delattec has quit IRC | 10:08 | |
*** Anticimex has quit IRC | 10:08 | |
*** vinsh_ has quit IRC | 10:08 | |
*** chlong has quit IRC | 10:08 | |
*** charz_ has quit IRC | 10:08 | |
*** jlvillal has quit IRC | 10:08 | |
*** acoles_ has joined #openstack-swift | 10:08 | |
*** acoles_ is now known as acoles | 10:08 | |
*** ChanServ sets mode: +v acoles | 10:08 | |
*** Anticimex has joined #openstack-swift | 10:08 | |
*** fbo has joined #openstack-swift | 10:08 | |
*** delattec has joined #openstack-swift | 10:08 | |
*** vinsh has joined #openstack-swift | 10:08 | |
*** trifon has joined #openstack-swift | 10:08 | |
*** chlong has joined #openstack-swift | 10:08 | |
*** proteusguy__ has joined #openstack-swift | 10:08 | |
*** pc6411 has joined #openstack-swift | 10:08 | |
*** sileht has joined #openstack-swift | 10:09 | |
*** charz has joined #openstack-swift | 10:09 | |
*** mvk has quit IRC | 10:09 | |
*** jordanP has joined #openstack-swift | 10:10 | |
*** sw3 has joined #openstack-swift | 10:10 | |
*** patchbot has joined #openstack-swift | 10:11 | |
*** zhiyan has joined #openstack-swift | 10:12 | |
*** Mingyu has joined #openstack-swift | 10:13 | |
*** jlvillal has joined #openstack-swift | 10:13 | |
*** joeljwright has joined #openstack-swift | 10:14 | |
*** ChanServ sets mode: +v joeljwright | 10:14 | |
*** blair has joined #openstack-swift | 10:16 | |
openstackgerrit | oshritf proposed openstack/swift: Container-Sync to perform HEAD before PUT object on remote https://review.openstack.org/270961 | 10:25 |
*** mvk has joined #openstack-swift | 10:36 | |
*** janonymous has quit IRC | 10:38 | |
*** jordanP has quit IRC | 10:39 | |
*** jordan_ has joined #openstack-swift | 10:39 | |
*** proteusguy__ has quit IRC | 10:49 | |
*** nottrobin has quit IRC | 10:49 | |
*** jeblair has quit IRC | 10:49 | |
*** serverascode has quit IRC | 10:49 | |
*** ajiang has quit IRC | 10:49 | |
*** arch-nemesis has quit IRC | 10:49 | |
*** okdas_ has quit IRC | 10:49 | |
*** kaleta has quit IRC | 10:49 | |
*** Lickitysplitted has quit IRC | 10:49 | |
*** etienneme has quit IRC | 10:49 | |
*** ntata has quit IRC | 10:49 | |
*** logan- has quit IRC | 10:49 | |
*** CrackerJackMack has quit IRC | 10:49 | |
*** darrenc has quit IRC | 10:49 | |
*** tamizh_geek has quit IRC | 10:49 | |
*** ndk has quit IRC | 10:49 | |
*** philipw has quit IRC | 10:49 | |
*** okdas has joined #openstack-swift | 10:49 | |
*** okdas has joined #openstack-swift | 10:49 | |
*** Lickitysplitted has joined #openstack-swift | 10:49 | |
*** philipw has joined #openstack-swift | 10:49 | |
*** jeblair has joined #openstack-swift | 10:49 | |
*** kaleta has joined #openstack-swift | 10:49 | |
*** etienneme has joined #openstack-swift | 10:49 | |
*** arch-nemesis has joined #openstack-swift | 10:49 | |
*** ajiang has joined #openstack-swift | 10:50 | |
*** proteusguy__ has joined #openstack-swift | 10:50 | |
*** swat30 has quit IRC | 10:50 | |
*** ndk has joined #openstack-swift | 10:50 | |
*** CrackerJackMack has joined #openstack-swift | 10:50 | |
*** yarkot has joined #openstack-swift | 10:50 | |
*** thurloat has quit IRC | 10:50 | |
*** darrenc has joined #openstack-swift | 10:51 | |
*** logan- has joined #openstack-swift | 10:52 | |
*** ntata has joined #openstack-swift | 10:52 | |
*** sw3 has quit IRC | 10:53 | |
*** dmorita has joined #openstack-swift | 10:54 | |
*** tamizh_geek has joined #openstack-swift | 10:54 | |
*** clayg has quit IRC | 10:55 | |
*** clayg has joined #openstack-swift | 10:56 | |
*** ChanServ sets mode: +v clayg | 10:56 | |
*** nottrobin has joined #openstack-swift | 10:57 | |
*** dmorita has quit IRC | 10:59 | |
*** StraubTW has joined #openstack-swift | 11:00 | |
*** haomaiwa_ has quit IRC | 11:01 | |
*** haomaiwang has joined #openstack-swift | 11:01 | |
*** serverascode has joined #openstack-swift | 11:01 | |
*** rcernin has quit IRC | 11:03 | |
*** darrenc has quit IRC | 11:04 | |
*** etienneme has quit IRC | 11:04 | |
*** philipw has quit IRC | 11:04 | |
*** zhiyan has quit IRC | 11:04 | |
*** briancurtin has quit IRC | 11:04 | |
*** sanchitmalhotra has quit IRC | 11:04 | |
*** asettle has quit IRC | 11:04 | |
*** geaaru has quit IRC | 11:04 | |
*** StevenK has quit IRC | 11:04 | |
*** SkyRocknRoll has quit IRC | 11:04 | |
*** peterlisak has quit IRC | 11:04 | |
*** HenryG has quit IRC | 11:04 | |
*** wolsen has quit IRC | 11:04 | |
*** mattoliverau has quit IRC | 11:04 | |
*** pdardeau has quit IRC | 11:04 | |
*** then3rd has quit IRC | 11:04 | |
*** Guest40848 has quit IRC | 11:04 | |
*** matt6434 has joined #openstack-swift | 11:04 | |
*** philipw has joined #openstack-swift | 11:04 | |
*** StraubTW has quit IRC | 11:04 | |
*** darrenc has joined #openstack-swift | 11:04 | |
*** StevenK has joined #openstack-swift | 11:04 | |
*** sanchitmalhotra has joined #openstack-swift | 11:04 | |
*** then3rd has joined #openstack-swift | 11:04 | |
*** asettle has joined #openstack-swift | 11:04 | |
*** SkyRocknRoll has joined #openstack-swift | 11:04 | |
*** peterlisak has joined #openstack-swift | 11:05 | |
*** Guest40848 has joined #openstack-swift | 11:05 | |
*** geaaru has joined #openstack-swift | 11:05 | |
*** HenryG has joined #openstack-swift | 11:05 | |
*** wolsen has joined #openstack-swift | 11:05 | |
*** etienneme has joined #openstack-swift | 11:05 | |
openstackgerrit | janonymous proposed openstack/swift: Using ostestr to run unittests https://review.openstack.org/257053 | 11:06 |
*** _fortis has quit IRC | 11:06 | |
*** mingdang1 has quit IRC | 11:08 | |
*** sileht has quit IRC | 11:13 | |
*** janonymous has joined #openstack-swift | 11:14 | |
*** zhiyan has joined #openstack-swift | 11:16 | |
*** sileht has joined #openstack-swift | 11:17 | |
*** haomaiwang has quit IRC | 11:17 | |
*** briancurtin has joined #openstack-swift | 11:17 | |
*** _fortis has joined #openstack-swift | 11:21 | |
*** sw3 has joined #openstack-swift | 11:23 | |
*** baojg has quit IRC | 11:24 | |
*** SkyRocknRoll has quit IRC | 11:28 | |
*** sanchitmalhotra has quit IRC | 11:36 | |
*** logan- has quit IRC | 11:39 | |
*** mvk has quit IRC | 11:39 | |
*** stantonnet has quit IRC | 11:39 | |
*** rledisez has quit IRC | 11:39 | |
*** manous has quit IRC | 11:39 | |
*** jmccarthy has quit IRC | 11:39 | |
*** MooingLemur has quit IRC | 11:39 | |
*** bwall has quit IRC | 11:39 | |
*** aerwin3 has quit IRC | 11:39 | |
*** bhakta has quit IRC | 11:39 | |
*** timur has quit IRC | 11:39 | |
*** a1|away has quit IRC | 11:39 | |
*** aerwin3 has joined #openstack-swift | 11:40 | |
*** bwall has joined #openstack-swift | 11:40 | |
*** mvk has joined #openstack-swift | 11:40 | |
*** MooingLemur has joined #openstack-swift | 11:40 | |
*** jmccarthy has joined #openstack-swift | 11:41 | |
*** rledisez has joined #openstack-swift | 11:41 | |
*** stantonnet has joined #openstack-swift | 11:41 | |
*** SkyRocknRoll has joined #openstack-swift | 11:41 | |
*** logan- has joined #openstack-swift | 11:42 | |
*** a1|away has joined #openstack-swift | 11:42 | |
*** bhakta has joined #openstack-swift | 11:45 | |
*** joeljwright has quit IRC | 11:48 | |
*** rcernin has joined #openstack-swift | 11:49 | |
*** davideagle has joined #openstack-swift | 11:49 | |
*** etienneme has quit IRC | 11:50 | |
*** HenryG has quit IRC | 11:50 | |
*** kaleta has quit IRC | 11:50 | |
*** natarej has quit IRC | 11:50 | |
*** McMurlock has quit IRC | 11:50 | |
*** 7YUAAXMDV has quit IRC | 11:50 | |
*** bapalm has quit IRC | 11:50 | |
*** wbhuber has quit IRC | 11:50 | |
*** dfg has quit IRC | 11:50 | |
*** sgundur has quit IRC | 11:50 | |
*** siva_krishnan has quit IRC | 11:50 | |
*** notmyname has quit IRC | 11:50 | |
*** swifterdarrell has quit IRC | 11:50 | |
*** hurricanerix has quit IRC | 11:50 | |
*** sarafraj has quit IRC | 11:50 | |
*** glange has quit IRC | 11:50 | |
*** zacksh has quit IRC | 11:50 | |
*** chrisnelson has quit IRC | 11:50 | |
*** mlanner has quit IRC | 11:50 | |
*** anderstj has quit IRC | 11:50 | |
*** ctennis has quit IRC | 11:50 | |
*** timburke has quit IRC | 11:50 | |
*** treyd has quit IRC | 11:50 | |
*** acorwin_ has quit IRC | 11:50 | |
*** bobby2 has quit IRC | 11:50 | |
*** dfg has joined #openstack-swift | 11:50 | |
*** kaleta has joined #openstack-swift | 11:50 | |
*** clyps___ has joined #openstack-swift | 11:50 | |
davideagle | During put operation on a proxy I'm seeing 3 handoff requests, does this normally happen or is this something worth investigating ? | 11:50 |
*** bapalm has joined #openstack-swift | 11:50 | |
*** natarej has joined #openstack-swift | 11:50 | |
*** glange has joined #openstack-swift | 11:50 | |
*** ChanServ sets mode: +v glange | 11:50 | |
*** wbhuber has joined #openstack-swift | 11:50 | |
*** etienneme has joined #openstack-swift | 11:51 | |
ahale | thats worth investigating :) | 11:51 |
*** hurricanerix has joined #openstack-swift | 11:51 | |
*** notmyname has joined #openstack-swift | 11:51 | |
*** ChanServ sets mode: +v notmyname | 11:51 | |
*** HenryG has joined #openstack-swift | 11:51 | |
davideagle | ahale could you name a reason why this would be happening? | 11:51 |
openstackgerrit | Merged openstack/swift: Additional info log message for drive-audit https://review.openstack.org/263691 | 11:51 |
ahale | storage down or full disks maybe | 11:52 |
*** sgundur has joined #openstack-swift | 11:52 | |
*** anderstj has joined #openstack-swift | 11:52 | |
*** zacksh has joined #openstack-swift | 11:52 | |
*** mlanner has joined #openstack-swift | 11:52 | |
ahale | or locked up daemons, timeouts etc. | 11:53 |
*** siva_krishnan has joined #openstack-swift | 11:53 | |
*** timburke has joined #openstack-swift | 11:53 | |
*** ChanServ sets mode: +v timburke | 11:53 | |
davideagle | ahale all nodes have 1% used on all disks, a fairly new cluster | 11:53 |
*** sarafraj has joined #openstack-swift | 11:54 | |
*** treyd has joined #openstack-swift | 11:54 | |
*** acorwin has joined #openstack-swift | 11:54 | |
*** swifterdarrell has joined #openstack-swift | 11:54 | |
*** ChanServ sets mode: +v swifterdarrell | 11:54 | |
*** bobby2 has joined #openstack-swift | 11:55 | |
*** McMurlock has joined #openstack-swift | 11:56 | |
*** chrisnelson has joined #openstack-swift | 11:57 | |
davideagle | ahale: and I can see no errors logged in syslog on the nodes | 11:58 |
*** ctennis has joined #openstack-swift | 11:58 | |
ahale | anything in the proxy error for that transaction id maybe | 11:58 |
*** openstack has joined #openstack-swift | 12:03 | |
*** takashi_ has joined #openstack-swift | 12:03 | |
*** ejat has joined #openstack-swift | 12:03 | |
*** ejat has quit IRC | 12:03 | |
*** ejat has joined #openstack-swift | 12:03 | |
*** kota_ has joined #openstack-swift | 12:04 | |
*** arch-nemesis has joined #openstack-swift | 12:04 | |
*** mtreinish has joined #openstack-swift | 12:04 | |
*** joearnold has joined #openstack-swift | 12:04 | |
*** hugokuo has joined #openstack-swift | 12:04 | |
*** joeljwright has joined #openstack-swift | 12:04 | |
*** csmart has joined #openstack-swift | 12:04 | |
*** hogepodge has joined #openstack-swift | 12:04 | |
*** ChanServ sets mode: +v joeljwright | 12:04 | |
*** openstackstatus has joined #openstack-swift | 12:04 | |
*** tonyb has joined #openstack-swift | 12:05 | |
ahale | yeah that looks pretty normal apart from the Handoff lines, i guess theres nothing relevent in any others for tx78f5efe2f6ac4ee5a3e31-0056c45709 , maybe swift-get-nodes and some curl'ing could give clues | 12:06 |
*** km has quit IRC | 12:07 | |
davideagle | thanks for the info, will take a look at that | 12:07 |
*** hogepodge has quit IRC | 12:07 | |
openstackgerrit | Alistair Coles proposed openstack/swift: decouple versioned writes from COPY https://review.openstack.org/260179 | 12:07 |
acoles | tdasilva: jrichli : ^^ added some more tests and a closes-bug tag | 12:08 |
*** _fortis has joined #openstack-swift | 12:12 | |
davideagle | ahale: here is the output fro swift-get-nodes http://paste.openstack.org/show/487252/ | 12:15 |
*** McMurlock has quit IRC | 12:19 | |
tdasilva | acoles: hi, will check it out | 12:19 |
*** mingdang1 has joined #openstack-swift | 12:20 | |
*** mingdang1 has quit IRC | 12:21 | |
*** mingdang1 has joined #openstack-swift | 12:21 | |
ahale | ah yeah i mean like, check out if that proxy has problems communicating with the 3 primaries, just that kinda thing - or if those boxes were really busy at the time or something | 12:22 |
ahale | if theres nothing obvious then maybe its not a big deal :) | 12:22 |
*** McMurlock has joined #openstack-swift | 12:23 | |
davideagle | ahale: hopefully thats the case ;) | 12:24 |
openstackgerrit | Alistair Coles proposed openstack/swift: Fix inconsistent suffix hashes after ssync of tombstone https://review.openstack.org/267788 | 12:24 |
openstackgerrit | Alistair Coles proposed openstack/swift: Reclaim isolated .meta files https://review.openstack.org/268251 | 12:24 |
acoles | ^^ fixing docstring merge conflicts! | 12:24 |
*** mvk has quit IRC | 12:24 | |
*** geaaru has quit IRC | 12:24 | |
*** nottrobin has quit IRC | 12:24 | |
*** tamizh_geek has quit IRC | 12:24 | |
*** ndk has quit IRC | 12:24 | |
*** Anticimex has quit IRC | 12:24 | |
*** cppforlife_ has quit IRC | 12:24 | |
*** kragniz has quit IRC | 12:24 | |
*** wasmum- has quit IRC | 12:24 | |
*** daemontool has quit IRC | 12:24 | |
*** d0ugal has quit IRC | 12:24 | |
*** marcusvrn_ has quit IRC | 12:24 | |
*** zul has quit IRC | 12:24 | |
*** stevemar has quit IRC | 12:24 | |
*** portante has quit IRC | 12:24 | |
*** saltsa has quit IRC | 12:24 | |
*** rsFF has quit IRC | 12:24 | |
*** tristanC has quit IRC | 12:24 | |
*** jroll has quit IRC | 12:24 | |
*** coreycb has quit IRC | 12:24 | |
*** jamielennox has quit IRC | 12:24 | |
*** jlhinson has quit IRC | 12:24 | |
*** zigo has quit IRC | 12:24 | |
*** saltsa has joined #openstack-swift | 12:25 | |
*** jlhinson has joined #openstack-swift | 12:25 | |
*** Anticimex has joined #openstack-swift | 12:25 | |
*** daemontool has joined #openstack-swift | 12:25 | |
*** tamizh_geek has joined #openstack-swift | 12:25 | |
*** tristanC has joined #openstack-swift | 12:25 | |
*** jroll has joined #openstack-swift | 12:25 | |
*** geaaru has joined #openstack-swift | 12:25 | |
*** jlhinson has quit IRC | 12:25 | |
*** jlhinson has joined #openstack-swift | 12:25 | |
*** mvk has joined #openstack-swift | 12:25 | |
*** kragniz has joined #openstack-swift | 12:25 | |
*** stevemar has joined #openstack-swift | 12:25 | |
*** mvk has quit IRC | 12:25 | |
*** mvk has joined #openstack-swift | 12:25 | |
*** d0ugal has joined #openstack-swift | 12:26 | |
*** rsFF has joined #openstack-swift | 12:26 | |
*** zigo has joined #openstack-swift | 12:26 | |
*** coreycb has joined #openstack-swift | 12:26 | |
*** zul has joined #openstack-swift | 12:26 | |
*** portante has joined #openstack-swift | 12:26 | |
*** wasmum has joined #openstack-swift | 12:26 | |
*** jamielennox has joined #openstack-swift | 12:30 | |
*** briancli1e has joined #openstack-swift | 12:32 | |
*** peterlisak_ has joined #openstack-swift | 12:32 | |
*** fbo_ has joined #openstack-swift | 12:32 | |
*** kota_ has quit IRC | 12:32 | |
*** torgomatic has quit IRC | 12:32 | |
*** peterlisak has quit IRC | 12:32 | |
*** clayg has quit IRC | 12:32 | |
*** yarkot has quit IRC | 12:32 | |
*** CrackerJackMack has quit IRC | 12:32 | |
*** jlvillal has quit IRC | 12:32 | |
*** patchbot has quit IRC | 12:32 | |
*** delattec has quit IRC | 12:32 | |
*** fbo has quit IRC | 12:32 | |
*** briancline has quit IRC | 12:32 | |
*** amandap has quit IRC | 12:32 | |
*** Jeffrey4l has quit IRC | 12:32 | |
*** hrou_ has quit IRC | 12:32 | |
*** EmilienM has quit IRC | 12:32 | |
*** gmmaha has quit IRC | 12:32 | |
*** onovy has quit IRC | 12:32 | |
*** wanghua has quit IRC | 12:32 | |
*** openstackgerrit_ has quit IRC | 12:32 | |
*** openstackgerrit has quit IRC | 12:32 | |
*** BAKfr has quit IRC | 12:32 | |
*** dmsimard has quit IRC | 12:32 | |
*** remix_tj has quit IRC | 12:32 | |
*** ahale has quit IRC | 12:32 | |
*** mahatic has quit IRC | 12:32 | |
*** peterlisak_ is now known as peterlisak | 12:32 | |
*** CrackerJ- has joined #openstack-swift | 12:32 | |
*** onovy has joined #openstack-swift | 12:32 | |
*** remix_tj has joined #openstack-swift | 12:32 | |
*** delattec has joined #openstack-swift | 12:32 | |
*** dmsimard has joined #openstack-swift | 12:32 | |
*** clayg has joined #openstack-swift | 12:33 | |
*** ChanServ sets mode: +v clayg | 12:33 | |
*** BAKfr has joined #openstack-swift | 12:33 | |
*** openstackgerrit has joined #openstack-swift | 12:33 | |
*** openstackgerrit_ has joined #openstack-swift | 12:34 | |
*** patchbot has joined #openstack-swift | 12:34 | |
*** davideagle has quit IRC | 12:34 | |
*** jlvillal has joined #openstack-swift | 12:34 | |
*** hrou has joined #openstack-swift | 12:35 | |
*** torgomatic has joined #openstack-swift | 12:36 | |
*** ChanServ sets mode: +v torgomatic | 12:36 | |
*** ahale has joined #openstack-swift | 12:36 | |
*** mvk has quit IRC | 12:36 | |
*** gmmaha has joined #openstack-swift | 12:36 | |
*** EmilienM has joined #openstack-swift | 12:36 | |
*** yarkot has joined #openstack-swift | 12:37 | |
*** amandap has joined #openstack-swift | 12:37 | |
*** mahatic has joined #openstack-swift | 12:37 | |
openstackgerrit | Alistair Coles proposed openstack/swift: Enable object server to return non-durable data https://review.openstack.org/215276 | 12:37 |
*** baojg has joined #openstack-swift | 12:40 | |
*** geaaru has quit IRC | 12:45 | |
*** ndk has joined #openstack-swift | 12:46 | |
*** acoles is now known as acoles_ | 12:48 | |
*** mvk has joined #openstack-swift | 12:48 | |
*** cppforlife_ has joined #openstack-swift | 12:49 | |
*** jordan_ has quit IRC | 12:50 | |
*** marcusvrn_ has joined #openstack-swift | 12:50 | |
*** jordan_ has joined #openstack-swift | 12:50 | |
*** nottrobin has joined #openstack-swift | 12:51 | |
*** Mingyu has quit IRC | 12:53 | |
*** daemontool has quit IRC | 12:55 | |
*** wanghua has joined #openstack-swift | 12:56 | |
*** delatte has joined #openstack-swift | 12:57 | |
*** geaaru has joined #openstack-swift | 12:59 | |
*** delattec has quit IRC | 12:59 | |
*** cdelatte has joined #openstack-swift | 13:00 | |
*** kota_ has joined #openstack-swift | 13:02 | |
*** ChanServ sets mode: +v kota_ | 13:02 | |
*** alejandrito has joined #openstack-swift | 13:02 | |
*** delatte has quit IRC | 13:02 | |
*** fthiagogv has joined #openstack-swift | 13:03 | |
*** admin6_ has joined #openstack-swift | 13:04 | |
*** daemontool has joined #openstack-swift | 13:09 | |
*** davideagle has joined #openstack-swift | 13:09 | |
*** takashi_ has quit IRC | 13:10 | |
*** janonymous has quit IRC | 13:10 | |
*** slo_ has quit IRC | 13:10 | |
*** geaaru has quit IRC | 13:11 | |
*** davideagle has quit IRC | 13:21 | |
*** pdardeau has joined #openstack-swift | 13:22 | |
*** geaaru has joined #openstack-swift | 13:23 | |
*** daemontool_ has joined #openstack-swift | 13:25 | |
*** McMurlock has quit IRC | 13:27 | |
*** McMurlock1 has joined #openstack-swift | 13:27 | |
*** daemontool has quit IRC | 13:29 | |
*** dmorita has joined #openstack-swift | 13:32 | |
*** dhellmann has quit IRC | 13:44 | |
*** SkyRocknRoll has quit IRC | 13:46 | |
*** davideagle has joined #openstack-swift | 13:46 | |
*** dhellmann has joined #openstack-swift | 13:47 | |
*** SkyRocknRoll has joined #openstack-swift | 13:47 | |
*** pc6411 is now known as pchng | 13:50 | |
*** jordan_ has quit IRC | 13:52 | |
*** jordan_ has joined #openstack-swift | 13:53 | |
*** hogepodge has joined #openstack-swift | 14:00 | |
*** jordan_ has quit IRC | 14:04 | |
*** mingdang1 has quit IRC | 14:12 | |
*** StraubTW_ has joined #openstack-swift | 14:14 | |
*** mingdang1 has joined #openstack-swift | 14:16 | |
*** mingdang1 has quit IRC | 14:16 | |
*** jordanP has joined #openstack-swift | 14:17 | |
*** haomaiwang has joined #openstack-swift | 14:18 | |
*** haomaiwang has quit IRC | 14:18 | |
*** haomaiwang has joined #openstack-swift | 14:19 | |
*** ho_away has joined #openstack-swift | 14:24 | |
*** asettle has quit IRC | 14:29 | |
*** wanghua has quit IRC | 14:34 | |
*** Mingyu has joined #openstack-swift | 14:35 | |
*** jordan_ has joined #openstack-swift | 14:35 | |
*** jordan_ has quit IRC | 14:39 | |
*** jordan_ has joined #openstack-swift | 14:39 | |
*** jordanP has quit IRC | 14:39 | |
*** mingdang1 has joined #openstack-swift | 14:47 | |
*** jordan_ has quit IRC | 14:50 | |
*** lcurtis has joined #openstack-swift | 14:52 | |
*** mingdang1 has quit IRC | 14:52 | |
*** flaper87 has quit IRC | 14:54 | |
*** flaper87 has joined #openstack-swift | 14:54 | |
*** ChanServ sets mode: +v tdasilva | 14:54 | |
*** SkyRocknRoll has quit IRC | 14:57 | |
*** haomaiwang has quit IRC | 15:01 | |
*** haomaiwang has joined #openstack-swift | 15:01 | |
*** arch-nemesis has quit IRC | 15:02 | |
*** dhellmann has quit IRC | 15:05 | |
*** dhellmann has joined #openstack-swift | 15:05 | |
*** kota_ has quit IRC | 15:11 | |
*** trifon has quit IRC | 15:14 | |
*** davideagle has quit IRC | 15:15 | |
*** daemontool_ has quit IRC | 15:16 | |
*** jordanP has joined #openstack-swift | 15:18 | |
*** jordanP has quit IRC | 15:23 | |
*** davideagle has joined #openstack-swift | 15:24 | |
*** kota_ has joined #openstack-swift | 15:25 | |
*** ChanServ sets mode: +v kota_ | 15:25 | |
*** dmorita has quit IRC | 15:29 | |
*** garthb has joined #openstack-swift | 15:32 | |
openstackgerrit | Thiago da Silva proposed openstack/swift: Re-format the SLO manifest file on new multipart-manifest GET call https://review.openstack.org/263902 | 15:35 |
tdasilva | acoles_: jrichli: wbhuber: ^^^^ just applied the suggested changes | 15:36 |
*** jordanP has joined #openstack-swift | 15:37 | |
*** daemontool has joined #openstack-swift | 15:38 | |
*** bjkeller has joined #openstack-swift | 15:40 | |
tdasilva | acoles_: thanks for the new tests on patch 260179! look really good | 15:46 |
patchbot | tdasilva: https://review.openstack.org/#/c/260179/ - swift - decouple versioned writes from COPY | 15:46 |
*** Gordoni has joined #openstack-swift | 15:49 | |
jrichli | tdasilva: nice, i will take a look | 15:52 |
notmyname | good morning | 15:56 |
*** nadeem has joined #openstack-swift | 15:57 | |
*** nadeem has quit IRC | 15:57 | |
*** nadeem has joined #openstack-swift | 15:58 | |
notmyname | current review timing stats: patch owners have a median response time of 1 day 18 hours. patch reviewers have a median response time of 9 hours. patch reviewers are winning! | 15:58 |
notmyname | however, there are 23 unreviewed patches | 15:58 |
*** haomaiwang has quit IRC | 16:01 | |
*** haomaiwang has joined #openstack-swift | 16:01 | |
*** daemontool has quit IRC | 16:06 | |
*** daemontool has joined #openstack-swift | 16:07 | |
*** petertr7 is now known as petertr7_away | 16:08 | |
*** barker has joined #openstack-swift | 16:09 | |
*** MVenesio has joined #openstack-swift | 16:10 | |
*** trifon has joined #openstack-swift | 16:11 | |
tdasilva | notmyname: is there a dashboard that shows unreviewed patches? | 16:11 |
notmyname | tdasilva: short answer is no(t yet) | 16:12 |
*** Jeffrey4l has joined #openstack-swift | 16:12 | |
*** daemontool_ has joined #openstack-swift | 16:12 | |
notmyname | with gerrit dashboards, i could make one that doesn't have anything but +0 comments. but that's not quite the same thing | 16:12 |
notmyname | let me modify my script slightly, and I'll give a list | 16:12 |
*** petertr7_away is now known as petertr7 | 16:13 | |
*** barker has quit IRC | 16:14 | |
*** davideagle has quit IRC | 16:14 | |
*** daemontool has quit IRC | 16:14 | |
*** klrmn has joined #openstack-swift | 16:16 | |
*** barker has joined #openstack-swift | 16:17 | |
*** nadeem has quit IRC | 16:17 | |
*** kota_ has quit IRC | 16:18 | |
*** takashi has joined #openstack-swift | 16:18 | |
notmyname | unreviewed: https://gist.github.com/notmyname/92edb4012f83e88612f1 | 16:18 |
jrichli | I have noticed that another place reviews might sit with no activity is when there is only one +2. | 16:20 |
notmyname | yeah, we've got 18 of those listed on the review dashboard right now | 16:21 |
*** davideagle has joined #openstack-swift | 16:21 | |
notmyname | onovy: did you want/need to bring up something about PyECLib versioning in this week's meeting? (I may have inadvertently left it on the agenda from last week) | 16:24 |
*** daemontool__ has joined #openstack-swift | 16:24 | |
*** asettle has joined #openstack-swift | 16:24 | |
*** takashi has quit IRC | 16:25 | |
*** daemontool_ has quit IRC | 16:26 | |
*** daemontool__ has quit IRC | 16:28 | |
*** arch-nemesis has joined #openstack-swift | 16:30 | |
*** davideagle has quit IRC | 16:32 | |
notmyname | onovy: seems that the only hold-up right now is getting the global-reqs patch landed | 16:32 |
*** barker_ has joined #openstack-swift | 16:32 | |
*** barker has quit IRC | 16:34 | |
*** zaitcev has joined #openstack-swift | 16:35 | |
*** ChanServ sets mode: +v zaitcev | 16:35 | |
*** pcaruana has quit IRC | 16:35 | |
jaakkos | would someone know if the container GET operation is O(n) for all objects in a container, even if I specify a prefix/delimiter/path filter? | 16:36 |
jaakkos | ie., is it possible to efficiently list contents for a pseudo-directory, or does it have to potentially walk through whole container? | 16:36 |
notmyname | jaakkos: those are controlled by the SQL where clause on the name column in the table, and there's an index on (deleted, name), so it should be more efficient than O(n) | 16:40 |
notmyname | jaakkos: see create_object_table() and list_objects_iter() in https://github.com/openstack/swift/blob/master/swift/container/backend.py | 16:40 |
jaakkos | alright, thank you so much | 16:42 |
*** davideagle_ has joined #openstack-swift | 16:44 | |
notmyname | time to get ready and go to the office | 16:47 |
*** MVenesio has quit IRC | 16:53 | |
*** MVenesio_ has joined #openstack-swift | 16:53 | |
*** ho_away has quit IRC | 16:55 | |
*** nadeem has joined #openstack-swift | 16:56 | |
*** gyee has joined #openstack-swift | 16:56 | |
*** joeljwright has quit IRC | 16:57 | |
*** diazjf has joined #openstack-swift | 16:57 | |
*** davideagle_ has quit IRC | 16:58 | |
*** dmorita has joined #openstack-swift | 17:00 | |
*** haomaiwang has quit IRC | 17:01 | |
*** nadeem has quit IRC | 17:01 | |
*** haomaiwang has joined #openstack-swift | 17:01 | |
*** nadeem has joined #openstack-swift | 17:01 | |
*** ChubYann has joined #openstack-swift | 17:02 | |
openstackgerrit | Jeremy Stanley proposed openstack/python-swiftclient: DO NOT MERGE: testing bindep-based jobs https://review.openstack.org/281426 | 17:02 |
openstackgerrit | Jeremy Stanley proposed openstack/python-swiftclient: DO NOT MERGE: testing bindep-based jobs https://review.openstack.org/281427 | 17:02 |
openstackgerrit | Jeremy Stanley proposed openstack/swift: DO NOT MERGE: testing bindep-based jobs https://review.openstack.org/281429 | 17:02 |
openstackgerrit | Jeremy Stanley proposed openstack/swift: DO NOT MERGE: testing bindep-based jobs https://review.openstack.org/281430 | 17:03 |
*** forcebanana has joined #openstack-swift | 17:03 | |
*** dmorita has quit IRC | 17:04 | |
*** Mingyu has quit IRC | 17:09 | |
*** klrmn has quit IRC | 17:09 | |
*** barker_ has quit IRC | 17:10 | |
*** pgbridge has joined #openstack-swift | 17:12 | |
*** barker has joined #openstack-swift | 17:12 | |
*** Gordoni has quit IRC | 17:13 | |
*** Gordoni has joined #openstack-swift | 17:14 | |
*** petertr7 is now known as petertr7_away | 17:15 | |
*** lyrrad has joined #openstack-swift | 17:15 | |
openstackgerrit | Merged openstack/python-swiftclient: Display proper name when failing to create segments container https://review.openstack.org/269359 | 17:16 |
*** Zyric_ has joined #openstack-swift | 17:18 | |
*** Zyric_ has quit IRC | 17:19 | |
*** Zyric has joined #openstack-swift | 17:20 | |
*** mvk has quit IRC | 17:23 | |
*** zhill has joined #openstack-swift | 17:30 | |
*** jordanP has quit IRC | 17:30 | |
*** marcusvrn_ has quit IRC | 17:31 | |
*** Zyric has quit IRC | 17:32 | |
*** marcusvrn_ has joined #openstack-swift | 17:33 | |
*** chsc has joined #openstack-swift | 17:33 | |
*** admin6_ has quit IRC | 17:33 | |
*** daemontool has joined #openstack-swift | 17:34 | |
*** zacksh has quit IRC | 17:34 | |
*** matt6434 has quit IRC | 17:34 | |
*** darrenc has quit IRC | 17:34 | |
*** zigo has quit IRC | 17:34 | |
*** yarkot has quit IRC | 17:34 | |
*** wasmum has quit IRC | 17:34 | |
*** jamielennox has quit IRC | 17:35 | |
*** ntata has quit IRC | 17:35 | |
*** darrenc has joined #openstack-swift | 17:35 | |
*** zigo has joined #openstack-swift | 17:36 | |
*** matt6434 has joined #openstack-swift | 17:37 | |
*** zacksh has joined #openstack-swift | 17:39 | |
*** ntata has joined #openstack-swift | 17:39 | |
*** wasmum has joined #openstack-swift | 17:40 | |
*** Jeffrey4l has quit IRC | 17:44 | |
*** jamielennox has joined #openstack-swift | 17:44 | |
*** jmccarthy1 has quit IRC | 17:51 | |
*** thumpba has joined #openstack-swift | 17:51 | |
*** rledisez has quit IRC | 17:53 | |
*** barker has quit IRC | 17:53 | |
*** ev1lkry has joined #openstack-swift | 17:54 | |
*** daemontool_ has joined #openstack-swift | 17:55 | |
*** geaaru has quit IRC | 17:55 | |
*** daemontool has quit IRC | 17:57 | |
notmyname | good morning, again | 18:00 |
*** haomaiwang has quit IRC | 18:01 | |
*** haomaiwang has joined #openstack-swift | 18:01 | |
*** barker has joined #openstack-swift | 18:03 | |
*** Zyric has joined #openstack-swift | 18:03 | |
*** klrmn has joined #openstack-swift | 18:06 | |
*** petertr7_away is now known as petertr7 | 18:07 | |
*** bjkeller has quit IRC | 18:10 | |
*** petertr7 is now known as petertr7_away | 18:22 | |
openstackgerrit | Michael Barton proposed openstack/swift: go: object-updater https://review.openstack.org/281457 | 18:27 |
openstackgerrit | Michael Barton proposed openstack/swift: go: object-updater https://review.openstack.org/281457 | 18:28 |
redbo | forgot to add my tests file | 18:28 |
*** asettle has quit IRC | 18:30 | |
*** rcernin has quit IRC | 18:36 | |
openstackgerrit | Thiago da Silva proposed openstack/swift: Added links to API reference and usage guides https://review.openstack.org/276342 | 18:39 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-swiftclient: Updated from global requirements https://review.openstack.org/89250 | 18:40 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/swift: Updated from global requirements https://review.openstack.org/88736 | 18:40 |
*** barker has quit IRC | 18:44 | |
*** zhill is now known as zhill_afk | 18:46 | |
*** zhill_afk has quit IRC | 18:46 | |
tdasilva | cool, just read about openstack freezer, there's going to be a meetup tomorrow in boston about it | 18:57 |
tdasilva | anybody here involved in that project? | 18:57 |
tdasilva | I guess it's just using swift as an end-point | 18:58 |
*** haomaiwang has quit IRC | 19:01 | |
*** haomaiwa_ has joined #openstack-swift | 19:01 | |
*** rcernin has joined #openstack-swift | 19:06 | |
*** joeljwright has joined #openstack-swift | 19:07 | |
*** ChanServ sets mode: +v joeljwright | 19:07 | |
*** nadeem has quit IRC | 19:21 | |
*** petertr7_away is now known as petertr7 | 19:28 | |
*** daemontool_ has quit IRC | 19:30 | |
*** daemontool_ has joined #openstack-swift | 19:30 | |
*** bjkeller has joined #openstack-swift | 19:33 | |
clayg | redbo: what's up with go object-updater? I thought the idea was that after the object-server you guys were going work on the replicator and doing hashes.db? | 19:40 |
*** kobelb has joined #openstack-swift | 19:44 | |
kobelb | If a file is deletes from Swift, is there a way to recover it? | 19:45 |
kobelb | deleted* | 19:45 |
clayg | kobelb: not generally no, the data file has been replaced by a tombstone - there's stuff like versioned objects for containers if you want to keep older versions of files | 19:46 |
kobelb | I was looking into using s3ql to mount an open stack container; however, doing so had me worried that someone could accidentally rm -rf a buncha of files all at a time | 19:47 |
kobelb | generally, the files shouldn't be modified after being written the first time | 19:48 |
clayg | kobelb: at various times the WORM use-case has come up in design discussions - but there's no spec or anything drafted at this point to my knowledge | 19:50 |
clayg | kobelb: there's things like account acls which can provide read-only access to an account (container-get/object-listing and GET/HEAD on objects) | 19:50 |
kobelb | gotcha, if I enable versioning on the container, then even if the file/folder is deleted, I should be able to restore it though? | 19:50 |
clayg | kobelb: but you'd need a seperate user to do the data ingest - and that user would have DELETE access as well - so it may not cover your use-case exactly | 19:51 |
openstackgerrit | Christian Schwede proposed openstack/swift: Add note on using printable chars for swift_hash_path_suffix/prefix https://review.openstack.org/281492 | 19:51 |
clayg | kobelb: yeah basically versioned writes will by default restore the previous version if you DELETE the current one - still may not exactly cover your use case | 19:52 |
kobelb | clayg: gotcha, that would protect against most situations, I'm mainly always afraid of fat fingering some command and ruining everything :) | 19:52 |
clayg | timburke: I think has some sort of undelete or delete marker enhancement to versioned containers - although my impression is that it's mainly for s3 compatibility | 19:52 |
redbo | clayg: It was quick to write, and the dream is that we can avoid installing swift altogether on some servers where it's strategically useful (old servers where we can't upgrade the OS and dependencies are becoming a pain). | 19:52 |
clayg | kobelb: ok | 19:53 |
*** trifon has quit IRC | 19:53 | |
timburke | clayg: we've got customers that want it outside of s3 as well | 19:53 |
clayg | redbo: sure, makes sense | 19:53 |
kobelb | clayg: thanks for your help | 19:53 |
*** MVenesio_ has quit IRC | 19:59 | |
*** haomaiwa_ has quit IRC | 20:01 | |
*** petertr7 is now known as petertr7_away | 20:01 | |
*** haomaiwang has joined #openstack-swift | 20:01 | |
*** silor has quit IRC | 20:07 | |
cschwede | clayg: kobelb: there was a spec in the past: https://review.openstack.org/#/c/155421/ but it has been abandoned. if there’s enough interest i’ll continue working on it (hackathon?) | 20:09 |
patchbot | cschwede: patch 155421 - swift-specs - Add object undelete spec (ABANDONED) | 20:09 |
clayg | HACKATHON! | 20:10 |
*** petertr7_away is now known as petertr7 | 20:20 | |
tdasilva | cschwede: FWIW, i like the idea of patch 155421 | 20:20 |
patchbot | tdasilva: https://review.openstack.org/#/c/155421/ - swift-specs - Add object undelete spec (ABANDONED) | 20:20 |
cschwede | tdasilva: me too, i should spent some more time on it and answer all of your comments | 20:20 |
*** esker has joined #openstack-swift | 20:29 | |
openstackgerrit | Tim Burke proposed openstack/swift: Add "history" mode to versioned_writes middleware https://review.openstack.org/214922 | 20:29 |
*** daemontool__ has joined #openstack-swift | 20:29 | |
timburke | i liked that spec, too, but i still think we can decouple the behavior (stack vs history views) and the backend (COPYing data everywhere vs symlinks) | 20:30 |
jrichli | I am trying to learn what X-Timestamp is supposed to mean for accounts and containers. It seems like I get different behavior whether its a creation time or an update time. and cluster config seems to influence this behavior. | 20:31 |
jrichli | any words of wisdom? documentation? | 20:32 |
*** daemontool_ has quit IRC | 20:32 | |
*** ho_away has joined #openstack-swift | 20:40 | |
clayg | jrichli: there was a time when it had mostly to do with the PUT timestamp - but at somepoint I think it started getting updated on POST as well | 20:40 |
clayg | jrichli: which cluster configuraiton makes a difference? | 20:41 |
jrichli | number of workers | 20:41 |
clayg | heh | 20:41 |
jrichli | possibly pipeline config ... but the results are very inconsistent, so hard to tell | 20:41 |
clayg | jrichli: I think containers used to also have the property of getting different created at time too (until replication ran) - then it got fixed to use the x-timestamp of the proxy put on the create request | 20:42 |
jrichli | the PUT timestamp is not usually returned in responses, as well. is that intentional? | 20:42 |
clayg | jrichli: maybe accounts never got the same treatment? Or maybe it was the other way - accounts got fixed and not containers. | 20:42 |
clayg | but something like that is the only reason I can think of why number of workers might have an effect? I think create should always use the x-timestamp given to it by the proxy - if it doesn't it's probably a bug | 20:43 |
clayg | ... which wouldn't be that surprising - what the hell does the x-timestamp on a account/container even mean!? | 20:43 |
*** bjkeller has quit IRC | 20:43 | |
jrichli | so what are they ideally supposed to represent? ... right, my question | 20:43 |
clayg | jrichli: +1 - great question | 20:44 |
clayg | jrichli: I'm open to suggestions - may also be relevant what they currently represent - but that'd be more of an observed behavior that some sort of designed plan | 20:44 |
timburke | clayg, jrichli: (i figure it's probably worth pointing out kota's patch 198632) | 20:44 |
patchbot | timburke: https://review.openstack.org/#/c/198632/ - swift - Change POST container semantics (MERGED) | 20:44 |
clayg | timburke: oh man you freaked me out - I thought that was *still* pending | 20:45 |
jrichli | timburke: thanks, i will take a look | 20:45 |
timburke | that's why i updated patchbot to give state-if-not-NEW | 20:45 |
clayg | jrichli: ^ that was the "somepoint it started getting updated on POST as well" | 20:45 |
clayg | timburke: you're such a rockstar | 20:46 |
torgomatic | I can't think of a reason to need X-Timestamp on read requests; AFAIK it's only there so we can pick the time once in the proxy and have the same value end up in all 3 copies | 20:46 |
clayg | torgomatic: well like don't objects use something akin to x-timestamp to come up with the last-modified header? | 20:46 |
clayg | torgomatic: acctually I sorta think that's what kota needed it for on container reads | 20:47 |
clayg | he was trolling for which containers had metadata updates (pretty sure IIRC) | 20:47 |
jrichli | clayg: oh yeah, number of replicas seems to affect the patterns i see | 20:48 |
torgomatic | clayg: that sounds like it could be handy. well, I'm glad someone else could think of a reason! | 20:48 |
clayg | jrichli: crazy | 20:49 |
timburke | clayg, torgomatic: yep, iirc we want it to help with ACL-caching in swift3 | 20:49 |
clayg | jrichli: is it consistent across accounts and containers - I really do sorta want to believe that at some point in the distent path the created-at time that gets stuffed in the database was totally independent from x-timestamp - but it got fixed (for at least one of them, probably containers) around the time we were working on staorage polices | 20:50 |
*** bjkeller has joined #openstack-swift | 20:52 | |
jrichli | ok. this helps me to dig a little more. thanks! | 20:53 |
*** matt6434 is now known as mattoliverau | 20:53 | |
*** ChanServ sets mode: +v mattoliverau | 20:53 | |
mattoliverau | morning | 20:53 |
jrichli | morning! | 20:54 |
joeljwright | mornin | 20:55 |
*** esker has quit IRC | 20:56 | |
*** acoles_ is now known as acoles | 20:57 | |
*** thumpba has quit IRC | 20:57 | |
*** cutforth has joined #openstack-swift | 20:57 | |
*** chsc has quit IRC | 20:58 | |
*** trifon has joined #openstack-swift | 20:58 | |
*** esker has joined #openstack-swift | 20:58 | |
*** takashi has joined #openstack-swift | 20:59 | |
notmyname | meeting time in #openstack-meeting | 20:59 |
*** m_kazuhiro has joined #openstack-swift | 20:59 | |
notmyname | patchbot: join #openstack-meeting | 20:59 |
*** haomaiwang has quit IRC | 21:01 | |
*** haomaiwang has joined #openstack-swift | 21:01 | |
*** kota_ has joined #openstack-swift | 21:01 | |
kota_ | good morning | 21:01 |
*** ChanServ sets mode: +v kota_ | 21:01 | |
*** esker has quit IRC | 21:03 | |
*** takashi_ has joined #openstack-swift | 21:05 | |
*** chsc has joined #openstack-swift | 21:05 | |
*** takashi has quit IRC | 21:05 | |
*** takashi_ is now known as takashi | 21:09 | |
*** bill_az has joined #openstack-swift | 21:13 | |
*** kobelb has quit IRC | 21:14 | |
*** kobelb has joined #openstack-swift | 21:14 | |
*** nadeem has joined #openstack-swift | 21:26 | |
*** nadeem has quit IRC | 21:26 | |
*** nadeem has joined #openstack-swift | 21:27 | |
*** mingdang1 has joined #openstack-swift | 21:29 | |
*** mingdang1 has quit IRC | 21:30 | |
*** mingdang1 has joined #openstack-swift | 21:30 | |
openstackgerrit | Jiri Suchomel proposed openstack/swift: Let object-info find files in a given directory https://review.openstack.org/189258 | 21:30 |
*** chsc has quit IRC | 21:41 | |
openstackgerrit | Christian Schwede proposed openstack/swift: Skip already checked partitions when auditing objects after a restart https://review.openstack.org/279440 | 21:43 |
*** kobelb has quit IRC | 21:49 | |
*** zhill_afk has joined #openstack-swift | 21:59 | |
*** zhill_afk is now known as zhill | 22:00 | |
*** kota_ has left #openstack-swift | 22:00 | |
joeljwright | notmyname: I seem not to have sufficient rights to mark a swiftclient bug as critical | 22:00 |
jrichli | beg for review time! patch 260179 is the next one in line to help us get COPY as MW | 22:00 |
patchbot | jrichli: https://review.openstack.org/#/c/260179/ - swift - decouple versioned writes from COPY | 22:00 |
*** haomaiwang has quit IRC | 22:01 | |
notmyname | joeljwright: bah! thanks for letting me know. what's your LP id? | 22:01 |
joeljwright | joel-wright-k | 22:01 |
onovy | ha!! Jiri Suchomel from Prague. not alone in CZ | 22:01 |
notmyname | joeljwright: ok, I'll look into it | 22:01 |
joeljwright | thanks :) | 22:01 |
acoles | ^^ +1 other cores pls patch 260179 review cos tdasilva and I are implicated as authors | 22:01 |
patchbot | acoles: https://review.openstack.org/#/c/260179/ - swift - decouple versioned writes from COPY | 22:01 |
notmyname | joeljwright: what was the bug you were updating? | 22:01 |
*** haomaiwang has joined #openstack-swift | 22:01 | |
joeljwright | https://bugs.launchpad.net/python-swiftclient/+bug/1516692 | 22:01 |
openstack | Launchpad bug 1516692 in python-swiftclient "swiftclient logs sensitive info in http requests" [Undecided,In progress] - Assigned to Bing Hu (hubingsh) | 22:01 |
*** takashi has quit IRC | 22:01 | |
tdasilva | jrichli: acoles: please add patch 263902 to that list | 22:02 |
patchbot | tdasilva: https://review.openstack.org/#/c/263902/ - swift - Re-format the SLO manifest file on new multipart-m... | 22:02 |
tdasilva | also needed for COPY as MW | 22:02 |
jrichli | yes, you are right! that is also important | 22:02 |
tdasilva | jrichli: i like the idea...we should create the weekly review beg time | 22:03 |
tdasilva | we can offer to buy people beer or something at the hackathon | 22:03 |
jrichli | that is what clayg had said seemed like an appropriate title last week | 22:03 |
tdasilva | hehe | 22:03 |
acoles | tdasilva: did you take that patch over? if so thanks! | 22:03 |
jrichli | definitely :-) | 22:03 |
openstackgerrit | Merged openstack/swift: Added links to API reference and usage guides https://review.openstack.org/276342 | 22:03 |
*** ho_away has quit IRC | 22:04 | |
tdasilva | acoles: I just sent a small patchset to fix up your (and jrichli ) comments | 22:04 |
*** m_kazuhiro has quit IRC | 22:05 | |
acoles | cool, will look tomorrow | 22:05 |
tdasilva | dfg: ^^^ I think you reviewed that patch a while ago, should be ready now :-) | 22:05 |
acoles | notmyname: I'm wondering which of my patches I might beg you to consider adding your star to :P ... | 22:06 |
acoles | notmyname: how about patch 275147 ? | 22:07 |
patchbot | acoles: https://review.openstack.org/#/c/275147/ - swift - Fix time-shifting of objects PUT with container-sync | 22:07 |
acoles | since it has some +1 | 22:07 |
openstackgerrit | Clay Gerrard proposed openstack/swift: Validate against invalid configs https://review.openstack.org/281547 | 22:08 |
clayg | cschwede: torgomatic: ^ I agree it's not that likely someone is going to try and add weird non-printable chars to their swift.conf - so instead of making ops read the noise in the config file lets just protect ourselves from bad behavior? | 22:09 |
clayg | cschwede: torgomatic: unless you think someone already managed to get some bad values in the swift.conf's? | 22:10 |
*** petertr7 is now known as petertr7_away | 22:10 | |
*** cutforth has quit IRC | 22:13 | |
notmyname | timburke: what's your launchpad id? | 22:14 |
timburke | notmyname: 1-tim-z | 22:14 |
timburke | (why? who knows) | 22:14 |
notmyname | joeljwright: timburke: you have both been added to swift-coresec. so you'll have bug triage ability in LP (for swift and swiftclient, actually, just because there's only one group) | 22:15 |
notmyname | joeljwright: timburke: also, you'll have access to non-public security bugs too | 22:15 |
joeljwright | notmyname: thanks | 22:16 |
*** marcusvrn_ has quit IRC | 22:17 | |
*** acoles is now known as acoles_ | 22:20 | |
*** joeljwright has quit IRC | 22:21 | |
*** mingdang1 has quit IRC | 22:21 | |
*** daemontool__ has quit IRC | 22:22 | |
*** diogogmt has joined #openstack-swift | 22:28 | |
*** zhill has quit IRC | 22:37 | |
*** mingdang1 has joined #openstack-swift | 22:37 | |
*** haomaiwang has quit IRC | 22:41 | |
*** alejandrito has quit IRC | 22:42 | |
*** diazjf has quit IRC | 22:48 | |
*** _JZ_ has joined #openstack-swift | 22:50 | |
*** rickyrem has joined #openstack-swift | 22:51 | |
*** diogogmt has quit IRC | 22:54 | |
*** diogogmt has joined #openstack-swift | 22:54 | |
*** esker has joined #openstack-swift | 22:56 | |
*** zhill has joined #openstack-swift | 22:58 | |
*** diogogmt has quit IRC | 22:59 | |
*** kobelb has joined #openstack-swift | 23:00 | |
*** bjkeller has left #openstack-swift | 23:04 | |
*** kobelb has quit IRC | 23:05 | |
*** km has joined #openstack-swift | 23:10 | |
*** esker has quit IRC | 23:11 | |
*** esker has joined #openstack-swift | 23:13 | |
*** StraubTW_ has quit IRC | 23:13 | |
*** esker has quit IRC | 23:18 | |
*** mingdang1 has quit IRC | 23:19 | |
*** zhill has quit IRC | 23:28 | |
*** rickyrem has quit IRC | 23:44 | |
*** chsc has joined #openstack-swift | 23:49 | |
*** trifon has quit IRC | 23:53 | |
*** Gordoni has quit IRC | 23:54 | |
*** lcurtis has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!