*** andybotting has joined #openstack-swift | 00:24 | |
*** andybotting has quit IRC | 00:31 | |
*** andybotting has joined #openstack-swift | 00:33 | |
*** andybotting has quit IRC | 00:34 | |
*** andybotting has joined #openstack-swift | 00:35 | |
*** andybotting has quit IRC | 00:35 | |
*** andybotting has joined #openstack-swift | 00:36 | |
andybotting | Hey notmyname - we've just heard back from our remote site with the IDS and they have no long term logs | 00:37 |
---|---|---|
andybotting | So we think our options are: 1) script something to get all objects and test those or 2) just start nuking one disk at a time at that site and forcing it to resync | 00:39 |
andybotting | we're also are a bit unsure about etags on containers too - the bad etags at the problem site match the bad etags on problem objects | 00:40 |
*** sorrison_laptop has joined #openstack-swift | 00:42 | |
*** jakeyip has joined #openstack-swift | 00:42 | |
*** tovin07_ has joined #openstack-swift | 00:47 | |
*** yashmurty has joined #openstack-swift | 01:07 | |
*** tovin07 has joined #openstack-swift | 01:16 | |
*** yashmurty has quit IRC | 01:37 | |
kota_ | morning | 01:37 |
*** m_kazuhiro has joined #openstack-swift | 01:46 | |
m_kazuhiro | good morning | 01:47 |
kota_ | o/ | 01:48 |
m_kazuhiro | o/ | 01:50 |
*** yashmurty has joined #openstack-swift | 01:52 | |
*** tovin07__ has joined #openstack-swift | 01:55 | |
*** tovin07_ has quit IRC | 01:58 | |
mattoliverau | kota_, m_kazuhiro morning o/ | 01:59 |
kota_ | mattoliverau: o/ | 01:59 |
m_kazuhiro | mattoliverau: morning. Do you have time to discuss task queue now? I want to discuss upgrade impact of expirer's task queue udpate. I wrote about it on etherpad page https://etherpad.openstack.org/p/swift_general_task_queue | 02:02 |
mattoliverau | m_kazuhiro: I need to finish expenses and catching up on what I missed last week at work. So I little busy right now. I'll ping you once I'm done :) | 02:14 |
m_kazuhiro | mattoliverau: OK! :) | 02:17 |
notmyname | andybotting: that's unfortunate | 02:46 |
notmyname | andybotting: I was just hoping to find a way to reduce the list of objects to check to something smaller than "every object in the cluster" | 02:49 |
notmyname | you may be able to start with a container listing in the good region, especially if the objects went to the same container | 02:49 |
notmyname | hmm.. or actually find all the container DBs in the bad region. then find the other replicas of those containers and compare the listings. if you find a mismatch, then also query the objects | 02:50 |
notmyname | that won't get all of them, necessarily, because a container being in a region doesn't mean that an object is in that region, and it was the objects that were corrupted | 02:51 |
andybotting | notmyname: any reason why we shouldn't just nuke the data, disk by disk at the affected site? | 03:00 |
sorrison_laptop | One of the known bad objects was listed in a container in a different region with the bad etag, the container was also in the bad region with the correct etag | 03:00 |
notmyname | sorrison_laptop: of course! | 03:01 |
notmyname | how's the dispersion on the ring? do you have more than 3 regions and no overload or anything. IOW, is the stuff that's in the bad region only have one replica in the bad region? | 03:02 |
notmyname | andybotting: I'm not normally a fan of "just delete it" strategies :-) | 03:02 |
sorrison_laptop | we have 5 regions | 03:04 |
andybotting | yeah, it's a bit of a sledgehammer approach | 03:05 |
sorrison_laptop | 3 object copies, 5 for container and account | 03:05 |
notmyname | oh! how about this... | 03:05 |
notmyname | hack up the ZBF auditor. instead of just checking for zero-byte-files, it grabs the saved etag for every object and dumps it in a local csv file (eg name, etag). then by the power of Python, find the mismatched etags. that's then your working list for restoring the non-corrupted data | 03:06 |
notmyname | downside is you have to walk every disk | 03:07 |
notmyname | oh, would have to be (name, date, etag) so you know if a mismatched etag is an overwrite or actually corrupted data | 03:08 |
*** rcernin has quit IRC | 03:08 | |
andybotting | yeah, that could work | 03:12 |
*** cshastri has joined #openstack-swift | 03:32 | |
andybotting | notmyname: We'll have a play and get back to you. Thanks for your help | 03:35 |
*** yashmurty has quit IRC | 03:48 | |
*** gkadam_ has quit IRC | 03:58 | |
*** rcernin has joined #openstack-swift | 04:04 | |
*** yashmurty has joined #openstack-swift | 04:09 | |
*** psachin has joined #openstack-swift | 04:17 | |
*** m_kazuhiro_ has joined #openstack-swift | 04:37 | |
*** m_kazuhiro has quit IRC | 04:39 | |
*** m_kazuhiro_ has quit IRC | 04:43 | |
*** m_kazuhiro has joined #openstack-swift | 04:44 | |
openstackgerrit | Kota Tsuyuzaki proposed openstack/swift feature/s3api: Fix s3api middleware to work with functests https://review.openstack.org/537838 | 04:59 |
kota_ | tdasilva, timburke, (and perhaps, acoles knows?): do you know where we have object-server.conf in the swift-tox-func gate? | 05:00 |
kota_ | I'm still working on s3api func tests to pass the gate, which the patch works fine in my local. | 05:01 |
kota_ | in the way, I found s3api requires some extra allow_headers in object-server.conf and it's default off so I'm looking for the place I can inject the config. | 05:02 |
* kota_ is thinking... Or perhaps, we could make it in default at object-server??? | 05:03 | |
openstackgerrit | Kota Tsuyuzaki proposed openstack/swift feature/s3api: Change object-server default allowed_headers https://review.openstack.org/538750 | 05:10 |
mattoliverau | kota_: look in test/funtional/__init__.py. It uses _in_process_find_conf_file which by default will look in the <swift source>/etc dir and will also look for -sample files. So by default <swift-source>/etc/object-server.conf-sample. | 05:40 |
mattoliverau | kota_: more detailed. .zuul.yaml a job uses a toc_envlist. So you could add one for s3api | 05:41 |
mattoliverau | kota_: then the tox.ini env would point to a SWIFT_TEST_IN_PROCESS_CONF_LOADER=s3api or something | 05:42 |
kota_ | mattoliverau: thx the info. | 05:43 |
mattoliverau | kota_: then add an 's3api' to the conf_loaders in test/functional/__init__.py. Which I think points to a function that will tweek the settings. | 05:43 |
kota_ | mattoliverau: I was thinking so "editing etc/object-sever.conf-sample affects the result" but, i could not get expected result. | 05:44 |
kota_ | let me check the conf loader process. | 05:44 |
kota_ | it looks like the entry point is around _in_process_find_conf_file ? | 05:46 |
*** gkadam has joined #openstack-swift | 05:47 | |
mattoliverau | yeah, when it looks for a conf file to use. | 05:48 |
*** SkyRocknRoll has quit IRC | 05:48 | |
mattoliverau | conf_loaders on line (377) and in_process_setup (383) (on master) is where the conf_loaders happen, and around line 434 is where the modification to the configs happen. So where an s3api funtion could insert itself into the pipeline. | 05:50 |
mattoliverau | oh that's the proxy and swift.confs not object-server. | 05:51 |
kota_ | yeah, IIRC, current all in-process functests requires to modify only proxy conf or swift.conf. | 05:56 |
mattoliverau | kota_: it looks like the object config used is built up from the config dictionany definted at the root level of the file. then global config is used. So you might be able to just add extra config to that in your s3api function you use to insert the s3api middelware to the proxy.. if that's what your doing | 05:56 |
mattoliverau | *config dictionary defined | 05:57 |
mattoliverau | (sorry failing at typing) | 05:57 |
kota_ | where file the config dict is in? | 05:57 |
kota_ | functional/__init__.py? | 05:58 |
mattoliverau | yeah line 91 (on master) | 05:58 |
mattoliverau | then global on 447 | 05:59 |
mattoliverau | object servers are created with it on 559 | 06:00 |
kota_ | oic, and it's in "def in_process_setup(the_object_server=object_server)" | 06:00 |
mattoliverau | yeah, that's what it looks like. | 06:00 |
kota_ | I may hack the code, let me take a while to try it. | 06:00 |
*** SkyRocknRoll has joined #openstack-swift | 06:01 | |
mattoliverau | :) | 06:01 |
kota_ | mattoliverau: much appreciated! | 06:01 |
mattoliverau | nps, I hope it helps | 06:01 |
*** stewie925 has quit IRC | 06:28 | |
* kota_ is playing with 'SWIFT_TEST_IN_PROCESS=1' | 06:54 | |
*** sorrison_laptop has quit IRC | 06:57 | |
*** kazsh has joined #openstack-swift | 06:58 | |
*** geaaru_ has quit IRC | 07:06 | |
openstackgerrit | Kota Tsuyuzaki proposed openstack/swift feature/s3api: Fix s3api middleware to work with functests https://review.openstack.org/537838 | 07:10 |
*** rcernin has quit IRC | 07:11 | |
kota_ | ^ worked well in my local with `tox -e func-s3api` and s3api is only in the env. i.e. I'm expecting that will pass the gate check. | 07:11 |
* kota_ is praying | 07:12 | |
*** cbartz has joined #openstack-swift | 07:16 | |
*** armaan has joined #openstack-swift | 07:26 | |
*** hoonetorg has quit IRC | 07:35 | |
*** m_kazuhiro_ has joined #openstack-swift | 07:38 | |
*** hseipp has joined #openstack-swift | 07:41 | |
*** m_kazuhiro has quit IRC | 07:41 | |
*** m_kazuhiro_ has quit IRC | 07:42 | |
*** m_kazuhiro has joined #openstack-swift | 07:42 | |
openstackgerrit | Kota Tsuyuzaki proposed openstack/swift master: WIP: Move swift-drive-audit code to swift/cli/drive_audit https://review.openstack.org/511205 | 07:43 |
*** Supun has joined #openstack-swift | 07:44 | |
*** pcaruana has joined #openstack-swift | 07:44 | |
*** neonpastor has quit IRC | 07:45 | |
*** neonpastor has joined #openstack-swift | 07:49 | |
*** hoonetorg has joined #openstack-swift | 07:52 | |
*** links has joined #openstack-swift | 08:09 | |
*** stewie925 has joined #openstack-swift | 08:15 | |
*** Supun has quit IRC | 08:22 | |
*** d0ugal has quit IRC | 08:22 | |
*** tesseract has joined #openstack-swift | 08:26 | |
*** d0ugal has joined #openstack-swift | 08:28 | |
*** geaaru has joined #openstack-swift | 08:42 | |
*** yashmurty has quit IRC | 08:43 | |
*** kei_yama has quit IRC | 08:45 | |
*** cbartz has quit IRC | 08:49 | |
*** d0ugal has quit IRC | 09:00 | |
acoles | good morning | 09:13 |
acoles | kota_: did you get it figured out? iirc tox -e func runs on devstack but the the other tox func-* jobs use in process testing | 09:18 |
kota_ | acoles: good morning. And mattoliverau helps me to get it. | 09:18 |
kota_ | acoles: it looks like the new zuul job with in-process is running well (looking at http://zuul.openstack.org/) | 09:19 |
acoles | kota_: great. BTW here's an example of adding a custom in process test conf loader https://review.openstack.org/#/c/503262/ | 09:19 |
patchbot | patch 503262 - swift - Functional tests for staticweb middleware | 09:19 |
kota_ | except, it got timeout :/ | 09:20 |
*** d0ugal has joined #openstack-swift | 09:20 | |
kota_ | but looking at the logs (http://logs.openstack.org/38/537838/5/check/swift-tox-func-s3api/40a6d7d/job-output.txt.gz) it looks like that had been going well.... | 09:20 |
kota_ | I'm not sure if it's zuul issue or not, yet. | 09:21 |
kota_ | acoles: yeah, i just did the customization (https://review.openstack.org/#/c/537838/5/test/functional/__init__.py) ;-) | 09:22 |
patchbot | patch 537838 - swift (feature/s3api) - Fix s3api middleware to work with functests | 09:22 |
acoles | OIC, nice! just catching up in my scrollback | 09:22 |
acoles | we need to thank jrichli_ for pioneering the in process custom loader pattern | 09:23 |
kota_ | acoles: absolutely | 09:23 |
kota_ | but one thing I didn't catch up what happens in the swift-tox-func gate. | 09:24 |
*** cbartz has joined #openstack-swift | 09:24 | |
kota_ | it looks like tox -e func is not "in process" that means it will test against to the existing cluster | 09:25 |
acoles | kota_: yes I think that job uses devstack | 09:25 |
kota_ | acoles: oh, it's in dsvm? | 09:25 |
acoles | I was just looking for a recent log to confirm but I'm getting 'File not found' on all the job results :/ | 09:25 |
kota_ | too bad :/ | 09:26 |
kota_ | recently, zuul is unstable :( | 09:26 |
acoles | maybe something to do with the zuul issues at end of last week, perhaps we lost a load of logs | 09:26 |
kota_ | kk. I'll check the stats tomorrow morning. maybe we will get NOTICE or something here (or @openstackinfra at twitter). | 09:29 |
kota_ | thanks acoles, mattoliverau, and jrichli_! | 09:30 |
*** Supun has joined #openstack-swift | 09:42 | |
*** Supun has quit IRC | 09:47 | |
*** m_kazuhiro has quit IRC | 09:55 | |
*** tovin07__ has quit IRC | 10:04 | |
*** threestrands_ has joined #openstack-swift | 10:33 | |
*** Supun has joined #openstack-swift | 10:35 | |
*** threestrands has quit IRC | 10:36 | |
*** jappleii__ has joined #openstack-swift | 10:37 | |
*** jappleii__ has quit IRC | 10:38 | |
*** jappleii__ has joined #openstack-swift | 10:39 | |
*** threestrands_ has quit IRC | 10:41 | |
-openstackstatus- NOTICE: Zuul is currently under heavy load. Do not *recheck* or *approve* any changes. | 11:04 | |
*** shohra has joined #openstack-swift | 11:29 | |
shohra | We are facing openstack swift problem where some segments are missing every time we upload some file | 11:30 |
shohra | The log is as following ClientException at /api/swift/containers/cassandra_jill_data_segments/object/zeele/cassandra-ac-cfm:18.01.0000_jill_20180125.tar.gz/1516878130.261379/6062520072/500000000/00000000 Object GET failed: http://wharf-openstack.internal.worksap.com:8088/v1/AUTH_49d9a14594674e3991be8c9dbe6f0567/cassandra_jill_data_segments/zeele/cassandra-ac-cfm%3A18.01.0000_jill_20180125.tar.gz/1516878130.261379/6062520072/ | 11:30 |
shohra | Exception Value: Object GET failed: http://wharf-openstack.internal.worksap.com:8088/v1/AUTH_49d9a14594674e3991be8c9dbe6f0567/cassandra_jill_data_segments/zeele/cassandra-ac-cfm%3A18.01.0000_jill_20180125.tar.gz/1516878130.261379/6062520072/500000000/00000000 404 Not Found [first 60 chars of response] <html><h1>Not Found</h1><p>The resource could not be found.< Exception Location:/usr/lib/python2.7/dist-packages/swiftclie | 11:31 |
*** mvk has quit IRC | 12:02 | |
*** cshastri has quit IRC | 12:43 | |
*** armaan_ has joined #openstack-swift | 12:49 | |
*** armaan has quit IRC | 12:52 | |
*** mvk has joined #openstack-swift | 13:17 | |
openstackgerrit | Alistair Coles proposed openstack/swift feature/deep: Fix misplaced_objects method and align with cleave method https://review.openstack.org/538327 | 13:27 |
-openstackstatus- NOTICE: Zuul is currently under heavy load. Do not *recheck* or *approve* any changes until we give the go ahead. | 13:34 | |
*** ChanServ changes topic to "Zuul is currently under heavy load. Do not *recheck* or *approve* any changes until we give the go ahead." | 13:34 | |
*** d0ugal has quit IRC | 13:38 | |
*** d0ugal has joined #openstack-swift | 13:38 | |
*** bkopilov has quit IRC | 13:40 | |
*** SkyRocknRoll has quit IRC | 13:49 | |
*** cbartz has quit IRC | 13:53 | |
*** cbartz has joined #openstack-swift | 14:01 | |
*** SkyRocknRoll has joined #openstack-swift | 14:05 | |
*** Sourav has joined #openstack-swift | 14:06 | |
Sourav | Hello guys, I am facing some problem with Swift. I am using 5 data nodes. 4 of them are full and last one has 1.3TB left. But swift can't store files. | 14:09 |
Sourav | While uploading it shows that segments are uploaded but with `stat` command it can't find that segments. | 14:09 |
Sourav | Error message just showing that `rsync` error and write error. No disk space left. | 14:10 |
Sourav | !!!! Please help !!!! | 14:10 |
openstack | Sourav: Error: "!!!" is not a valid command. | 14:10 |
Sourav | @#openstack-swift | 14:10 |
*** psachin has quit IRC | 14:15 | |
-openstackstatus- NOTICE: we've been able to restart zuul, and re-enqueue changes for gate. Please hold off on recheck or approves, we are still recovering. More info shortly. | 14:30 | |
*** gkadam has quit IRC | 14:33 | |
*** SkyRocknRoll has quit IRC | 14:42 | |
*** SkyRocknRoll has joined #openstack-swift | 14:56 | |
*** Supun has quit IRC | 15:22 | |
*** Supun has joined #openstack-swift | 15:25 | |
*** cbartz has quit IRC | 15:48 | |
*** tesseract has quit IRC | 16:03 | |
*** jappleii__ has quit IRC | 16:05 | |
*** ukaynar has joined #openstack-swift | 16:09 | |
*** SkyRocknRoll has quit IRC | 16:11 | |
*** links has quit IRC | 16:20 | |
*** ChanServ changes topic to "https://bugs.not.mn/project/Swift | Logs: http://eavesdrop.openstack.org/irclogs/%23openstack-swift/ | Meetings: https://wiki.openstack.org/wiki/Meetings/Swift | Review Dashboard: http://not.mn/reviews.html" | 16:22 | |
-openstackstatus- NOTICE: zuul.o.o is back online, feel free to recheck / approve patches. | 16:22 | |
*** pcaruana has quit IRC | 16:25 | |
*** SkyRocknRoll has joined #openstack-swift | 16:29 | |
*** armaan has joined #openstack-swift | 16:36 | |
*** brimestone has joined #openstack-swift | 16:36 | |
notmyname | good morning | 16:39 |
*** armaan_ has quit IRC | 16:39 | |
*** tesseract has joined #openstack-swift | 16:47 | |
openstackgerrit | OpenStack Release Bot proposed openstack/python-swiftclient master: Update reno for stable/queens https://review.openstack.org/538972 | 16:54 |
*** Supun has quit IRC | 17:20 | |
*** Supun has joined #openstack-swift | 17:21 | |
openstackgerrit | Tim Burke proposed openstack/python-swiftclient master: Update reno for stable/queens https://review.openstack.org/538972 | 17:24 |
*** hseipp has quit IRC | 17:26 | |
*** gyee has joined #openstack-swift | 17:29 | |
*** armaan_ has joined #openstack-swift | 17:29 | |
*** armaan_ has quit IRC | 17:31 | |
*** armaan_ has joined #openstack-swift | 17:32 | |
*** armaan has quit IRC | 17:32 | |
*** ukaynar has quit IRC | 17:33 | |
timburke | notmyname, andybotting, sorrison: we keep finding reasons that it'd be nice to have https://review.openstack.org/#/c/212824/ ... | 17:34 |
patchbot | patch 212824 - swift - Let developers/operators add watchers to object audit | 17:34 |
*** Supun has quit IRC | 17:41 | |
*** Supun has joined #openstack-swift | 17:42 | |
*** ukaynar has joined #openstack-swift | 17:44 | |
*** mvk has quit IRC | 17:56 | |
*** ukaynar has quit IRC | 18:16 | |
*** ukaynar has joined #openstack-swift | 18:16 | |
*** geaaru has quit IRC | 18:17 | |
*** ukaynar has quit IRC | 18:20 | |
*** ukaynar has joined #openstack-swift | 18:24 | |
*** mvk has joined #openstack-swift | 18:35 | |
*** brimestone has quit IRC | 19:09 | |
*** hseipp has joined #openstack-swift | 19:23 | |
*** hseipp has quit IRC | 19:25 | |
*** tesseract has quit IRC | 19:31 | |
openstackgerrit | Samuel Merritt proposed openstack/swift master: Cleanup for iterators in SegmentedIterable https://review.openstack.org/538366 | 19:59 |
*** ukaynar has quit IRC | 20:09 | |
*** ukaynar has joined #openstack-swift | 20:10 | |
*** ukaynar has quit IRC | 20:14 | |
*** ukaynar has joined #openstack-swift | 20:20 | |
*** awkwardpenguin has joined #openstack-swift | 21:16 | |
*** Supun has quit IRC | 21:18 | |
openstackgerrit | Tim Burke proposed openstack/swift master: tempurl: Make the digest algorithm configurable https://review.openstack.org/525770 | 21:25 |
*** ukaynar has quit IRC | 21:36 | |
*** ukaynar has joined #openstack-swift | 21:47 | |
*** awkwardpenguin has quit IRC | 21:53 | |
*** awkwardpenguin has joined #openstack-swift | 22:03 | |
openstackgerrit | Tim Burke proposed openstack/swift master: Fix up some Content-Type handling in account/container listings https://review.openstack.org/533027 | 22:04 |
mattoliverau | morning | 22:05 |
notmyname | mattoliverau: hello | 22:05 |
*** threestrands has joined #openstack-swift | 22:05 | |
*** threestrands has quit IRC | 22:05 | |
*** threestrands has joined #openstack-swift | 22:05 | |
notmyname | mattoliverau: so walking down the sidewalk at lunch in SF, and I am still trying to go to the left of oncoming people. my brain hasn't switched back yet :-) | 22:05 |
mattoliverau | lol, the first road I cross whenever I arrive in the US is always the most dangerous ;P | 22:07 |
notmyname | just look everywhere, all the time | 22:07 |
*** threestrands_ has joined #openstack-swift | 22:07 | |
*** awkwardpenguin has quit IRC | 22:08 | |
*** threestrands has quit IRC | 22:08 | |
*** threestrands_ has quit IRC | 22:08 | |
*** threestrands has joined #openstack-swift | 22:08 | |
*** vint_bra has joined #openstack-swift | 22:12 | |
*** awkwardpenguin has joined #openstack-swift | 22:14 | |
*** awkwardpenguin has quit IRC | 22:19 | |
kota_ | yey, https://review.openstack.org/#/c/537838/ works at the gate! | 22:19 |
patchbot | patch 537838 - swift (feature/s3api) - Fix s3api middleware to work with functests | 22:19 |
mattoliverau | kota_: nice! | 22:20 |
tdasilva | kota_: great! | 22:20 |
kota_ | mattoliverau: thx! you helped me a lot! | 22:20 |
*** threestrands_ has joined #openstack-swift | 22:21 | |
kota_ | tdasilva: o/ | 22:21 |
*** vint_bra has quit IRC | 22:22 | |
*** threestrands has quit IRC | 22:23 | |
*** awkwardpenguin has joined #openstack-swift | 22:24 | |
*** geaaru has joined #openstack-swift | 22:25 | |
*** awkwardpenguin has quit IRC | 22:29 | |
tdasilva | kota_: does that mean I can abandon p 532545 | 22:30 |
patchbot | https://review.openstack.org/#/c/532545/ - swift (feature/s3api) - WIP: merge func tests | 22:30 |
*** awkwardpenguin has joined #openstack-swift | 22:34 | |
*** jappleii__ has joined #openstack-swift | 22:35 | |
*** vint_bra has joined #openstack-swift | 22:35 | |
*** jappleii__ has quit IRC | 22:36 | |
*** jappleii__ has joined #openstack-swift | 22:37 | |
*** threestrands_ has quit IRC | 22:37 | |
*** awkwardpenguin has quit IRC | 22:39 | |
*** awkwardpenguin has joined #openstack-swift | 22:45 | |
*** rcernin has joined #openstack-swift | 22:46 | |
*** awkwardpenguin has quit IRC | 22:50 | |
openstackgerrit | Tim Burke proposed openstack/swift master: Improve content negotiation https://review.openstack.org/207276 | 22:52 |
*** vint_bra has quit IRC | 22:53 | |
*** awkwardpenguin has joined #openstack-swift | 22:55 | |
*** awkwardpenguin has quit IRC | 23:00 | |
openstackgerrit | Tim Burke proposed openstack/swift master: Disallow fractional replicas in EC policies https://review.openstack.org/503454 | 23:01 |
*** ukaynar has quit IRC | 23:02 | |
*** awkwardpenguin has joined #openstack-swift | 23:05 | |
*** awkwardpenguin has quit IRC | 23:10 | |
kota_ | tdasilva: no it depends on your patch | 23:15 |
*** awkwardpenguin has joined #openstack-swift | 23:16 | |
kota_ | so i wonder if you could check mine and squash it to yours | 23:16 |
*** vint_bra has joined #openstack-swift | 23:18 | |
*** awkwardpenguin has quit IRC | 23:21 | |
*** awkwardpenguin has joined #openstack-swift | 23:26 | |
*** awkwardpenguin has quit IRC | 23:31 | |
*** awkwardpenguin has joined #openstack-swift | 23:36 | |
tdasilva | kota_: ah ok, I will do that... | 23:41 |
*** awkwardpenguin has quit IRC | 23:41 | |
*** briancline has quit IRC | 23:45 | |
*** StevenK has quit IRC | 23:45 | |
*** blair has quit IRC | 23:45 | |
*** jlvillal has quit IRC | 23:45 | |
*** jistr has quit IRC | 23:45 | |
*** awkwardpenguin has joined #openstack-swift | 23:47 | |
*** briancline has joined #openstack-swift | 23:51 | |
*** StevenK has joined #openstack-swift | 23:51 | |
*** blair has joined #openstack-swift | 23:51 | |
*** jlvillal has joined #openstack-swift | 23:51 | |
*** jistr has joined #openstack-swift | 23:51 | |
*** awkwardpenguin has quit IRC | 23:51 | |
*** awkwardpenguin has joined #openstack-swift | 23:57 | |
*** awkwardpenguin has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!