*** gkadam has quit IRC | 00:23 | |
timburke | torgomatic_: on https://review.openstack.org/#/c/572232/4/test/unit/obj/test_updater.py@313 -- i find eventlet's *usually* confusing | 00:34 |
---|---|---|
patchbot | patch 572232 - swift - object-updater: add concurrent updates | 00:34 |
* timburke shrugs | 00:34 | |
torgomatic_ | timburke: two updates enter, one update leaves... it's like Thunderdome in there | 00:52 |
torgomatic_ | only later it's 4 updates enter, 3 updates leave, so that's like the opposite of Thunderdome | 00:52 |
openstackgerrit | Samuel Merritt proposed openstack/swift master: object-updater: add concurrent updates https://review.openstack.org/572232 | 01:04 |
*** gyee has quit IRC | 01:41 | |
openstackgerrit | wangdequn proposed openstack/swift master: rectify 'a invalid version' to 'an invalid version' https://review.openstack.org/575306 | 02:21 |
openstackgerrit | wangdequn proposed openstack/swift master: rectify 'a integer number' to 'an integer number' https://review.openstack.org/575308 | 02:25 |
*** ukaynar has joined #openstack-swift | 02:27 | |
openstackgerrit | Matthew Oliver proposed openstack/swift master: Experimental swift-ring-composer CLI to build composite rings https://review.openstack.org/451507 | 02:30 |
mattoliverau | ^ added a basic man page. | 02:30 |
*** ukaynar has quit IRC | 02:32 | |
*** itlinux has joined #openstack-swift | 02:36 | |
openstackgerrit | wangdequn proposed openstack/swift master: add release notes to README.rst https://review.openstack.org/575314 | 02:42 |
*** pvc_ has joined #openstack-swift | 03:12 | |
pvc_ | hi | 03:12 |
pvc_ | anyone can help me | 03:13 |
openstackgerrit | Merged openstack/swift master: Functional tests for domain_remap middleware https://review.openstack.org/435929 | 03:15 |
mattoliverau | pvc_: we can try, what's up? | 03:15 |
pvc_ | is there a way that i can do aws s3 lambda functionality on swift? | 03:16 |
pvc_ | i will use openwhisk if ever | 03:16 |
pvc_ | openwhisk plus swift | 03:17 |
mattoliverau | There are 2 projects I can think of off the top of my head there's Openstack Storlets and OpenStack Qinling which can combine to something similar. | 03:18 |
mattoliverau | pvc_: ^ | 03:18 |
mattoliverau | *combine with Swift | 03:18 |
pvc_ | but for now kolla doesnt have storlets and qinling :( | 03:19 |
mattoliverau | Assuming you want some lambda support that users can define. If it's only Op/Business level you can just write your own swift middleware | 03:19 |
pvc_ | im using kolla to deploy my openstack | 03:20 |
mattoliverau | oh I don't use kolla so can't really help there, you can ask if they have it soon. Or write your own ansible (or whatever they use) to add storlet support or whatever | 03:21 |
pvc_ | yes they are using ansible | 03:22 |
mattoliverau | storlets intergrate into swift more (as it uses some swift middlewares) to _might_ be something can easily add to their swift roles. Ie add some another middleware to the proxy and object pipelines or whatever. | 03:23 |
mattoliverau | *as they have written swift middleware that slots into swift. | 03:23 |
mattoliverau | Usually the storlet PTL is around this time of day but he's just had a baby, so not around. | 03:24 |
pvc_ | Can you look at this guide sir matt? | 03:25 |
pvc_ | https://github.com/stmuraka/OpenStackSwift-OpenWhisk | 03:25 |
pvc_ | he add middleware to proxy conf and add new webhook script | 03:25 |
mattoliverau | oh I think there was a talk on this, because I remember seeing it at a summit | 03:29 |
mattoliverau | https://www.openstack.org/videos/barcelona-2016/enabling-aws-s3-lambda-like-functionality-with-openstack-swift-and-openwhisk | 03:29 |
mattoliverau | it was kinda cool, especially if you were already using openwhisk elsewhere. | 03:29 |
mattoliverau | storelets are similar, except (from memory and things might have moved on from here) it uses docker and you load up your functions (code) as storlets, which are themselves objects stored in swift which can be used (run) on incoming or outgoing objects. | 03:32 |
pvc_ | Noted on this sir +mattoliverau. I'll watch the link you provide and i'll try to read the storelets documentation | 03:33 |
mattoliverau | but yeah, it can be done in Swift (with some help) :) | 03:34 |
mattoliverau | pvc_: cool, let us know how you go or if you have any more questions | 03:34 |
pvc_ | we are planning to have a skill matrix project to deploy in openstack. in aws it uses dynamodb s3 plus lambda | 03:35 |
pvc_ | i hope we can replicate it | 03:35 |
notmyname | that sounds cool | 03:37 |
notmyname | pvc_: please let us know what you find out | 03:41 |
*** germs has quit IRC | 04:12 | |
*** lifeless_ has quit IRC | 04:22 | |
*** threestrands has quit IRC | 04:47 | |
pvc_ | hi | 04:58 |
pvc_ | anyone can help me | 04:58 |
pvc_ | Error: Unable to get the Swift container listing. | 04:58 |
*** links has joined #openstack-swift | 05:00 | |
*** pcaruana has quit IRC | 05:09 | |
*** lifeless has joined #openstack-swift | 05:17 | |
mattoliverau | pvc_: o/ | 05:26 |
pvc_ | The request you have made requires authentication | 05:27 |
pvc_ | curl -i http://107.105.135.163:8080/info -X GET -H "Accept-Encoding: gzip" | 05:27 |
*** pvc_ has quit IRC | 05:37 | |
*** cah_link has joined #openstack-swift | 05:44 | |
*** cshastri has joined #openstack-swift | 05:55 | |
mattoliverau | pvc_: you've gone. But incase you go and read the irc logs. Has 'expose_info' been set to false in the proxy-server.conf? It defaults to true if not there.. and what you need on if you want to enable the /info endpoint | 06:05 |
*** itlinux has quit IRC | 06:17 | |
*** pcaruana has joined #openstack-swift | 06:17 | |
*** mtreinish has quit IRC | 06:19 | |
*** threestrands has joined #openstack-swift | 06:27 | |
*** cah_link has quit IRC | 06:53 | |
*** ccamacho has joined #openstack-swift | 06:54 | |
*** mtreinish has joined #openstack-swift | 06:58 | |
*** tesseract has joined #openstack-swift | 07:16 | |
*** gkadam has joined #openstack-swift | 07:22 | |
*** cah_link has joined #openstack-swift | 07:24 | |
*** rcernin has quit IRC | 07:27 | |
*** lifeless has quit IRC | 07:28 | |
*** cah_link has quit IRC | 07:28 | |
*** vpc has joined #openstack-swift | 07:29 | |
vpc | hi anyone | 07:29 |
vpc | http://paste.openstack.org/show/723438/ | 07:29 |
mattoliverau | vpc: I wrote this before: pvc_: you've gone. But incase you go and read the irc logs. Has 'expose_info' been set to false in the proxy-server.conf? It defaults to true if not there.. and what you need on if you want to enable the /info endpoint | 07:33 |
*** lifeless has joined #openstack-swift | 07:35 | |
mattoliverau | vpc: you seem to have the same error so assuming you are also pvc_, though in anycase check that :) | 07:39 |
vpc | wait sir +mattoliverau | 07:42 |
*** geaaru has joined #openstack-swift | 07:42 | |
mattoliverau | vpc: https://github.com/openstack/swift/blob/master/etc/proxy-server.conf-sample#L10 | 07:43 |
*** armaan has joined #openstack-swift | 07:49 | |
*** vpc has quit IRC | 07:52 | |
acoles | good morning | 07:55 |
openstackgerrit | Merged openstack/swift master: Log deprecation warnings for run_pause https://review.openstack.org/468065 | 07:58 |
openstackgerrit | Merged openstack/swift master: Create policy_stat table in auditor if missing https://review.openstack.org/502529 | 07:58 |
openstackgerrit | Merged openstack/swift master: Fix shard_max_row in ContainerBroker.get_replication_info() https://review.openstack.org/575084 | 08:04 |
openstackgerrit | Merged openstack/swift master: rectify 'a invalid version' to 'an invalid version' https://review.openstack.org/575306 | 08:04 |
*** cah_link has joined #openstack-swift | 08:04 | |
*** hseipp has joined #openstack-swift | 08:04 | |
*** cbartz has joined #openstack-swift | 08:11 | |
*** mikecmpbll has joined #openstack-swift | 08:14 | |
*** armaan has quit IRC | 08:24 | |
*** armaan has joined #openstack-swift | 08:26 | |
*** armaan has quit IRC | 08:30 | |
*** armaan has joined #openstack-swift | 08:34 | |
*** ianychoi has quit IRC | 08:39 | |
openstackgerrit | Merged openstack/swift master: rectify 'a integer number' to 'an integer number' https://review.openstack.org/575308 | 08:40 |
*** armaan has quit IRC | 08:41 | |
openstackgerrit | Pete Zaitcev proposed openstack/swift master: Make ShardRanges and its CLI py3-compliant https://review.openstack.org/570320 | 08:49 |
openstackgerrit | Alistair Coles proposed openstack/swift master: Experimental swift-ring-composer CLI to build composite rings https://review.openstack.org/451507 | 08:51 |
*** armaan has joined #openstack-swift | 08:57 | |
*** vpc has joined #openstack-swift | 09:02 | |
vpc | hi +mattoliverau | 09:02 |
vpc | i can create a container | 09:02 |
vpc | but i cant list it | 09:02 |
vpc | RESP STATUS: 400 Header Line Too Long | 09:02 |
*** armaan has quit IRC | 09:11 | |
*** armaan has joined #openstack-swift | 09:13 | |
*** sajjadg has joined #openstack-swift | 09:15 | |
vpc | ERROR:swiftclient.service:Account GET failed: http://107.105.135.163:8080/v1/AUTH_04eabf5e839a4476a4d312e7941a1e4f?format=json 400 Header Line Too Long | 09:16 |
*** gkadam_ has joined #openstack-swift | 09:30 | |
*** cshastri_ has joined #openstack-swift | 09:32 | |
*** links has quit IRC | 09:33 | |
*** links has joined #openstack-swift | 09:33 | |
*** gkadam__ has joined #openstack-swift | 09:33 | |
*** gkadam has quit IRC | 09:34 | |
*** cshastri has quit IRC | 09:34 | |
*** takamatsu has joined #openstack-swift | 09:36 | |
*** gkadam_ has quit IRC | 09:36 | |
takamatsu | hi , in my deployment I am observing thousands of TIME_WAIT connections to object-server and container-server (co=located) , is this a bug / can this be avoided somehow ? | 09:38 |
takamatsu | I have set tw_reuse on the controllers but there is no considerable difference so far | 09:39 |
*** threestrands has quit IRC | 09:54 | |
*** vpc has quit IRC | 10:50 | |
*** armaan has quit IRC | 11:15 | |
*** mikecmpb_ has joined #openstack-swift | 12:04 | |
*** mikecmpbll has quit IRC | 12:06 | |
*** hseipp has quit IRC | 12:07 | |
*** ianychoi has joined #openstack-swift | 12:46 | |
*** kei_yama has quit IRC | 12:47 | |
*** lifeless has quit IRC | 12:48 | |
*** lifeless has joined #openstack-swift | 12:49 | |
*** cshastri_ has quit IRC | 12:53 | |
*** armaan has joined #openstack-swift | 13:15 | |
*** armaan has quit IRC | 13:29 | |
*** armaan has joined #openstack-swift | 13:29 | |
*** mwheckmann has joined #openstack-swift | 13:32 | |
*** armaan has quit IRC | 13:32 | |
*** armaan has joined #openstack-swift | 13:32 | |
*** mwheckmann has quit IRC | 13:37 | |
*** armaan has quit IRC | 13:37 | |
*** mwheckmann has joined #openstack-swift | 13:40 | |
*** hseipp has joined #openstack-swift | 13:41 | |
*** armaan has joined #openstack-swift | 13:42 | |
*** armaan has quit IRC | 13:46 | |
*** ccamacho has quit IRC | 13:51 | |
*** linkmark has quit IRC | 13:57 | |
*** cah_link has quit IRC | 13:59 | |
*** links has quit IRC | 14:15 | |
*** sajjadg has quit IRC | 14:39 | |
*** cah_link has joined #openstack-swift | 15:16 | |
*** silor has joined #openstack-swift | 15:19 | |
*** pcaruana has quit IRC | 15:24 | |
*** cah_link has quit IRC | 15:38 | |
*** zaitcev_ has quit IRC | 15:39 | |
*** germs has joined #openstack-swift | 15:52 | |
*** germs has quit IRC | 15:52 | |
*** germs has joined #openstack-swift | 15:52 | |
*** linkmark has joined #openstack-swift | 15:53 | |
*** lifeless has quit IRC | 16:07 | |
*** lifeless has joined #openstack-swift | 16:08 | |
*** cbartz has quit IRC | 16:12 | |
notmyname | good morning | 16:13 |
*** gyee has joined #openstack-swift | 16:19 | |
*** silor has quit IRC | 16:25 | |
*** hseipp has quit IRC | 16:25 | |
*** germs has quit IRC | 16:32 | |
*** mikecmpb_ has quit IRC | 16:36 | |
*** germs has joined #openstack-swift | 16:41 | |
*** germs has quit IRC | 16:41 | |
*** germs has joined #openstack-swift | 16:41 | |
*** germs has quit IRC | 16:47 | |
*** gkadam__ is now known as gkadam | 17:10 | |
*** cah_link has joined #openstack-swift | 17:24 | |
*** tesseract has quit IRC | 17:30 | |
*** guimaluf has joined #openstack-swift | 17:34 | |
*** zaitcev has joined #openstack-swift | 17:41 | |
*** ChanServ sets mode: +v zaitcev | 17:41 | |
*** cah_link has quit IRC | 17:41 | |
*** pcaruana has joined #openstack-swift | 17:43 | |
openstackgerrit | Alistair Coles proposed openstack/swift master: Replace MIME with PUT+POST for EC and Encryption https://review.openstack.org/427911 | 17:49 |
openstackgerrit | Alistair Coles proposed openstack/swift master: WIP: PUT POST: Use 100 Continue response header to signal object server version https://review.openstack.org/575511 | 17:49 |
openstackgerrit | Alistair Coles proposed openstack/swift master: WIP: PUT POST: simplify object server POST handler https://review.openstack.org/575512 | 17:49 |
acoles | zaitcev: I needed to rebase to resolve a conflict in order to push my dependent patch suggestions | 17:50 |
*** cah_link has joined #openstack-swift | 17:50 | |
*** pcaruana has quit IRC | 18:01 | |
*** pcaruana has joined #openstack-swift | 18:06 | |
*** geaaru has quit IRC | 18:08 | |
zaitcev | acoles: sounds fine, of course I can re-fetch | 18:09 |
timburke | acoles: i thought one of the goals of PUT+POST was to *not* need to send any headers with the 100 Continue reply... since most stdlibs (1) don't really provide an interface to send them as a server and (2) will just drop those headers on the floor as a client? | 18:13 |
timburke | maybe that was just a nice side effect... | 18:15 |
zaitcev | no, you are right | 18:20 |
zaitcev | it was the main goal, not the side effect | 18:20 |
*** takamatsu has quit IRC | 18:23 | |
*** mvenesio has joined #openstack-swift | 18:27 | |
timburke | ah -- as i was thinking about it, i realized that the *main* goal may have been to (1) stop sending a zero-byte chunk midstream to pause reading the multipart docs (which isn't valid HTTP) and (2) stop requiring *multiple* 100 Continue responses (which i don't think any stdlib supports) | 18:28 |
timburke | maybe we just have three main goals :-) | 18:28 |
timburke | (actually, do we do multiple 100 Continues? i forget) | 18:29 |
*** germs has joined #openstack-swift | 18:43 | |
*** germs has quit IRC | 18:43 | |
*** germs has joined #openstack-swift | 18:43 | |
*** germs has quit IRC | 18:47 | |
*** cah_link has quit IRC | 18:52 | |
*** nicodemus_ has joined #openstack-swift | 19:13 | |
*** nicodemus_ has quit IRC | 19:24 | |
*** lifeless has quit IRC | 19:37 | |
*** gkadam has quit IRC | 19:48 | |
*** gopher has joined #openstack-swift | 19:49 | |
gopher | hi all, I got an issue with a new fresh install.. ocata release, when i issue a 'openstack container list' sometimes it works.. and sometimes it doesn't work... the error msg is "This is not a recognized Fernet token gAAAAABbIsZad.... 404", I've already configure ntp on the proxy nodes and in the data nodes. Any ideas? | 19:51 |
*** lifeless has joined #openstack-swift | 19:53 | |
gopher | could be maybe memcache ? | 19:57 |
DHE | do you have other openstack services? are they working? just from the message it sounds like an error from keystone... | 20:01 |
gopher | all interactions to keystone exclusively are working fine, the rare thing is that sometimes swift ops works fine, and somethings they dont :S | 20:02 |
gopher | just keystone + swift | 20:02 |
gopher | on the proxy-server.conf you need to specify memcached_servers on filter:authtoken from keystone controller right? | 20:03 |
gopher | and then on filter:cache the memcached_servers of the proxy nodes, is that correct? | 20:04 |
DHE | swift uses its own memcached servers. you can share if such a thing makes sense (proximity and latency permitting) but there's no requirement that the proxy server use a memcached server of a keystone server | 20:08 |
gopher | got it | 20:08 |
*** gopher has quit IRC | 20:11 | |
*** mwheckmann has quit IRC | 20:28 | |
openstackgerrit | Merged openstack/swift master: object-updater: add concurrent updates https://review.openstack.org/572232 | 20:37 |
*** mikecmpbll has joined #openstack-swift | 20:37 | |
*** mvenesio has quit IRC | 21:35 | |
*** mvenesio has joined #openstack-swift | 21:36 | |
*** mvenesio has quit IRC | 21:40 | |
*** lifeless has quit IRC | 21:49 | |
*** lifeless has joined #openstack-swift | 21:51 | |
*** rcernin has joined #openstack-swift | 22:20 | |
*** threestrands has joined #openstack-swift | 22:56 | |
*** threestrands has quit IRC | 22:56 | |
*** threestrands has joined #openstack-swift | 22:56 | |
*** threestrands has quit IRC | 22:57 | |
*** threestrands has joined #openstack-swift | 22:57 | |
*** threestrands has quit IRC | 22:57 | |
*** threestrands has joined #openstack-swift | 22:57 | |
openstackgerrit | Tim Burke proposed openstack/swift master: py3: fix up some NameErrors https://review.openstack.org/570478 | 23:06 |
*** kei_yama has joined #openstack-swift | 23:16 | |
*** kei_yama has quit IRC | 23:26 | |
*** itlinux has joined #openstack-swift | 23:30 | |
*** kei_yama has joined #openstack-swift | 23:36 | |
*** lifeless_ has joined #openstack-swift | 23:42 | |
*** lifeless has quit IRC | 23:43 | |
openstackgerrit | Tim Burke proposed openstack/swift master: Blacklist eventlet 0.23.0 https://review.openstack.org/575569 | 23:49 |
openstackgerrit | Tim Burke proposed openstack/swift master: Tighten up staticweb redirect test https://review.openstack.org/574901 | 23:52 |
notmyname | timburke: is eventlet blacklisted in global reqs? | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!