Tuesday, 2014-09-30

*** kyles_ne has quit IRC00:01
*** kyles_ne has joined #openstack-swift00:02
*** kyles_ne has quit IRC00:05
*** kyles_ne has joined #openstack-swift00:05
*** tgohad has joined #openstack-swift00:09
*** tsg has quit IRC00:11
*** tgohad has quit IRC00:17
*** swift_fan has joined #openstack-swift00:18
*** shakamunyi has joined #openstack-swift00:21
*** kyles_ne has quit IRC00:30
*** kyles_ne has joined #openstack-swift00:31
*** kyles_ne has quit IRC00:35
*** shakayumi has joined #openstack-swift00:43
*** shakamunyi has quit IRC00:43
*** gyee has quit IRC00:46
*** jamiehannaford has quit IRC00:50
*** judd7 has quit IRC00:51
*** shri has quit IRC00:52
*** judd7 has joined #openstack-swift00:53
*** judd7 has quit IRC00:53
*** judd7 has joined #openstack-swift00:54
*** judd7 has joined #openstack-swift00:56
*** judd7 has quit IRC00:59
*** judd7 has joined #openstack-swift01:01
*** addnull has joined #openstack-swift01:01
*** judd7 has quit IRC01:07
*** X019 has quit IRC01:08
*** judd7 has joined #openstack-swift01:08
*** echevemaster has joined #openstack-swift01:09
*** swift_fan has quit IRC01:12
*** X019 has joined #openstack-swift01:14
*** judd7 has quit IRC01:19
*** judd7 has joined #openstack-swift01:20
*** judd7 has quit IRC01:21
*** judd7 has joined #openstack-swift01:22
*** judd7 has quit IRC01:23
*** judd7 has joined #openstack-swift01:24
*** judd7 has quit IRC01:25
*** judd7 has joined #openstack-swift01:26
*** judd7 has quit IRC01:26
*** foexle_ has joined #openstack-swift01:39
*** foexle has quit IRC01:43
*** X019 has quit IRC01:45
*** shakayumi has quit IRC01:49
*** tsg has joined #openstack-swift01:51
*** nosnos has joined #openstack-swift01:56
*** swift_fan has joined #openstack-swift01:57
*** bill_az has quit IRC01:59
*** shakamunyi has joined #openstack-swift02:16
*** haomaiw__ has quit IRC02:20
*** haomaiwang has joined #openstack-swift02:21
swift_fanzaitcev : When you said "max_diffs is home many such fetches replicator can make before it falls through to main loop and does the sleep set by 'interval'." what exactly is the replicator fetching for ?02:24
*** haomaiwang has quit IRC02:31
*** haomaiwang has joined #openstack-swift02:31
*** hhuang has joined #openstack-swift02:38
*** haomaiwa_ has joined #openstack-swift02:39
*** kbee has joined #openstack-swift02:41
*** haomaiwang has quit IRC02:42
*** tsg has quit IRC02:43
*** shakamunyi has quit IRC02:49
*** shakamunyi has joined #openstack-swift02:49
*** shakayumi has joined #openstack-swift02:52
*** occupant has quit IRC02:55
*** occupant has joined #openstack-swift02:55
*** shakamunyi has quit IRC02:56
*** alexiz has joined #openstack-swift02:56
*** shakayumi has quit IRC02:56
*** nosnos has quit IRC03:22
*** nosnos has joined #openstack-swift03:23
*** kyles_ne has joined #openstack-swift03:23
*** kyles_ne has quit IRC03:23
*** kyles_ne has joined #openstack-swift03:23
*** mrsnivvel has joined #openstack-swift03:24
*** nosnos has quit IRC03:27
*** kyles_ne has quit IRC03:28
*** ryao has quit IRC03:29
*** hhuang has quit IRC03:38
*** mahatic_ has joined #openstack-swift03:43
*** bill_az has joined #openstack-swift03:46
*** haomaiwa_ has quit IRC03:59
*** haomaiwang has joined #openstack-swift03:59
mahatic_hi mattoliverau, I'm trying to resolve this bug: https://bugs.launchpad.net/swift/+bug/124450604:05
mahatic_but i can't recreate it in my local. When i do "$> swift upload test -S 5G abc.img" I only see, "invalid literal for int() with base 10: '5G' "04:06
mahatic_would you happen to know/help?04:06
mattoliveraumahatic_: let me take a look :)04:08
mahatic_mattoliverau, sure, thank you :)04:09
mattoliveraumahatic_: so it looks like your just receiving just the error message not the stack trace, is that right?04:12
mahatic_mattoliverau, correct04:12
*** nosnos has joined #openstack-swift04:14
*** haomaiwang has quit IRC04:19
*** haomaiwa_ has joined #openstack-swift04:20
mattoliveraumahatic_: it looks like swift client has changed a bit since the bug was raised. It looks like just the error message is being printed out now. Which is better then the inital bug report, but you could still give it a more meaningful error message. Like: Segment size (-S) must be a valid integer value. Though I'm sure you can think of something better :)04:24
mattoliveraubecause I don't think an everyday user would know about the int() function and think about numbers in base 10 :)04:25
mattoliverauwell they do, but don't call them that :)04:25
mahatic_mattoliverau, heh sure04:26
mahatic_mattoliverau, This might be silly, but i'm relatively new, so i don't find it obvious: I was going through the code base. And i think the exception that is raising this is either through "self.exc_infos.append(sys.exc_info())"04:34
*** hhuang has joined #openstack-swift04:34
mahatic_how do i edit something generic like that?04:34
mattoliveraulet me take a look at the code, I dont play in the swiftclient code too much.04:35
mahatic_mattoliverau, oh alright04:37
mattoliveraumahatic_: the int() function is being called on the passed in segement size a few times in _upload_object_job in service.py. the function is wrapped in a try/except block, but only catching OSError and the base Exception class.. the ValueError thrown by int() is being caught by the Exception and its exception text is being copied.04:57
mahatic_mattoliverau, correct. and my question is, how would i be editing something that is being caught by the Exception?04:59
mattoliverauSo you could catch it with the other exceptions i.e: "except ValueException as err:" with the others, but if you are giving a custom message you don't know if anything else in the try will be throwing ValueError.04:59
*** alexiz has quit IRC05:00
mahatic_mattoliverau, yeah05:00
mahatic_hmm05:00
mahatic_mattoliverau, then there is nothing much to be done here i guess?05:01
mattoliveraumahatic_: https://etherpad.openstack.org/p/1lt3r3Si1705:02
mahatic_ah sure05:05
*** bkopilov has quit IRC05:10
*** kopparam has joined #openstack-swift05:21
*** ryao has joined #openstack-swift05:43
*** nshaikh has joined #openstack-swift06:16
*** k4n0 has joined #openstack-swift06:27
*** hhuang has quit IRC06:38
*** nosnos has quit IRC06:39
*** nosnos has joined #openstack-swift06:40
*** nosnos has quit IRC06:41
*** nosnos_ has joined #openstack-swift06:41
*** hhuang has joined #openstack-swift06:42
*** kopparam_ has joined #openstack-swift06:44
*** kopparam has quit IRC06:48
*** hhuang has quit IRC06:48
*** bkopilov has joined #openstack-swift06:59
*** X019 has joined #openstack-swift07:02
*** bill_az has quit IRC07:09
*** hhuang has joined #openstack-swift07:15
*** foexle_ has quit IRC07:21
*** hhuang has quit IRC07:27
*** omame has joined #openstack-swift07:38
*** jamiehannaford has joined #openstack-swift07:40
*** joeljwright has joined #openstack-swift07:46
*** geaaru has joined #openstack-swift07:47
mattoliverauOK I'm calling it a day, night all!07:53
*** Dafna has joined #openstack-swift07:54
*** aix_ has quit IRC07:55
*** joeljwright has quit IRC08:02
*** RockKuo_Office has joined #openstack-swift08:20
*** kopparam_ has quit IRC08:22
*** kopparam has joined #openstack-swift08:23
*** NellyK has joined #openstack-swift08:29
*** jistr has joined #openstack-swift08:30
*** NellyK has quit IRC08:32
*** haomaiwa_ has quit IRC08:36
*** aix has joined #openstack-swift08:42
*** aix_ has joined #openstack-swift08:46
*** foexle has joined #openstack-swift08:49
*** mkollaro has joined #openstack-swift09:06
*** geaaru has quit IRC09:32
*** nellysmitt has joined #openstack-swift09:35
*** geaaru has joined #openstack-swift09:44
*** hhuang has joined #openstack-swift09:48
*** kbee has quit IRC09:51
*** hhuang has quit IRC09:57
*** nellysmitt has quit IRC10:12
*** mkollaro has quit IRC10:16
*** sandywalsh has quit IRC10:20
*** sandywalsh has joined #openstack-swift10:22
*** nexusz99 has joined #openstack-swift10:36
*** X019 has quit IRC10:44
*** delattec has quit IRC10:46
*** RockKuo_Office has quit IRC10:53
*** hhuang has joined #openstack-swift11:04
*** cdelatte has joined #openstack-swift11:09
*** addnull has quit IRC11:10
*** NM1 has joined #openstack-swift11:13
*** kbee has joined #openstack-swift11:15
*** NM1 has quit IRC11:17
*** hhuang has quit IRC11:22
*** jistr is now known as jistr|english11:31
*** swift_fan1 has joined #openstack-swift11:40
*** sandywalsh_ has joined #openstack-swift11:41
*** swift_fan has quit IRC11:42
*** sandywalsh has quit IRC11:43
*** mahatic_ has quit IRC11:46
*** kbee has quit IRC11:49
*** kbee has joined #openstack-swift11:49
*** tsg has joined #openstack-swift11:54
*** kbee has quit IRC11:56
*** kbee has joined #openstack-swift11:56
*** mkollaro has joined #openstack-swift11:56
*** tdasilva has joined #openstack-swift11:59
*** tsg has quit IRC12:06
*** kbee has quit IRC12:06
*** kbee has joined #openstack-swift12:07
*** kopparam has quit IRC12:13
*** mattoliverau has quit IRC12:19
*** foexle has quit IRC12:30
*** waterkinfe has joined #openstack-swift12:33
*** waterkinfe has quit IRC12:34
*** waterkinfe has joined #openstack-swift12:35
*** tsg has joined #openstack-swift12:41
*** haomaiwang has joined #openstack-swift12:48
*** miqui has joined #openstack-swift12:49
*** jistr|english is now known as jistr12:56
*** NM1 has joined #openstack-swift12:57
*** haomaiwang has quit IRC12:57
*** kbee has quit IRC13:01
*** k4n0 has quit IRC13:01
*** mahatic has joined #openstack-swift13:01
*** kbee has joined #openstack-swift13:01
*** kota_ has joined #openstack-swift13:04
*** elambert has joined #openstack-swift13:06
*** ppai has joined #openstack-swift13:06
*** dmorita has joined #openstack-swift13:08
*** zaitcev has joined #openstack-swift13:09
*** ChanServ sets mode: +v zaitcev13:09
notmynamegood morning, world13:11
*** mwstorer has joined #openstack-swift13:13
*** lcurtis has joined #openstack-swift13:13
*** kbee has quit IRC13:18
*** kbee has joined #openstack-swift13:18
jokke_morning/afternoon notmyname13:20
*** X019 has joined #openstack-swift13:22
*** mrsnivvel has quit IRC13:39
*** nshaikh has quit IRC13:46
*** DCWilliams_VA has joined #openstack-swift13:47
notmynamefill out the https://www.openstack.org/user-survey/ this week!13:50
*** waterkinfe has quit IRC13:51
*** DCWilliams_VA has left #openstack-swift13:53
*** jamiehan_ has joined #openstack-swift13:53
*** jamiehannaford has quit IRC13:53
*** bill_az has joined #openstack-swift13:58
*** nosnos_ has quit IRC13:59
*** nosnos has joined #openstack-swift13:59
*** nosnos has quit IRC14:04
*** jergerber has joined #openstack-swift14:09
*** DCWilliams_VA has joined #openstack-swift14:14
*** bkopilov has quit IRC14:15
*** jergerber has quit IRC14:16
*** dmsimard_away is now known as dmsimard14:16
*** DCWilliams_VA has quit IRC14:19
openstackgerritSamuel Merritt proposed a change to openstack/swift: Make proxy compute object etag if not sent by client  https://review.openstack.org/12490314:20
*** nexusz99 has quit IRC14:22
*** DCWilliams_VA has joined #openstack-swift14:23
*** bkopilov has joined #openstack-swift14:32
NM1Survey filled! I hope it helps!14:33
notmynameNM1: thanks!!14:34
swift_fan1Hi --14:36
swift_fan1What exactly do these mean?14:36
swift_fan1# Time to wait while attempting to connect to another backend node.14:36
swift_fan1# conn_timeout = 0.514:36
swift_fan1# Time to wait while sending each chunk of data to another backend node.14:36
swift_fan1# node_timeout = 314:36
swift_fan1# Time to wait while receiving each chunk of data from a client or another14:36
swift_fan1# backend node.14:36
swift_fan1# client_timeout = 6014:36
swift_fan1The significance of each.14:36
swift_fan1:)14:36
*** openstackgerrit has quit IRC14:42
notmynameswift_fan1: I'll need you to help me out. the comment above each value make sense to me, but I've also been around long enough that I don't always see things from the perspective of coming into swift new. what doesn't make sense?14:46
*** DCWilliams_VA has quit IRC14:52
*** DCWilliams_VA has joined #openstack-swift14:56
*** IRTermite has quit IRC15:00
*** IRTermite has joined #openstack-swift15:00
*** IRTermite has quit IRC15:02
*** IRTermite has joined #openstack-swift15:03
*** bkopilov has quit IRC15:03
*** jamiehannaford has joined #openstack-swift15:17
*** jamiehan_ has quit IRC15:20
*** mrsnivvel has joined #openstack-swift15:21
*** jamiehannaford has quit IRC15:22
*** openstackgerrit has joined #openstack-swift15:25
*** IRTermite has quit IRC15:25
*** jamiehannaford has joined #openstack-swift15:27
*** mvenesio has joined #openstack-swift15:27
*** mvenesio has quit IRC15:27
*** mvenesio has joined #openstack-swift15:27
*** mrsnivvel has quit IRC15:28
*** kyles_ne has joined #openstack-swift15:29
*** mkollaro has quit IRC15:29
*** dmorita has quit IRC15:29
*** DCWilliams_VA has quit IRC15:33
*** lcurtis has quit IRC15:33
*** kyles_ne has quit IRC15:34
*** dencaval has quit IRC15:35
*** gyee has joined #openstack-swift15:37
*** mrsnivvel has joined #openstack-swift15:42
*** dencaval has joined #openstack-swift15:50
*** dmorita has joined #openstack-swift15:51
*** IRTermite has joined #openstack-swift15:53
swift_fan1notmyname : Thanks. My question was around what these variables mean -- conn_timeout, node_timeout, client_timeout15:53
swift_fan1Basically, it looks like the comments above each value are making sense to you.15:54
swift_fan1But they aren't descriptive enough for someone new to this to understand... :(15:54
swift_fan1So, that's the problem15:54
*** kyles_ne has joined #openstack-swift15:54
*** mwstorer has quit IRC15:55
*** nshaikh has joined #openstack-swift15:59
openstackgerritSamuel Merritt proposed a change to openstack/swift: Make proxy compute object etag if not sent by client  https://review.openstack.org/12490316:11
*** hhuang has joined #openstack-swift16:26
*** nexusz99 has joined #openstack-swift16:27
*** jistr has quit IRC16:28
*** nellysmitt has joined #openstack-swift16:32
*** NM1 has quit IRC16:36
*** haomaiwang has joined #openstack-swift16:42
*** lcurtis has joined #openstack-swift16:43
kbeetorgomatic: zaitcev: can we close on https://review.openstack.org/#/c/122225/16:44
*** hhuang has quit IRC16:51
*** haomaiwang has quit IRC16:55
*** sandywalsh_ has quit IRC17:01
notmynamekbee: FYI, this week we're working on getting the last patches landed for the juno RC.17:01
notmynamethere are 3 listed on https://wiki.openstack.org/wiki/Swift/PriorityReviews17:01
notmynameand those should take priority17:01
notmynamekbee: many of us are at together in-person this week at the swift hackathon, so we're going through some code reviews here (starting with those listed)17:02
*** sandywalsh has joined #openstack-swift17:03
kbeenotmyname: ok.. thnx.. actually those were already reviewed and +2ed by them.. so wanted to close it before i loose track :)17:04
*** mahatic_ has joined #openstack-swift17:04
kbeenotmyname: are all these hackathons planned before each release ?17:05
*** NM1 has joined #openstack-swift17:05
*** mahatic has quit IRC17:07
*** nshaikh has left #openstack-swift17:08
notmynamekbee: we try to have them twice a year. this is our third17:08
kbeenotmyname: cool..17:08
*** pberis has quit IRC17:08
notmynamewe'll have another before the spring summit17:08
*** pberis has joined #openstack-swift17:09
*** geaaru has quit IRC17:18
kbeenotmyname: Who sponsons this hackathon ? openstack foundation ?17:21
notmynamekbee: different companies. red hat is sponsoring this one. intel did the last one. swiftstack did the first one17:27
*** nellysmitt has quit IRC17:28
kbeenotmyname: cool .. Njoy guys..17:29
*** nellysmitt has joined #openstack-swift17:30
*** lcurtis has quit IRC17:30
*** jdaggett has quit IRC17:32
*** goodes has quit IRC17:33
*** jdaggett has joined #openstack-swift17:33
*** goodes has joined #openstack-swift17:35
*** kyles_ne has quit IRC17:36
*** kyles_ne has joined #openstack-swift17:36
*** kyles_ne has quit IRC17:38
*** kyles_ne has joined #openstack-swift17:38
*** bkopilov has joined #openstack-swift17:49
notmynameFYI for those of you using OS X, apple has a fix to bash at http://support.apple.com/kb/DL1769?viewlocale=en_US&locale=en_US17:57
*** NM2 has joined #openstack-swift18:03
*** zaitcev has quit IRC18:04
*** NM1 has quit IRC18:05
*** rmcall has joined #openstack-swift18:07
*** zaitcev has joined #openstack-swift18:07
*** ChanServ sets mode: +v zaitcev18:07
*** annegent_ has joined #openstack-swift18:09
*** htrmeira has joined #openstack-swift18:12
*** aix_ has quit IRC18:13
*** aix has quit IRC18:13
*** jamiehannaford has quit IRC18:19
*** nellysmitt has quit IRC18:20
*** nellysmitt has joined #openstack-swift18:20
*** nellysmitt has quit IRC18:21
swift_fan1What is the meaning of:18:23
swift_fan1$PrivDropToGroup adm18:23
*** nexusz99 has quit IRC18:24
swift_fan1Does anyone know what that is supposed to do?18:33
swift_fan1Thanks :)18:33
*** NM2 has quit IRC18:46
*** openstackgerrit has quit IRC18:47
*** openstackgerrit has joined #openstack-swift18:49
glangeswift_fan1: http://tinyurl.com/m8m2bxp18:52
glangeI think you will find the answer on that page :)18:52
*** NM1 has joined #openstack-swift18:55
*** annegentle has quit IRC19:04
swift_fan1glange : Those links seem to use$PrivDropToGroup adm19:06
swift_fan1but none seem to really explain what it actually is.19:06
glangeswift_fan1: http://www.rsyslog.com/doc/droppriv.html <-- read that page19:09
glangeit drops the privs/user/group of the rsyslog process to the adm user group19:10
glangethat affects the perms on the files written and where the process can write19:10
glangedid you see "$PrivDropToGroup adm" in the context of rsyslog?19:11
swift_fan1glange : Yes, that's exactly it.19:13
glangecool19:13
swift_fan1I still don't get what exactly it means to "drop" a privilege.19:13
swift_fan1That seems to have a negative meaning.19:13
*** nshaikh has joined #openstack-swift19:13
glangeyeah, it's not exactly what it is probably doing19:13
glangeeach process runs as a user19:13
glangebut that sometimes change after a process is started19:14
glangeI've seen code that you run as root and then it immediately changes to some other user19:14
swift_fan1glange : Why would you want to do that ?19:15
glangewell, running code as root can be a bad idea because that gives it the ability to do too much sometimes19:15
glangeyou want to run it as a specific user that is a member of a group, and the it will have just that user and group privs19:16
glangeit's a security (and bad bug) risk otherwise19:16
notmynamebut you want to start as root, because you want to listen on privileged ports (<1024). so get the socket as root (and other setup), then drop privileges to run normally19:18
glangetrue, I forgot about that19:19
glangehttp://stackoverflow.com/questions/10182798/why-are-ports-below-1024-privileged swift_fan1, read that too! :)19:20
*** akp__ has quit IRC19:21
*** akp has joined #openstack-swift19:21
*** jergerber has joined #openstack-swift19:32
*** kbee has quit IRC19:32
*** mvenesio has quit IRC19:35
swift_fan1glange notmyname : Thank you so much for your help! :)19:35
swift_fan1I'll read up on that.19:35
*** annegent_ has quit IRC19:51
*** NM1 has quit IRC19:51
*** acoles_away has quit IRC19:58
*** annegentle has joined #openstack-swift20:02
openstackgerritChristian Schwede proposed a change to openstack/swift: Limit partition movement when adding a new tier  https://review.openstack.org/12142220:06
openstackgerritDaisuke Morita proposed a change to openstack/swift: Show each policy's information in /recon/async  https://review.openstack.org/12517920:08
*** Guest43089 has joined #openstack-swift20:20
*** annegent_ has joined #openstack-swift20:20
*** Guest43089 is now known as annegentle_20:20
*** annegent_ has quit IRC20:20
*** annegentle has quit IRC20:21
*** mordred is now known as jeblair20:21
*** jeblair is now known as mordred20:21
openstackgerritDaisuke Morita proposed a change to openstack/swift: Show each policy's information in /recon/async  https://review.openstack.org/12517920:27
*** NM1 has joined #openstack-swift20:32
*** acoles_away has joined #openstack-swift20:32
*** acoles_away is now known as acoles20:32
*** ChanServ sets mode: +v acoles20:32
*** lcurtis has joined #openstack-swift20:38
openstackgerritpaul luse proposed a change to openstack/swift-specs: Updates to EC design spec  https://review.openstack.org/12519020:39
*** lcurtis has quit IRC20:42
swift_fan1Hi, what does this mean "object-replicator: Error syncing handoff partition: Connection refused"20:45
swift_fan1And what do I need to do to fix it?20:46
swift_fan1Thank you.20:46
*** nshaikh has left #openstack-swift20:47
*** rmcall has quit IRC20:47
*** dmorita has quit IRC20:47
glangehttps://github.com/openstack/swift/blob/master/swift/obj/replicator.py <-- line 25920:50
glangethe object replicator failed to push a partition to where it belongs20:51
*** nellysmitt has joined #openstack-swift20:53
*** nellysmitt has quit IRC20:54
*** nitika has joined #openstack-swift20:57
nitikanotmyname: Hi,20:57
notmynamenitika: hello20:58
notmynamenitika: I haven't had time to write up another opw proposal today20:58
nitikanotmyname: No problem.20:58
openstackgerritJay Bryant proposed a change to openstack/swift: Ensure sys.exit called in fork_child after exception  https://review.openstack.org/12519720:58
nitikajust wish to remind you to Please reply with the mail when you get time.20:59
*** bill_az has quit IRC21:01
*** wshao has joined #openstack-swift21:05
*** nitika has quit IRC21:07
openstackgerritSamuel Merritt proposed a change to openstack/swift: Make proxy compute object etag if not sent by client  https://review.openstack.org/12490321:16
*** cdelatte has quit IRC21:20
*** dencaval has quit IRC21:22
*** lcurtis has joined #openstack-swift21:31
*** dmorita has joined #openstack-swift21:32
*** htrmeira has quit IRC21:46
*** occupant has quit IRC21:48
*** occupant has joined #openstack-swift21:48
wshaohello how do i view pass messages?21:49
wshaoi asked a question about running storage server code in container. each storage server is ubuntu 12.04 + 1 container(swift code) + 10 hard drives. Will that work21:51
wshao?21:51
*** omame- has joined #openstack-swift21:51
*** omame- has quit IRC21:51
*** shri has joined #openstack-swift21:52
*** wshao has quit IRC21:59
*** wshao_ has joined #openstack-swift22:02
*** mattoliverau has joined #openstack-swift22:10
*** NM1 has quit IRC22:12
*** mattoliverau has quit IRC22:12
*** mattoliverau has joined #openstack-swift22:13
*** otoolee- has quit IRC22:15
*** rmcall has joined #openstack-swift22:17
*** dmsimard is now known as dmsimard_away22:18
mattoliverauMorning all22:20
notmynamemattoliverau: hello22:23
*** jd__ has quit IRC22:23
*** dmsimard_away is now known as dmsimard22:23
mattoliveraunotmyname: hey! hows the hackathon going?22:23
notmynamegreat22:23
notmynamegood conversations and also some good code review yesterday and today22:24
notmynamejust packing up for dinner now22:24
mattoliveraunice! Say hi to everyone for me :)22:24
*** jd__ has joined #openstack-swift22:24
*** lcurtis has quit IRC22:25
*** wshao_ has quit IRC22:29
*** ppai has quit IRC22:32
*** zaitcev has quit IRC22:32
*** kota_ has quit IRC22:36
*** elambert has quit IRC22:37
*** dmorita has quit IRC22:37
*** tdasilva has quit IRC22:40
*** tsg has quit IRC22:41
*** otoolee- has joined #openstack-swift22:44
*** jergerber has quit IRC22:58
*** shri1 has joined #openstack-swift23:01
*** kyles_ne has quit IRC23:01
*** shri has quit IRC23:01
*** kyles_ne has joined #openstack-swift23:02
*** NM1 has joined #openstack-swift23:06
*** kyles_ne has quit IRC23:06
*** NM1 has quit IRC23:18
*** kyles_ne has joined #openstack-swift23:24
*** mahatic_ has quit IRC23:29
*** mahatic_ has joined #openstack-swift23:29
*** dmsimard is now known as dmsimard_away23:33
*** kyles_ne has quit IRC23:59
*** kyles_ne has joined #openstack-swift23:59

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