Saturday, 2016-01-09

*** haomaiwang has quit IRC00:01
*** haomaiwang has joined #openstack-swift00:01
*** lcurtis has quit IRC00:02
openstackgerritTim Burke proposed openstack/python-swiftclient: Retry file uploads via SwiftService  https://review.openstack.org/22689700:08
openstackgerritPaul Dardeau proposed openstack/swift: Look for device holes that can be reused when adding new device.  https://review.openstack.org/26546100:14
openstackgerritClay Gerrard proposed openstack/swift: fixups for ipv6 memcache_servers docs  https://review.openstack.org/26548200:21
*** esker has joined #openstack-swift00:24
*** esker has quit IRC00:28
*** nadeem has joined #openstack-swift00:29
openstackgerritTimur Alperovich proposed openstack/swift: Fail early if the memcache address is invalid.  https://review.openstack.org/26546500:29
claygtimur: oh did you fix the pep8 thing?00:30
timurclayg: yea, I was just waiting for feedback on the first patch in the train00:30
timurclayg: agreed with all your comments -- I'll submit one more patch to move it into utils00:31
timurthe only thing I wonder about is how to do the documentation. Do you think we should change the documentation on MemcacheConnPool? I feel like that can be be left as-is, as that's more likely to be read than documentation for the utils functions?00:33
*** nadeem has quit IRC00:34
claygtimur: get yourself a vagrant-swift-all-in-one at some point so you have access to the `autodoc` command and I'll show you have to write (and test) sphinx so you can reference the utils funciton form the memcachepool doc string00:35
claygall of that jazz is just developer docs - the really likely to be read stuff is in my follow up patch (example confgs, manpages, and deployment docs)00:35
claygif a developer is trying to figure out what the servers param should be referencing the utils function is the DRY way to do it00:36
*** geaaru has quit IRC00:38
timurclayg: gotcha -- makes sense. I did setup vagrant-swift-all-in-one and checked that the last round of documentation I wrote was at least valid, but I didn't figure out how to do links properly or reference other code -- will read the docs for it00:49
timurI just ran `autodoc`. Is there more to it than that?00:49
openstackgerritTim Burke proposed openstack/swift: Allow pre-1970 X-Timestamps  https://review.openstack.org/26548800:52
timburke...i'm willing to admit, i may find some strange bugs...00:52
*** badari has quit IRC00:54
*** badari has joined #openstack-swift00:55
*** haomaiwang has quit IRC01:01
*** haomaiwang has joined #openstack-swift01:01
*** garthb_ has quit IRC01:01
*** badari has quit IRC01:01
*** badari has joined #openstack-swift01:02
claygtimur: no that's about it, i got of bunch of build/errors in the docs - but when I tried to fix them the master rebase failed because it looked like someone else already did and I haven't looked for the other commit - but it seemed your patch train isn't fully rebased on the latest master?01:07
*** nadeem has joined #openstack-swift01:12
timuroh, possible. Let me do that01:12
openstackgerritTimur Alperovich proposed openstack/swift: Fix IPv6 handling in MemcacheConnPool.  https://review.openstack.org/25870401:15
*** badari has quit IRC01:15
openstackgerritTimur Alperovich proposed openstack/swift: Fail early if the memcache address is invalid.  https://review.openstack.org/26546501:16
*** badari has joined #openstack-swift01:16
openstackgerritTimur Alperovich proposed openstack/swift: fixups for ipv6 memcache_servers docs  https://review.openstack.org/26548201:17
timurclayg: rebased and fixed up the collision in the fixups -- you and I both edited the documentation (I amended to refer to the section). I believe I merged it correctly01:18
claygtimur: awesome thanks!01:21
timuris there a particular way common/utils.py is organized? It seems like appending to it is the right thing to do for the get_addr() function01:35
*** itlinux has quit IRC01:36
*** badari has quit IRC01:37
*** esker has joined #openstack-swift01:38
*** badari has joined #openstack-swift01:38
claygtimur: it should probably be renamed - but yeah stick it on the bottom or near some other code that does something with ip's01:41
claygi think whataremyips calls something that also parses ipv6 addresses - or normalizes them or something?01:41
*** esker has quit IRC01:42
*** nadeem has quit IRC01:43
*** lpabon has quit IRC01:46
*** badari has quit IRC01:46
*** zhill has quit IRC01:47
claygtimur: fwiw in the docstring for the MemcacheConnPool you should be able to say :func:`swift.common.utils.my_awesome_new_pure_func` to a get a nice link when it compiles01:48
claygtimur: if you end up doing another patch set over patch 258704 feel free to jack anything you want from patch 265482 - i'd be happy to rebase and abandon that change for anything that ends up merged with the acctual code changes01:50
patchbotclayg: https://review.openstack.org/#/c/258704/ - Fix IPv6 handling in MemcacheConnPool.01:50
patchbotclayg: https://review.openstack.org/#/c/265482/ - fixups for ipv6 memcache_servers docs01:50
timurclayg: ooh -- thanks for the tip!01:53
timurI'm running the unit tests now and then will fix up the documentation01:53
*** haomaiwang has quit IRC02:01
*** haomaiwang has joined #openstack-swift02:01
*** daemontool has quit IRC02:04
*** daemontool has joined #openstack-swift02:05
*** daemontool has quit IRC02:07
*** daemontool has joined #openstack-swift02:09
*** zhill has joined #openstack-swift02:10
*** daemontool has quit IRC02:11
*** daemontool has joined #openstack-swift02:12
*** klrmn has quit IRC02:13
*** esker has joined #openstack-swift02:14
*** zhill has quit IRC02:15
*** daemontool has quit IRC02:16
*** daemontool has joined #openstack-swift02:17
*** esker has quit IRC02:18
*** acoles_ has quit IRC02:38
*** acoles_ has joined #openstack-swift02:42
*** ChanServ sets mode: +v acoles_02:42
*** acoles_ is now known as acoles02:43
openstackgerritTimur Alperovich proposed openstack/swift: fixups for ipv6 memcache_servers docs  https://review.openstack.org/26548202:44
openstackgerritTimur Alperovich proposed openstack/swift: Fail early if the memcache address is invalid.  https://review.openstack.org/26546502:44
openstackgerritTimur Alperovich proposed openstack/swift: Make _get_addr() method a function in utils.  https://review.openstack.org/26550102:44
*** daemontool has quit IRC02:54
*** daemontool has joined #openstack-swift02:55
*** daemontool has quit IRC02:56
*** daemontool has joined #openstack-swift02:57
*** daemontool has quit IRC03:00
*** haomaiwa_ has joined #openstack-swift03:01
*** daemontool has joined #openstack-swift03:01
*** notmyname_ has joined #openstack-swift03:09
*** ChanServ sets mode: +v notmyname_03:09
*** haomaiwang has quit IRC03:11
*** dmorita has quit IRC03:11
*** ChubYann has quit IRC03:11
*** notmyname has quit IRC03:11
*** changbl has quit IRC03:11
*** albertom has quit IRC03:11
*** ndk has quit IRC03:11
*** ntt has quit IRC03:11
*** tonyb has quit IRC03:11
*** _fortis has quit IRC03:11
*** dabukalam has quit IRC03:11
*** flaper87 has quit IRC03:11
*** notmyname_ is now known as notmyname03:11
*** lcurtis has joined #openstack-swift03:15
*** ChubYann has joined #openstack-swift03:21
*** dmorita has joined #openstack-swift03:21
*** changbl has joined #openstack-swift03:21
*** albertom has joined #openstack-swift03:21
*** ndk has joined #openstack-swift03:21
*** ntt has joined #openstack-swift03:21
*** _fortis has joined #openstack-swift03:21
*** dabukalam has joined #openstack-swift03:21
*** flaper87 has joined #openstack-swift03:21
*** tonyb has joined #openstack-swift03:25
*** esker has joined #openstack-swift03:26
openstackgerritMerged openstack/python-swiftclient: Retry download of object body  https://review.openstack.org/15920803:29
*** esker has quit IRC03:30
*** zhill has joined #openstack-swift03:42
*** zhill has quit IRC03:47
*** lcurtis has quit IRC03:55
*** nadeem has joined #openstack-swift03:57
*** dmorita has quit IRC03:58
*** haomaiwa_ has quit IRC04:01
*** haomaiwang has joined #openstack-swift04:01
*** nadeem has quit IRC04:13
*** daemontool_ has joined #openstack-swift04:28
*** daemontool has quit IRC04:28
*** dmorita has joined #openstack-swift04:43
*** badari has joined #openstack-swift04:45
*** gyee has quit IRC04:45
*** dmorita has quit IRC04:47
*** klrmn has joined #openstack-swift04:54
openstackgerritOpenStack Proposal Bot proposed openstack/python-swiftclient: Updated from global requirements  https://review.openstack.org/8925004:59
*** haomaiwang has quit IRC05:01
*** haomaiwang has joined #openstack-swift05:01
*** asettle has joined #openstack-swift05:06
*** sanchitmalhotra has joined #openstack-swift05:06
*** asettle has quit IRC05:11
*** daemontool_ has quit IRC05:38
*** daemontool has joined #openstack-swift05:39
*** daemontool has quit IRC05:40
*** daemontool has joined #openstack-swift05:40
*** klrmn has quit IRC05:47
*** haomaiwang has quit IRC06:01
*** haomaiwang has joined #openstack-swift06:01
*** trifon has joined #openstack-swift06:05
*** badari has quit IRC06:25
*** blmartin has quit IRC06:48
*** daemontool has quit IRC06:55
*** haomaiwang has quit IRC07:01
*** haomaiwang has joined #openstack-swift07:01
*** zaitcev has quit IRC07:12
*** SkyRocknRoll has joined #openstack-swift07:36
*** Jeffrey4l has quit IRC07:54
*** Jeffrey4l has joined #openstack-swift07:55
*** haomaiwang has quit IRC08:01
*** haomaiwang has joined #openstack-swift08:01
*** SkyRocknRoll has quit IRC08:02
*** haomaiwang has quit IRC09:01
*** haomaiwang has joined #openstack-swift09:01
*** SkyRocknRoll has joined #openstack-swift09:01
*** SkyRocknRoll has quit IRC09:01
*** SkyRocknRoll has joined #openstack-swift09:01
*** yatin has joined #openstack-swift09:32
*** yatin has quit IRC09:33
*** haomaiwang has quit IRC10:01
*** haomaiwang has joined #openstack-swift10:01
*** esker has joined #openstack-swift10:18
*** esker has quit IRC10:23
*** haomaiwang has quit IRC11:01
*** haomaiwang has joined #openstack-swift11:01
*** esker has joined #openstack-swift11:40
*** eikke has quit IRC11:42
*** haomaiwang has quit IRC12:01
*** haomaiwang has joined #openstack-swift12:01
*** lcurtis has joined #openstack-swift12:13
*** jmccarthy has quit IRC12:27
*** jmccarthy has joined #openstack-swift12:27
*** esker has quit IRC12:32
*** haomaiwang has quit IRC13:01
*** 21WAAQSWX has joined #openstack-swift13:01
*** sanchitmalhotra has quit IRC13:04
*** esker has joined #openstack-swift13:10
*** lcurtis has quit IRC13:13
*** esker has quit IRC13:16
openstackgerritJude Augustine Job proposed openstack/python-swiftclient: Error with uploading large object includes unicode path  https://review.openstack.org/26554413:20
*** esker has joined #openstack-swift13:48
*** 21WAAQSWX has quit IRC14:01
*** haomaiwang has joined #openstack-swift14:01
*** lcurtis has joined #openstack-swift14:13
*** lcurtis has quit IRC14:40
*** lcurtis has joined #openstack-swift14:41
*** lcurtis has quit IRC14:51
*** haomaiwang has quit IRC14:55
*** dslevin has joined #openstack-swift15:05
*** tristanC_ is now known as tristanC15:14
*** lcurtis has joined #openstack-swift15:22
*** breitz has quit IRC15:31
*** breitz has joined #openstack-swift15:31
*** dslevin_ has quit IRC15:34
*** haomaiwa_ has joined #openstack-swift15:41
*** haomaiwa_ has quit IRC15:45
*** klrmn has joined #openstack-swift16:10
*** klrmn has quit IRC16:11
*** haomaiwang has joined #openstack-swift16:16
*** haomaiwang has quit IRC16:21
*** aix has quit IRC16:28
*** klrmn has joined #openstack-swift16:39
*** klrmn has quit IRC16:47
*** badari has joined #openstack-swift17:02
*** nadeem has joined #openstack-swift17:03
*** early` has quit IRC17:24
*** early has joined #openstack-swift17:29
*** badari has quit IRC17:32
*** badari has joined #openstack-swift17:40
*** lcurtis has quit IRC17:43
*** itlinux has joined #openstack-swift17:51
*** badari has quit IRC17:54
*** haomaiwang has joined #openstack-swift17:56
*** haomaiwang has quit IRC18:01
*** SkyRocknRoll has quit IRC18:03
*** itlinux has quit IRC18:10
*** itlinux has joined #openstack-swift18:11
*** proteusguy_ has quit IRC18:24
*** klrmn has joined #openstack-swift18:35
*** proteusguy_ has joined #openstack-swift18:37
*** lcurtis has joined #openstack-swift18:41
*** itlinux has quit IRC18:56
*** nadeem has quit IRC18:59
*** lcurtis has quit IRC19:03
*** Jeffrey4l has quit IRC19:31
*** Jeffrey4l has joined #openstack-swift19:32
*** badari has joined #openstack-swift19:45
*** lcurtis has joined #openstack-swift20:20
*** badari has quit IRC20:37
*** badari has joined #openstack-swift21:23
*** diogogmt_ has joined #openstack-swift21:24
*** diogogmt has quit IRC21:25
*** diogogmt_ is now known as diogogmt21:25
*** badari_ has joined #openstack-swift21:36
*** badari has quit IRC21:36
*** badari_ has quit IRC22:49
*** klrmn has quit IRC22:53
*** lcurtis has quit IRC22:54
*** klrmn has joined #openstack-swift23:12
*** trifon has quit IRC23:17
*** diogogmt has quit IRC23:45
*** lpabon has joined #openstack-swift23:46
*** trifon has joined #openstack-swift23:48

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!