| *** wasmum has joined #openstack-swift | 00:05 | |
| *** pgbridge has quit IRC | 00:12 | |
| *** wbhuber has joined #openstack-swift | 00:21 | |
| *** wbhuber has quit IRC | 00:37 | |
| *** EmilienM has quit IRC | 00:47 | |
| *** EmilienM has joined #openstack-swift | 00:48 | |
| *** annegentle has joined #openstack-swift | 00:48 | |
| *** annegentle has quit IRC | 00:52 | |
| *** annegentle has joined #openstack-swift | 00:53 | |
| *** gyee has quit IRC | 00:57 | |
| *** bill_az has quit IRC | 01:06 | |
| *** EmilienM has quit IRC | 01:28 | |
| clayg | what'd i miss? | 01:29 |
|---|---|---|
| notmyname | looks like the crypto branch has had a merge from master | 01:30 |
| *** EmilienM has joined #openstack-swift | 01:32 | |
| mattoliverau | Its Friday night guys, go out, have fun, all I see in my email is an explosion of bug emails :p | 01:32 |
| clayg | mattoliverau: that's notmyname's version of fun! | 01:36 |
| *** lifeless has joined #openstack-swift | 01:37 | |
| openstackgerrit | Victor Stinner proposed openstack/swift: Fix tox -e py34 https://review.openstack.org/199034 | 01:59 |
| *** prometheanfire has left #openstack-swift | 02:04 | |
| *** hrou has joined #openstack-swift | 02:43 | |
| *** hrou has quit IRC | 02:43 | |
| *** hrou has joined #openstack-swift | 02:44 | |
| *** annegentle has quit IRC | 03:16 | |
| openstackgerrit | Clay Gerrard proposed openstack/swift: Use right most occurrence object dir in diskfile.extract_policy https://review.openstack.org/205641 | 03:31 |
| *** hrou has quit IRC | 03:38 | |
| *** zaitcev has quit IRC | 03:47 | |
| *** proteusguy has quit IRC | 04:06 | |
| openstackgerrit | Clay Gerrard proposed openstack/swift-specs: Unsafe operations must not act on the symlink https://review.openstack.org/205734 | 04:10 |
| peluse | notmyname, yeah, I did that (merge to crypto) at jrichli's request | 04:11 |
| peluse | and who says this isn't a fun Fri night? | 04:11 |
| *** marzif has quit IRC | 04:15 | |
| *** proteusguy has joined #openstack-swift | 04:19 | |
| clayg | wow this is epic - so the change to fix the regression that landed with a py3-fixup change - acctually had a *merge* conflict with a different py3-fixup change IN THE GATE QUEUE | 04:23 |
| clayg | https://review.openstack.org/#/c/205326/ | 04:24 |
| openstackgerrit | Clay Gerrard proposed openstack/swift: Fix string formatting in dispersion cli command https://review.openstack.org/205326 | 04:25 |
| openstackgerrit | Clay Gerrard proposed openstack/swift: Filter Etag key from ssync replication-headers https://review.openstack.org/173973 | 04:54 |
| *** nadeem has joined #openstack-swift | 05:58 | |
| *** jome has joined #openstack-swift | 06:40 | |
| jome | What's the best way to upload large files to swift storage. I'm a newbie with this and so far i get timeout issues when uploading files more than 200MB. Where can I find docs relating to this? | 06:43 |
| clayg | timeout uploading more than 200MB? | 07:00 |
| clayg | *whose* timing out!? | 07:00 |
| *** haomaiwa_ has joined #openstack-swift | 07:12 | |
| jome | Maybe the wording is wrong... The upload fails | 07:13 |
| jome | And this is over a local network. | 07:14 |
| clayg | like it returns an error? | 07:14 |
| clayg | what client are you using to do the upload - python-swiftclient or osmething else maybe? curl? | 07:14 |
| jome | I see a lot of timeout errors in the logs that I tail | 07:14 |
| jome | python swiftclient, yes | 07:14 |
| clayg | I'm sorry if this is confusing - there's no trick really - 200MB uploads to swift work without any special effort all over the world every day | 07:15 |
| clayg | oic - so it could be a cluster issue | 07:15 |
| jome | Then that means I did something wrong | 07:15 |
| clayg | deploying and managing swift can be a hoot! | 07:15 |
| clayg | post the log lines | 07:15 |
| jome | Can I paste here? | 07:23 |
| clayg | oh sorry - no please use a pastebin | 07:23 |
| jome | How do I do that. New to irc clients.. :) | 07:23 |
| clayg | i was using the term generically - there's lot of services on the internet that allow you to paste the output of a log or something to share it someone online (like via a link in irc) | 07:25 |
| clayg | openstack runs one -> http://paste.openstack.org/ | 07:25 |
| clayg | my favorite is github's -> https://gist.github.com/ | 07:26 |
| jome | Aaah... ok. | 07:26 |
| jome | https://gist.github.com/yookore/25b8270683368f08f3f9 | 07:28 |
| jome | There... | 07:28 |
| jome | I'm playing around with swift locally to get a hang of it so likely tht my config is not coreect. But I am able to upload and retrieve smaller files | 07:30 |
| clayg | is swiftfs1 the only host in the cluster - or are their more logs? | 07:33 |
| clayg | Looking at one of the 10s timeouts on the fsync - I'm seeing the upload does finish (i only saw one of the object server log lines) - but after the proxy has given up on it | 07:35 |
| clayg | I added a comment with a grep for transaction id tx22b6f3ba72074570a21d6 | 07:35 |
| clayg | so normally the 10s timeout on waiting for final status is either some sort of disk error - or overload of the system | 07:36 |
| clayg | I would suggest as a test - you stop all background services - and try the upload again | 07:36 |
| clayg | swift-init all stop; swift-init start main | 07:36 |
| clayg | depending on that you migth want to add resources to the system, or tune the consistency engine to work better for your enviornment | 07:37 |
| clayg | you *could* just increase the timeout the node_timeout in the proxy config - looks like 20 seconds might have convered it | 07:38 |
| clayg | i need to bounce - good luck - might have to try again in channel during the business week come Monday - have a nice weekend | 07:40 |
| *** jome has quit IRC | 07:46 | |
| *** jome has joined #openstack-swift | 07:48 | |
| *** jome has quit IRC | 07:54 | |
| *** jome has joined #openstack-swift | 07:54 | |
| *** silor has joined #openstack-swift | 08:01 | |
| *** jome has quit IRC | 08:08 | |
| *** cdelatte has joined #openstack-swift | 08:29 | |
| *** delattec has joined #openstack-swift | 08:29 | |
| *** delatte has quit IRC | 08:31 | |
| *** nadeem has quit IRC | 08:50 | |
| *** silor1 has joined #openstack-swift | 08:59 | |
| *** silor has quit IRC | 09:04 | |
| *** silor has joined #openstack-swift | 09:05 | |
| *** silor1 has quit IRC | 09:06 | |
| *** jome has joined #openstack-swift | 09:35 | |
| *** haypo has left #openstack-swift | 09:46 | |
| *** jome has joined #openstack-swift | 10:12 | |
| *** silor has quit IRC | 10:45 | |
| *** jasondotstar has joined #openstack-swift | 11:01 | |
| *** marzif has joined #openstack-swift | 12:21 | |
| *** jasondotstar has quit IRC | 12:33 | |
| *** jasondotstar has joined #openstack-swift | 12:49 | |
| *** haomaiw__ has joined #openstack-swift | 13:03 | |
| *** haomaiwa_ has quit IRC | 13:03 | |
| *** jasondotstar has quit IRC | 13:15 | |
| *** marzif has quit IRC | 13:24 | |
| *** jasondotstar has joined #openstack-swift | 13:25 | |
| *** marzif has joined #openstack-swift | 13:40 | |
| *** jasondotstar has quit IRC | 13:56 | |
| *** marzif has quit IRC | 13:57 | |
| *** jome has quit IRC | 14:46 | |
| *** proteusguy has quit IRC | 14:47 | |
| *** proteusguy has joined #openstack-swift | 14:50 | |
| *** hrou has joined #openstack-swift | 15:29 | |
| *** nadeem has joined #openstack-swift | 16:05 | |
| *** wbhuber has joined #openstack-swift | 16:08 | |
| *** silor has joined #openstack-swift | 17:22 | |
| *** delatte has joined #openstack-swift | 17:23 | |
| *** nadeem has quit IRC | 17:25 | |
| *** delattec has quit IRC | 17:26 | |
| *** cdelatte has quit IRC | 17:26 | |
| *** silor1 has joined #openstack-swift | 17:28 | |
| *** silor has quit IRC | 17:30 | |
| *** silor1 is now known as silor | 17:30 | |
| *** jrichli has joined #openstack-swift | 17:38 | |
| *** kutija has quit IRC | 17:56 | |
| *** wbhuber has quit IRC | 18:17 | |
| *** wbhuber has joined #openstack-swift | 18:17 | |
| *** kutija has joined #openstack-swift | 18:31 | |
| *** wbhuber has quit IRC | 18:34 | |
| jrichli | clayg: fyi - I wrote more on the if-match case on etherpad | 18:40 |
| openstackgerrit | Janie Richling proposed openstack/swift: Trivial Key Master for encryption https://review.openstack.org/193749 | 18:45 |
| *** hrou has quit IRC | 18:47 | |
| *** marzif has joined #openstack-swift | 19:02 | |
| openstackgerrit | Janie Richling proposed openstack/swift: FakeFooters middleware https://review.openstack.org/165517 | 19:14 |
| *** marzif has quit IRC | 19:16 | |
| *** changbl has quit IRC | 20:16 | |
| openstackgerrit | Janie Richling proposed openstack/swift: Trivial Key Master for encryption https://review.openstack.org/193749 | 20:19 |
| openstackgerrit | Janie Richling proposed openstack/swift: Cryptography module to be used by middleware https://review.openstack.org/193826 | 20:27 |
| *** wbhuber has joined #openstack-swift | 20:30 | |
| openstackgerrit | Janie Richling proposed openstack/swift: Encrypter and Decrypter middleware - object body only https://review.openstack.org/194191 | 20:31 |
| *** changbl has joined #openstack-swift | 20:37 | |
| *** silor has quit IRC | 20:44 | |
| *** marzif has joined #openstack-swift | 20:46 | |
| openstackgerrit | Janie Richling proposed openstack/swift: Encrypting/Decrypting object metadata https://review.openstack.org/203310 | 21:13 |
| openstackgerrit | Janie Richling proposed openstack/swift: Encrypting/Decrypting object metadata https://review.openstack.org/203310 | 21:14 |
| openstackgerrit | Janie Richling proposed openstack/swift: Encrypting/Decrypting account and container metadata https://review.openstack.org/203454 | 21:24 |
| *** wbhuber_ has joined #openstack-swift | 21:24 | |
| *** wbhuber has quit IRC | 21:26 | |
| *** jrichli has quit IRC | 21:39 | |
| *** changbl has quit IRC | 21:53 | |
| *** changbl has joined #openstack-swift | 22:02 | |
| *** jasondotstar has joined #openstack-swift | 22:35 | |
| *** wbhuber_ has quit IRC | 22:45 | |
| *** jasondotstar has quit IRC | 23:00 | |
| *** aix has quit IRC | 23:38 | |
| *** breitz1 has quit IRC | 23:53 | |
| *** breitz has joined #openstack-swift | 23:54 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!