*** abhirc has quit IRC | 00:00 | |
*** abhirc has joined #openstack-swift | 00:00 | |
*** rdaly2_ has quit IRC | 00:01 | |
*** ho has joined #openstack-swift | 00:02 | |
ho | good morning guys! | 00:05 |
---|---|---|
*** oomichi has joined #openstack-swift | 00:05 | |
notmyname | ho: hi | 00:06 |
ho | notmyname: hello | 00:06 |
mattoliverau | ho: morning | 00:07 |
*** fandi has quit IRC | 00:09 | |
*** nellysmitt has joined #openstack-swift | 00:09 | |
ho | mattoliverau: morning! | 00:10 |
*** nellysmitt has quit IRC | 00:14 | |
*** IRTermite has quit IRC | 00:17 | |
*** fandi has joined #openstack-swift | 00:25 | |
*** panbalag has joined #openstack-swift | 00:27 | |
*** david-lyle is now known as david-lyle_afk | 00:31 | |
*** IRTermite has joined #openstack-swift | 00:33 | |
*** fandi has quit IRC | 00:36 | |
*** annegent_ has joined #openstack-swift | 00:45 | |
*** tellesnobrega_ has quit IRC | 00:47 | |
*** annegent_ has quit IRC | 00:59 | |
*** fifieldt has quit IRC | 01:00 | |
*** jamielennox has joined #openstack-swift | 01:03 | |
jamielennox | is there a reason that swift doesn't use oslo.config? | 01:37 |
*** dmorita has joined #openstack-swift | 01:41 | |
torgomatic | jamielennox: numerous ones; is there a particular thing you're looking for? | 01:42 |
*** Nadeem has quit IRC | 01:43 | |
jamielennox | torgomatic: so swift is broken in devstack and i'm fixing that | 01:43 |
jamielennox | the reason is that we had pushed all the services to configure auth_token middleware via oslo.config | 01:43 |
jamielennox | and swift is simply ignoring all those options because it doesn't use it | 01:44 |
*** annegent_ has joined #openstack-swift | 01:45 | |
torgomatic | jamielennox: so you're adding the configuration options to Swift's configs? | 01:47 |
jamielennox | torgomatic: not really, we're registering those options against auth_token middleware from keystonemiddleware | 01:50 |
jamielennox | by configuring auth_token middleware via the paste options you're essentially providing an override of what is supposed to be sent via oslo.config | 01:51 |
*** annegent_ has quit IRC | 01:51 | |
jamielennox | however all these changes that are happening in auth_token middleware aren't going to work with swift because they are just ignored | 01:52 |
*** tellesnobrega_ has joined #openstack-swift | 01:53 | |
torgomatic | right; the devstack scripts have to place the options into the proxy server's conf file so that they get plumbed through to auth_token | 01:53 |
jamielennox | torgomatic: yep - so every other service you configure under the [keystone_authtoken] section of a config file | 01:54 |
*** jrichli has joined #openstack-swift | 01:54 | |
torgomatic | so the section name changes from [keystone_authtoken] to [filter:authtoken] or something like that? | 01:55 |
jamielennox | torgomatic: it changes how the options are passed | 01:55 |
jamielennox | options in [filter:authtoken] are handled via paste, options in [keystone_authtoken] are handled via olso.config | 01:56 |
jamielennox | there is no support for newer features of keystonemiddleware via paste | 01:56 |
torgomatic | jamielennox: is that intentional, or an oversight? | 01:58 |
jamielennox | there were some technical problems that made it hard to support both, the keystone team has always told people to configure via [keystone_authtoken] and as far as we knew everyone used oslo.config anyway | 01:59 |
jamielennox | so we decided to just drop support for new options from paste | 02:01 |
torgomatic | jamielennox: that's unfortunate; what's keystone's plan for retaining Swift support, then? or rather, for letting Swift clusters use the new authtoken options? | 02:02 |
jamielennox | torgomatic: well this is the first that i've (or as far as i know keystone) have heard of any of the openstack projects not using oslo.config | 02:03 |
jamielennox | which is why i was wondering why swift didn't | 02:03 |
torgomatic | jamielennox: well, it never has; it's been pastedeploy from the beginning, and that's worked until now | 02:05 |
torgomatic | plus changing config formats would make upgrading significantly harder, and we really try to keep upgrades as easy as possible | 02:06 |
jamielennox | so it's entirely paste deploy? everything configured via pipeline rather than parsing the ini? | 02:07 |
torgomatic | for the HTTP-serving daemons, I believe that's correct | 02:08 |
torgomatic | proxy, account, container, and object servers | 02:08 |
torgomatic | the replicators and such use ConfigParser, since there's no sense in them using paste; the format is the same, but they get their own sections | 02:09 |
*** nellysmitt has joined #openstack-swift | 02:10 | |
*** haomaiwa_ has joined #openstack-swift | 02:10 | |
*** haomaiwa_ has quit IRC | 02:10 | |
*** haomaiwang has joined #openstack-swift | 02:11 | |
jamielennox | so in there case i would entirely see the point in using oslo.config instead of ConfigParser - but that doesn't help me as they won't use auth_token middleware anyway | 02:11 |
torgomatic | indeed | 02:11 |
*** abhirc has quit IRC | 02:11 | |
*** fandi has joined #openstack-swift | 02:14 | |
*** nellysmitt has quit IRC | 02:14 | |
openstackgerrit | Sarvesh Ranjan proposed openstack/swift: Typos fixed https://review.openstack.org/151508 | 02:20 |
*** dmsimard_away is now known as dmsimard | 02:22 | |
openstackgerrit | Madhuri Kumari proposed openstack/swift: Check for existence of swift servers binaries. https://review.openstack.org/91753 | 02:29 |
*** bkopilov has joined #openstack-swift | 02:30 | |
*** dmsimard is now known as dmsimard_away | 02:34 | |
*** annegent_ has joined #openstack-swift | 02:46 | |
*** annegent_ has quit IRC | 02:51 | |
*** annegent_ has joined #openstack-swift | 03:22 | |
*** annegent_ has quit IRC | 03:27 | |
*** annegent_ has joined #openstack-swift | 03:46 | |
*** mtreinish_ has joined #openstack-swift | 03:47 | |
*** annegent_ has quit IRC | 03:51 | |
*** dmsimard_away is now known as dmsimard | 03:53 | |
openstackgerrit | Merged openstack/swift: Typos fixed https://review.openstack.org/151508 | 03:54 |
*** ppai has joined #openstack-swift | 03:55 | |
*** dmsimard is now known as dmsimard_away | 03:57 | |
*** bill_az_ has quit IRC | 04:03 | |
*** mtreinish_ is now known as mtreinish | 04:04 | |
*** lpabon has joined #openstack-swift | 04:10 | |
*** lpabon has quit IRC | 04:10 | |
*** nellysmitt has joined #openstack-swift | 04:11 | |
openstackgerrit | Merged openstack/swift: Remove deprecated config variables https://review.openstack.org/150832 | 04:15 |
*** nellysmitt has quit IRC | 04:15 | |
openstackgerrit | Merged openstack/swift: Drop redundant check in SLO segment-size validation https://review.openstack.org/146587 | 04:15 |
openstackgerrit | Merged openstack/python-swiftclient: Fix environment sanitization for TestServiceUtils https://review.openstack.org/149108 | 04:15 |
*** silor has joined #openstack-swift | 04:17 | |
*** annegent_ has joined #openstack-swift | 04:46 | |
*** annegent_ has quit IRC | 04:51 | |
*** jrichli has quit IRC | 04:53 | |
*** fandi has quit IRC | 05:12 | |
*** silor has quit IRC | 05:17 | |
*** fandi has joined #openstack-swift | 05:31 | |
*** annegent_ has joined #openstack-swift | 05:46 | |
*** annegent_ has quit IRC | 05:51 | |
*** SkyRocknRoll has joined #openstack-swift | 05:58 | |
*** SkyRocknRoll has joined #openstack-swift | 05:58 | |
*** echevemaster has quit IRC | 06:09 | |
*** nellysmitt has joined #openstack-swift | 06:12 | |
*** nellysmitt has quit IRC | 06:16 | |
*** fandi has quit IRC | 06:18 | |
*** EmilienM is now known as EmilienM|afk | 06:29 | |
*** quack_quack_ has quit IRC | 06:29 | |
*** fandi has joined #openstack-swift | 06:37 | |
*** fandi has quit IRC | 06:44 | |
*** annegent_ has joined #openstack-swift | 06:46 | |
*** annegent_ has quit IRC | 06:51 | |
*** fandi has joined #openstack-swift | 07:09 | |
*** annegent_ has joined #openstack-swift | 07:46 | |
*** annegent_ has quit IRC | 07:51 | |
*** chlong has quit IRC | 08:08 | |
*** nellysmitt has joined #openstack-swift | 08:13 | |
*** nellysmitt has quit IRC | 08:14 | |
*** nellysmitt has joined #openstack-swift | 08:14 | |
*** rledisez has joined #openstack-swift | 08:18 | |
*** oomichi has quit IRC | 08:39 | |
ho | donagh: acoles: is there any problem for asking the spec. (not code review) for the pach in the gerrit? (https://review.openstack.org/#/c/137086/) | 08:39 |
*** annegent_ has joined #openstack-swift | 08:46 | |
*** cebruns has quit IRC | 08:47 | |
*** cebruns has joined #openstack-swift | 08:48 | |
*** annegent_ has quit IRC | 08:52 | |
ho | donagh: acoles: or should i put on https://review.openstack.org/#/c/138771/ . but my questions are not out of scope ot this. | 09:10 |
*** geaaru has joined #openstack-swift | 09:12 | |
*** acoles_away is now known as acoles | 09:24 | |
*** jistr has joined #openstack-swift | 09:31 | |
acoles | mattoliverau: yeah, come the summer we may overlap. or I could get out of bed earlier ;) | 09:40 |
acoles | ho: not sure i understand your question, but it is probably best have discussion on the code review at this point i.e 137086 | 09:44 |
ho | acoles: thanks! I will put my questions on it. | 09:46 |
*** annegent_ has joined #openstack-swift | 09:46 | |
*** ppai has quit IRC | 09:48 | |
*** annegent_ has quit IRC | 09:51 | |
*** acoles is now known as acoles_away | 09:54 | |
ho | I should learn how to write comments on gerrit within the frame.(https://review.openstack.org/#/c/137086/) Does anyone have info for this? | 10:00 |
*** jordanP has joined #openstack-swift | 10:00 | |
*** ppai has joined #openstack-swift | 10:02 | |
*** dmorita has quit IRC | 10:02 | |
*** fandi has quit IRC | 10:05 | |
*** tellesnobrega_ has quit IRC | 10:16 | |
*** tellesnobrega_ has joined #openstack-swift | 10:32 | |
*** jamielennox is now known as jamielennox|away | 10:36 | |
*** erlon has joined #openstack-swift | 10:36 | |
*** erlon has quit IRC | 10:36 | |
*** erlon has joined #openstack-swift | 10:37 | |
*** chlong has joined #openstack-swift | 10:42 | |
*** tellesnobrega_ has quit IRC | 10:44 | |
*** jamielennox|away is now known as jamielennox | 10:44 | |
*** annegent_ has joined #openstack-swift | 10:46 | |
*** nellysmitt has quit IRC | 10:50 | |
*** annegent_ has quit IRC | 10:51 | |
*** jamielennox is now known as jamielennox|away | 10:56 | |
BobBall | jamielennox|away: Thanks so much | 11:14 |
BobBall | I've just had a result from the xenserver CI that confirms it's all working again | 11:15 |
BobBall | jamielennox|away: Now I just need to persuade ppl to merge it ASAP :) | 11:15 |
*** aix has joined #openstack-swift | 11:34 | |
*** BobBall has left #openstack-swift | 11:53 | |
*** dvas has joined #openstack-swift | 12:07 | |
*** nellysmitt has joined #openstack-swift | 12:10 | |
*** jasondotstar has quit IRC | 12:12 | |
*** Anayag has joined #openstack-swift | 12:17 | |
Anayag | Hi, I am new to Swift arachitecture, Could anyone explain me how the swift clients select the proxy? | 12:18 |
Anayag | Is it random or for a session is it the same proxy? | 12:19 |
*** aix has quit IRC | 12:22 | |
ahale | normally you would put your proxies behind an https loadbalancer, doesnt need to keep any stickyness or state, each req can hit a random proxy in most swift setups | 12:24 |
ho | Have a nice weekend! | 12:28 |
*** ho has quit IRC | 12:28 | |
Anayag | Thanks | 12:30 |
*** nellysmitt has quit IRC | 12:31 | |
Anayag | and further more is there any way so we can maintain the statein the client | 12:31 |
Anayag | so that it can connect to the same proxy? | 12:31 |
ahale | I guess you could make it sticky at your lbs if you needed that yeah | 12:35 |
ahale | the client shouldnt ever really need to know anything about the architecture its talking to though | 12:36 |
*** dvas has quit IRC | 12:36 | |
*** NM has joined #openstack-swift | 12:58 | |
Anayag | Thanks a lot | 12:58 |
*** aix has joined #openstack-swift | 13:03 | |
*** jyoti-ranjan has joined #openstack-swift | 13:13 | |
*** haomaiwang has quit IRC | 13:15 | |
*** tellesnobrega_ has joined #openstack-swift | 13:16 | |
jyoti-ranjan | I do have one qestion related to usage of swift for cinder backup driver. | 13:18 |
jyoti-ranjan | can I use swift which is not part of my cloud to configure it as a backup driver in my cloud? | 13:18 |
*** nellysmitt has joined #openstack-swift | 13:18 | |
jordanP | jyoti-ranjan, I don't thing that is possible, but you might want to ask in #openstack-cinder | 13:23 |
*** tellesnobrega_ has quit IRC | 13:25 | |
*** ppai has quit IRC | 13:27 | |
*** EmilienM|afk is now known as EmilienM | 13:28 | |
*** rdaly2 has joined #openstack-swift | 13:28 | |
*** foexle has joined #openstack-swift | 13:30 | |
*** bill_az_ has joined #openstack-swift | 13:37 | |
*** mahatic has joined #openstack-swift | 13:42 | |
*** rdaly2 has quit IRC | 13:43 | |
*** jkugel has joined #openstack-swift | 13:45 | |
*** mahatic has quit IRC | 13:53 | |
*** annegent_ has joined #openstack-swift | 13:57 | |
*** jyoti-ranjan2 has joined #openstack-swift | 13:58 | |
*** lpabon has joined #openstack-swift | 14:04 | |
*** SkyRocknRoll has quit IRC | 14:11 | |
*** jasondotstar has joined #openstack-swift | 14:15 | |
*** mahatic has joined #openstack-swift | 14:16 | |
*** openstackstatus has joined #openstack-swift | 14:21 | |
*** ChanServ sets mode: +v openstackstatus | 14:21 | |
-openstackstatus- NOTICE: zuul isn't running jobs since ~10:30 utc, investigation underway | 14:26 | |
*** ChanServ changes topic to "zuul isn't running jobs since ~10:30 utc, investigation underway" | 14:26 | |
*** dmsimard_away is now known as dmsimard | 14:32 | |
*** EmilienM is now known as EmilienM|afl | 14:35 | |
*** EmilienM|afl is now known as EmilienM|afk | 14:35 | |
*** miqui_ has joined #openstack-swift | 14:39 | |
BAKfr | Hi. Could anyone tell me if a Swift instance can emit notifications when an object in a container is modified ? | 14:41 |
BAKfr | Ideally with a pub-sub system, but anything who can tell me when a container is modified is good. | 14:43 |
glange | would container listings work? | 14:45 |
glange | or heading the object? | 14:45 |
BAKfr | well, I would know immediately when an object is modified, | 14:47 |
glange | nothing like that exists right now as far as I know | 14:48 |
glange | maybe somebody could write middleware for that | 14:48 |
rledisez | middleware that send data to zaqar (ex marconi) would be nice. i'm also interrested in a feature like that | 14:50 |
BAKfr | thanks for your responses. | 14:57 |
*** Anayag has quit IRC | 15:02 | |
*** tdasilva has joined #openstack-swift | 15:05 | |
BAKfr | A middleware would be fine. I've not the time to develop it (and neither the knowledge) now, but I'll think about it. | 15:05 |
*** foexle has quit IRC | 15:05 | |
*** Trixboxer has quit IRC | 15:17 | |
*** nellysmitt has quit IRC | 15:18 | |
*** daddyjoseph97 has joined #openstack-swift | 15:23 | |
*** NM has quit IRC | 15:27 | |
*** rdaly2 has joined #openstack-swift | 15:46 | |
*** kragniz is now known as zingark | 15:53 | |
*** abhirc has joined #openstack-swift | 15:55 | |
*** tdasilva has quit IRC | 15:58 | |
*** EmilienM|afk is now known as EmilienM | 16:07 | |
*** ChanServ changes topic to "Hackathon: https://www.eventbrite.com/e/openstack-swift-hack-a-thon-sponsored-by-swiftstack-tickets-15226147818 | Priority Reviews: https://wiki.openstack.org/wiki/Swift/PriorityReviews | Review Dashboard: http://goo.gl/r2mxbe" | 16:14 | |
-openstackstatus- NOTICE: zuul is running again and changes have been reenqueud. seehttp://status.openstack.org/zuul/ before rechecking if in doubt | 16:14 | |
*** tdasilva has joined #openstack-swift | 16:18 | |
*** david-lyle_afk is now known as david-lyle | 16:19 | |
*** nellysmitt has joined #openstack-swift | 16:25 | |
*** jordanP has quit IRC | 16:27 | |
*** silor has joined #openstack-swift | 16:29 | |
*** abhirc has quit IRC | 16:30 | |
*** os11 has joined #openstack-swift | 16:34 | |
*** os1 has quit IRC | 16:35 | |
*** os11 has left #openstack-swift | 16:36 | |
*** jasondotstar has quit IRC | 16:36 | |
*** IRTermite has quit IRC | 16:43 | |
*** jyoti-ranjan has quit IRC | 16:45 | |
*** jyoti-ranjan has joined #openstack-swift | 16:45 | |
openstackgerrit | Thiago da Silva proposed openstack/swift: versioned writes middleware https://review.openstack.org/134347 | 16:45 |
*** jrichli has joined #openstack-swift | 16:47 | |
*** NM has joined #openstack-swift | 16:48 | |
*** silor has quit IRC | 16:52 | |
notmyname | good morning | 16:54 |
notmyname | glange: BAKfr: rledisez: there's a sample webhook middleware in the docs http://docs.openstack.org/developer/swift/development_middleware.html | 16:56 |
*** IRTermite has joined #openstack-swift | 16:56 | |
glange | and bob's your uncle :) | 16:57 |
rledisez | notmyname: thx for that. i'm getting pretty used to middleware, it's all about time ;) | 16:59 |
notmyname | :-) | 16:59 |
notmyname | turns out I'm in the middle of talking about similar functionality with a swiftstack customer. if possible and if it's generally applicable, I'll definitely want to make it public | 17:00 |
rledisez | sure, we are interested in this functionnality and if we could help (dev or test), we would be happy to do it. we are thinking of using zaqar to consume the events | 17:01 |
rledisez | i'm just worried about perf, maybe having a rabbit between proxy and zaqar would be better | 17:02 |
*** annegent_ has quit IRC | 17:05 | |
*** silor has joined #openstack-swift | 17:05 | |
*** zingark is now known as krangiz | 17:07 | |
*** krangiz is now known as kragniz | 17:07 | |
*** gyee has joined #openstack-swift | 17:11 | |
*** sfineberg has quit IRC | 17:13 | |
notmyname | can some people take a look at https://review.openstack.org/#/c/137659/ today, please? There are some prod cluster(s) that are blocked on it right now, and they'd like to see it land/reviewed | 17:16 |
BAKfr | rledisez, what about using oslo.messaging? it's appropriate for what we want, right? | 17:25 |
notmyname | BAKfr: depends on your requirements. just make sure you are ok with losing messages if you're using non-durable queues | 17:26 |
rledisez | BAKfr: oslo.messaging is used in ceilometer i think, it works pretty well | 17:29 |
rledisez | actually, the ceilometer middleware do what we are talking about, it send a message on upload/download and give the path and method | 17:29 |
rledisez | maybe it's enought, depending on your need | 17:29 |
*** nellysmitt has quit IRC | 17:35 | |
mahatic | notmyname, hello, good morning | 17:35 |
BAKfr | it could be. I'll read some docs about ceilometer. thanks you. | 17:36 |
notmyname | mahatic: hello | 17:37 |
rledisez | BAKfr: the middleware is pretty easy to install and it send to a rabbitmq (persistent). feel free to ask if you need some info, i'm here almost everyday (french time ;)) | 17:37 |
notmyname | rledisez: you're the author of https://review.openstack.org/#/c/137659/ ? | 17:38 |
rledisez | notmyname: yes | 17:38 |
mahatic | notmyname, I have created a test file and wrote down code to test base_storage_server.py, but it's not getting included into the unittests script. i.e when I run the script the tests are not executed | 17:38 |
notmyname | yay. face (irc nick) to name! | 17:38 |
mahatic | http://paste.openstack.org/show/164249/ -> this is what the start of the file looks like | 17:38 |
notmyname | mahatic: looking | 17:38 |
mahatic | okay | 17:38 |
notmyname | mahatic: that looks normal | 17:39 |
notmyname | mahatic: you have test_*() methods in that class? | 17:39 |
notmyname | rledisez: I added it to the priority reviews page and hope some people will be able to look at it today ( acoles_away, torgomatic, glange, dfg_ ) | 17:40 |
mahatic | notmyname, okay, I'm not even telling you what the mistake is :-\ | 17:41 |
mahatic | I didn't put it in the right folder | 17:41 |
notmyname | mahatic: lol | 17:41 |
notmyname | is bob ball in here? | 17:42 |
rledisez | notmyname: ok, thx :) | 17:43 |
*** jyoti_ranjan has joined #openstack-swift | 17:46 | |
*** jyoti-ranjan has quit IRC | 17:46 | |
*** jyoti-ranjan2 has quit IRC | 17:46 | |
*** rledisez has quit IRC | 17:48 | |
*** jyoti_ranjan has quit IRC | 17:52 | |
*** abhirc has joined #openstack-swift | 17:55 | |
*** annegent_ has joined #openstack-swift | 17:58 | |
*** geaaru has quit IRC | 18:00 | |
*** charz has quit IRC | 18:07 | |
*** early` has quit IRC | 18:07 | |
*** evanjfraser_ has quit IRC | 18:07 | |
*** evanjfraser has joined #openstack-swift | 18:08 | |
*** annegent_ has quit IRC | 18:08 | |
*** glange has quit IRC | 18:08 | |
*** mandarine has quit IRC | 18:09 | |
*** glange has joined #openstack-swift | 18:09 | |
*** ChanServ sets mode: +v glange | 18:09 | |
*** mandarine has joined #openstack-swift | 18:10 | |
*** charz has joined #openstack-swift | 18:14 | |
*** early has joined #openstack-swift | 18:16 | |
openstackgerrit | Saeed Ghanbari proposed openstack/swift-specs: Swift Hybrid Container Spec https://review.openstack.org/151728 | 18:20 |
*** annegent_ has joined #openstack-swift | 18:39 | |
-openstackstatus- NOTICE: Gerrit and Zuul will be offline from 1900 to 1930 UTC for project renames | 18:43 | |
*** lpabon has quit IRC | 18:44 | |
*** Dieterbe has left #openstack-swift | 19:01 | |
*** jistr has quit IRC | 19:08 | |
-openstackstatus- NOTICE: Gerrit and Zuul are offline until 1930 UTC for project renames | 19:09 | |
*** ChanServ changes topic to "Gerrit and Zuul are offline until 1930 UTC for project renames" | 19:09 | |
*** jasondotstar has joined #openstack-swift | 19:10 | |
clayg | so what's the deal with keystone - it sounds terrible | 19:17 |
*** annegent_ has quit IRC | 19:22 | |
*** annegent_ has joined #openstack-swift | 19:22 | |
*** zul has quit IRC | 19:24 | |
*** zul has joined #openstack-swift | 19:27 | |
*** ChanServ changes topic to "Hackathon: https://www.eventbrite.com/e/openstack-swift-hack-a-thon-sponsored-by-swiftstack-tickets-15226147818 | Priority Reviews: https://wiki.openstack.org/wiki/Swift/PriorityReviews | Review Dashboard: http://goo.gl/r2mxbe" | 19:31 | |
-openstackstatus- NOTICE: Gerrit is back online | 19:31 | |
*** nellysmitt has joined #openstack-swift | 19:35 | |
mahatic | notmyname, with the current implementation of swift/common/base_storage_server.py, testing OPTIONS directly will always throw NotImplementedError | 19:37 |
notmyname | mahatic: you should test that. another test could create a subclass and test that it works. or mock out the server_type in the test | 19:38 |
*** nellysmitt has quit IRC | 19:40 | |
mahatic | notmyname, and allowed_methods also throws that error: http://paste.openstack.org/show/164273/ | 19:41 |
mahatic | notmyname, Currently for testing allowed_methods, i'm passing up that NotImplementedError exception. Will it be fine? | 19:42 |
notmyname | mahatic: hmm.. | 19:44 |
mahatic | notmyname, do you want to see what I have right now? Do i push the code? | 19:44 |
notmyname | I want to look at that a little more, but I've got to go meet my wife for lunch right now | 19:44 |
notmyname | mahatic: ya, you can push code. but set it to WIP if it's not done yet | 19:45 |
mahatic | sure, I'll push it for review | 19:45 |
notmyname | I'll take a look when i get back | 19:45 |
mahatic | okay | 19:45 |
mahatic | have a good lunch! | 19:46 |
notmyname | thanks :-) | 19:46 |
*** EmilienM is now known as EmilienM|afk | 19:47 | |
*** aix has quit IRC | 19:59 | |
*** openstackgerrit has quit IRC | 20:06 | |
*** openstackgerrit has joined #openstack-swift | 20:07 | |
openstackgerrit | Mahati proposed openstack/swift: Tests for the base class of storage nodes https://review.openstack.org/151755 | 20:12 |
*** tdasilva has quit IRC | 20:16 | |
*** silor has quit IRC | 20:21 | |
*** david-lyle has quit IRC | 20:25 | |
*** abhirc has quit IRC | 20:56 | |
*** NM has quit IRC | 20:58 | |
*** egon has joined #openstack-swift | 21:05 | |
egon | Is this the right place to ask about the swiftsync project? | 21:07 |
egon | Specifically: https://github.com/stackforge/swiftsync | 21:07 |
*** abhirc has joined #openstack-swift | 21:08 | |
notmyname | egon: looks like you might be able to find some of its authors in here | 21:10 |
*** erlon has quit IRC | 21:26 | |
*** annegent_ has quit IRC | 21:28 | |
*** annegent_ has joined #openstack-swift | 21:32 | |
egon | notmyname: Ahh, I see that now.. thanks! | 21:32 |
egon | I have a feature add that I'd like someone to look at: https://review.openstack.org/#/c/144701/ | 21:34 |
egon | It adds an option to work backwards through the list of containers. | 21:34 |
*** nellysmitt has joined #openstack-swift | 21:36 | |
*** jwalcik has joined #openstack-swift | 21:36 | |
*** annegen__ has joined #openstack-swift | 21:38 | |
*** annegen__ has quit IRC | 21:39 | |
*** annegent_ has quit IRC | 21:39 | |
*** annegent_ has joined #openstack-swift | 21:39 | |
*** nellysmitt has quit IRC | 21:41 | |
notmyname | egon: we've talked about adding reversed listings to swift for a while. mattoliverau has a patch at https://review.openstack.org/#/c/120709/ | 21:49 |
*** mahatic has quit IRC | 21:54 | |
*** daddyjoseph97 has left #openstack-swift | 21:55 | |
*** jasondotstar has quit IRC | 21:56 | |
*** abhirc has quit IRC | 22:03 | |
*** miqui_ is now known as miqui_away | 22:07 | |
*** abhirc has joined #openstack-swift | 22:09 | |
*** jkugel has quit IRC | 22:13 | |
*** jkugel has joined #openstack-swift | 22:13 | |
*** morganfainberg is now known as NotLurkingHere | 22:17 | |
*** jkugel has quit IRC | 22:18 | |
*** jrichli has quit IRC | 22:19 | |
*** NotLurkingHere is now known as morganfainberg | 22:19 | |
*** abhirc has quit IRC | 22:25 | |
*** dmsimard is now known as dmsimard_away | 22:27 | |
*** annegent_ has quit IRC | 22:31 | |
*** annegent_ has joined #openstack-swift | 22:45 | |
*** morganfainberg is now known as outforteaorcoffe | 22:47 | |
*** tellesnobrega_ has joined #openstack-swift | 22:51 | |
egon | notmyname: that would be great for swift directly too. | 23:00 |
*** tellesnobrega has quit IRC | 23:03 | |
*** jasondotstar has joined #openstack-swift | 23:05 | |
*** jasondotstar has quit IRC | 23:05 | |
*** abhirc has joined #openstack-swift | 23:08 | |
*** rdaly2 has quit IRC | 23:12 | |
*** jwalcik has quit IRC | 23:17 | |
*** tellesnobrega_ has quit IRC | 23:28 | |
notmyname | egon: ya, I think so too | 23:32 |
*** tellesnobrega has joined #openstack-swift | 23:34 | |
*** tellesnobrega has quit IRC | 23:34 | |
*** nellysmitt has joined #openstack-swift | 23:37 | |
*** nellysmitt has quit IRC | 23:42 | |
*** annegent_ has quit IRC | 23:50 | |
egon | notmyname: This swiftsync feature lets it run backwards through containers. And I want to add some more features to let you run N workers, because it's not fast enough even with one forward, one reverse. | 23:50 |
notmyname | cool | 23:50 |
notmyname | egon: I'm just a cheerleader for what you're doing :-) | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!