Thursday, 2014-06-19

*** sungju has quit IRC00:00
*** wasmum is now known as zz_wasmum00:01
portanteclayg: let me know, I can review00:01
*** kevinc_ has quit IRC00:01
*** scohen has joined #openstack-swift00:10
*** scohen has quit IRC00:12
*** elambert has quit IRC00:12
*** sungju has joined #openstack-swift00:13
*** sungju has quit IRC00:16
*** sungju has joined #openstack-swift00:19
*** matsuhashi has joined #openstack-swift00:20
*** sungju has quit IRC00:22
*** sungju has joined #openstack-swift00:26
claygtorgomatic: what do you think -> https://gist.github.com/clayg/402957dc4c77b3236e9c00:26
claygtorgomatic: rather than just copy a bunch of error handling from common.db_replicator to container.replicator I added another new hook into _handle_sync_request method that's inside of the error handling?00:27
claygtorgomatic: nice thing there is that I drop a _stat table query!00:27
torgomaticclayg: well, that's definitely nice :)00:27
*** dmorita has joined #openstack-swift00:27
torgomaticSeems reasonable to me. Does the test I wrote pass with this code?00:27
clayghell yes it does - didn't attempt the rewrite w/o the test ;)00:28
claygtorgomatic: all bugs are easy with a failing unittest?00:28
torgomaticnice :)00:29
*** yuan has joined #openstack-swift00:33
*** shri has quit IRC00:40
*** sungju has quit IRC00:41
*** kevinc_ has joined #openstack-swift00:42
*** nosnos has joined #openstack-swift00:43
*** sungju has joined #openstack-swift00:47
*** sungju has quit IRC00:50
*** kevinc_ has quit IRC00:53
*** Kota has joined #openstack-swift00:58
claygyou know if managing this change set has taught me nothing else - i seem to remember to ":set spell" before commiting at least 1 out of 5 times now - which is way up from 1 out of 20.01:09
*** scohen has joined #openstack-swift01:10
*** scohen has quit IRC01:11
openstackgerritOpenStack Proposal Bot proposed a change to openstack/swift: Updated from global requirements  https://review.openstack.org/8873601:13
*** annegent_ has joined #openstack-swift01:20
*** RockKuo_Office has joined #openstack-swift01:21
*** annegent_ has quit IRC01:32
*** annegent_ has joined #openstack-swift01:38
*** annegen__ has joined #openstack-swift01:40
*** annegent_ has quit IRC01:43
*** foexle_ has joined #openstack-swift01:46
*** foexle has quit IRC01:49
*** annegen__ has quit IRC01:55
*** haomaiwa_ has joined #openstack-swift02:00
*** haomaiwa_ has quit IRC02:05
*** matsuhashi has quit IRC02:07
*** matsuhashi has joined #openstack-swift02:08
*** matsuhashi has quit IRC02:08
*** matsuhashi has joined #openstack-swift02:08
*** scohen has joined #openstack-swift02:11
*** scohen has quit IRC02:11
*** zz_wasmum is now known as wasmum02:12
*** wasmum is now known as zz_wasmum02:13
*** annegent_ has joined #openstack-swift02:35
*** bkopilov has quit IRC02:40
*** nsquare has joined #openstack-swift02:41
Alex_GaynorHow bad of an idea is it to keep a long lived connection to swift open and upload a file gradually, instead of storing it all in memory and uploading it in one go?02:43
creihtAlex_Gaynor: the connection itself should be relatively cheap02:46
Alex_Gaynorcreiht: is my swift operator (wink wink) likely to time my connection out quickly?02:46
creihtif you are streaming it, you have to make sure it completes within 24 hours, and it also has to send data within a configurable time window02:47
creihtI think that time window is 10 seconds02:47
Alex_GaynorOk, that was the magic number :-)02:48
creihtI'm looking it up real quick02:48
creihtor does your independent testing verify that? :)02:49
Alex_GaynorI haven't yet, I wanted to make sure it wasn't a /terrible/ idea first02:49
creihtahh02:49
creihta lot of people do it02:49
creihtthe other downside is that the longer you have a connection open, the more likely it is to have an issue02:50
creihtlike if the network you happen to be on gets saturated and you can't send any data02:50
creihtlooks like the default client timeout is 60 seconds02:51
creihtAlex_Gaynor: how big are these files?02:51
Alex_GaynorProbably 4kb, but they're generated gradually02:51
creihtahh02:52
Alex_GaynorBasically I want to log an entire network stream, trying to see if I should buffer it in memory, or stream it to swift02:52
creihtat 4kb, it seems like it would be best to buffer it in memory02:52
creihtunless you are just doing *tons* of them02:53
Alex_Gaynor /probably/ not. I guess I'll start buffering, it seems easier anyways02:53
creihthehe02:53
*** kajinamit has joined #openstack-swift02:55
*** haomaiwang has joined #openstack-swift03:01
*** zaitcev has quit IRC03:05
*** haomaiwang has quit IRC03:05
openstackgerritChangBo Guo(gcb) proposed a change to openstack/swift: Add common units constants  https://review.openstack.org/7649003:07
*** acoles has quit IRC03:07
*** acoles has joined #openstack-swift03:18
*** ChanServ sets mode: +v acoles03:18
*** annegent_ has quit IRC03:22
*** annegent_ has joined #openstack-swift03:25
*** zhiyan_ is now known as zhiyan03:34
*** matsuhashi has quit IRC03:38
*** matsuhashi has joined #openstack-swift03:39
*** gyee has quit IRC03:41
*** Kbee has joined #openstack-swift03:42
*** matsuhashi has quit IRC03:45
*** matsuhashi has joined #openstack-swift03:45
*** matsuhashi has quit IRC03:46
*** jyoti_ranjan has joined #openstack-swift03:47
*** haomaiwa_ has joined #openstack-swift03:53
*** nottrobin has quit IRC03:57
*** haomaiwa_ has quit IRC03:58
*** serverascode has quit IRC03:59
*** nosnos has quit IRC04:02
*** nottrobin has joined #openstack-swift04:02
*** serverascode has joined #openstack-swift04:03
openstackgerritChangBo Guo(gcb) proposed a change to openstack/swift: Add common units constants  https://review.openstack.org/7649004:07
*** Kbee has quit IRC04:10
*** bkopilov has joined #openstack-swift04:10
*** Kbee has joined #openstack-swift04:15
*** kajinamit_ has joined #openstack-swift04:18
*** kajinamit has quit IRC04:21
madhuriWhen we update a custom metadata to a object, does container db is updated?04:27
*** matsuhashi has joined #openstack-swift04:37
*** kopparam has joined #openstack-swift04:42
*** annegent_ has quit IRC04:42
*** nosnos has joined #openstack-swift04:43
*** ppai has joined #openstack-swift04:43
openstackgerritClay Gerrard proposed a change to openstack/swift: Fixes probe tests with non-zero default storage policy  https://review.openstack.org/9635304:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Refactoring storage policies merge_timestamps  https://review.openstack.org/10080704:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Add two vector timestamps  https://review.openstack.org/9931504:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Add Storage Policy Support  https://review.openstack.org/9602704:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Add Storage Policy Documentation  https://review.openstack.org/9602604:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Add Storage Policy support to Containers  https://review.openstack.org/9602904:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Update FakeRing and FakeLogger  https://review.openstack.org/9602804:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Add Storage Policy support to Object Server  https://review.openstack.org/9603004:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Fix object-expirer for missing objects  https://review.openstack.org/9851104:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Add functional tests for Storage Policy  https://review.openstack.org/9604204:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Update bin scripts to be storage policy aware  https://review.openstack.org/9604304:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Merge container storage_policy_index  https://review.openstack.org/9604004:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Add Storage Policy Support to Accounts  https://review.openstack.org/9604104:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Add Storage Policy Support to list_endpoints  https://review.openstack.org/9604604:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Add Storage Policy Support to Container Sync  https://review.openstack.org/9604704:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Enqueue misplaced objects during container replication  https://review.openstack.org/9604404:46
openstackgerritClay Gerrard proposed a change to openstack/swift: Add LRUCache to common.utils  https://review.openstack.org/9604504:47
openstackgerritClay Gerrard proposed a change to openstack/swift: Add Storage Policy Support to ssync  https://review.openstack.org/9603404:47
openstackgerritClay Gerrard proposed a change to openstack/swift: Put X-Backend-Timestamp in object 404 responses  https://review.openstack.org/9603504:47
openstackgerritClay Gerrard proposed a change to openstack/swift: Add Storage Policy Support to the Auditor  https://review.openstack.org/9603204:47
openstackgerritClay Gerrard proposed a change to openstack/swift: Add storage policy support for the Replicator  https://review.openstack.org/9603304:47
openstackgerritClay Gerrard proposed a change to openstack/swift: Add container-reconciler daemon  https://review.openstack.org/9603804:47
openstackgerritClay Gerrard proposed a change to openstack/swift: Add reconciler probetest outline  https://review.openstack.org/9603904:47
openstackgerritClay Gerrard proposed a change to openstack/swift: Extend interface on InternalClient  https://review.openstack.org/9603604:47
openstackgerritClay Gerrard proposed a change to openstack/swift: Extend direct_client  https://review.openstack.org/9603704:47
openstackgerritClay Gerrard proposed a change to openstack/swift: Add Storage Policy support to Object Updates  https://review.openstack.org/9997904:47
openstackgerritClay Gerrard proposed a change to openstack/swift: Add Storage Policy support to the Account Reaper  https://review.openstack.org/9604904:47
openstackgerritClay Gerrard proposed a change to openstack/swift: Add Storage Policy Support to Recon Middleware  https://review.openstack.org/9604804:47
hugokuoclayg: you rock04:51
*** haomaiwa_ has joined #openstack-swift04:54
Kotahugokou: I think so04:56
*** matsuhashi has quit IRC04:56
Kotaoh, sorry I responded hugokuo (not hugokou)04:57
*** matsuhashi has joined #openstack-swift04:57
hugokuoKota: hey Kota , how's going04:57
hugokuoReally happy to see you on IRC04:57
madhurihugokuo: ^^^04:58
Kotafine, thanks. How about you?04:58
*** haomaiwa_ has quit IRC04:58
Kotahugokuo: me too04:58
hugokuomadhuri: hello~~~04:59
hugokuoKota: wonderful here04:59
openstackgerritTakashi Kajinami proposed a change to openstack/swift: Ensure update of the container by object-updater  https://review.openstack.org/9959805:02
madhuriWhen we update a custom metadata to a object, does container db is updated?05:03
*** raies_ has joined #openstack-swift05:07
Kotamadhuri: you mean a custom metadata is like 'x-object-meta-<key>', right?05:07
*** haomaiwa_ has joined #openstack-swift05:07
*** kopparam has quit IRC05:11
*** kopparam has joined #openstack-swift05:11
mattoliveraumadhuri: what do you mean update the container? I dont think it effects the Bytes used in the container DB. And doesn't place a new dated file (if your just using post and updating the meta data). So I dont think it is picked up by the object-updater.. tho I could be wrong.05:14
*** scohen has joined #openstack-swift05:14
*** scohen has quit IRC05:15
madhuriKota: Yes05:15
madhuriAs per my knowledge, container db is not updated05:16
mattoliveraumadhuri: actually I lie, it does place a new version of the object, so maybe it does trigger container db via the object-updater.05:17
madhurimattoliverau: Yes I agree the bytes used is not affected but what about the timestamp?05:17
kajinamit_madhuri: I think that depends on "object_post_as_copy" in proxy-server.conf05:18
kajinamit_madhuri: If you set it false, object-server never sends update request to container-server.05:19
kajinamit_madhuri: On the other hand, if you set it true, object-server sends update request to container-server, because swift rePUTs the object with new timestamp.05:19
madhurikajinamit_: Thanks. Got it05:19
madhuriSo it means if object_post_as_copy is set to false, the timestamp is not updated in post request?05:20
madhuriSO GET will display wrong data?05:22
*** kajinamit has joined #openstack-swift05:23
*** kajinamit_ has quit IRC05:23
*** asdfsf has quit IRC05:30
Kotamadhuri: the container db might have a different timestamp from the updated object05:33
Kotamadhuri: I am reviewing swift code...05:33
Kotamadhuri: Both an object and its container have timestamp.05:36
madhuriKota: Ok, thanks05:38
Kotamadhuri: GET container returns the timestamp is kept in container db but GET/HEAD object returns the timestamp is kept in its file metadata.05:39
Kotamadhuri: when object_post_as_copy is false, "GET container" might return wrong (the first created) timestamp instead of updated timestamp.05:41
Kotamudhuri: does it make you sense?05:41
*** nshaikh has joined #openstack-swift05:44
*** mlipchuk has joined #openstack-swift05:47
madhuriKota: The first point is confusing actually.05:49
madhuriKota: GET returns the timestamp is kept in container db but again GET/HEAD object returns the timestamp is kept in its file metadata?05:49
Kotamadhuri: ok05:49
madhuriKota: I didn;t05:51
madhuriKota: sorry didn't get it05:51
madhuriYou said GET returns the timestamp is kept in container db05:51
*** mlipchuk has quit IRC05:51
madhuriand again GET/HEAD object returns the timestamp is kept in its file metadata05:52
Kotamadhuri: object-server keeps custom object metadata as file system extended attributes, right?05:52
madhuriYes05:52
madhuriBoth the statements are contradicting each other05:53
Kotamadhuri: No, I mean GET "cointainer" (list objects).05:54
Kotamadhuri: GET "container" returns container db's timestamp.05:54
Kotamadhuri: they are diffferent statement.05:55
Kotamadhuri: I guess you mean "GET" as GET object.05:57
madhuriOk I got it.05:58
madhuriThanks05:58
Kotamadhuri: However there are 2 situation that swift retruns object timestamp. One is GET/HEAD object. The other is GET container.05:58
Kotamadhuri: I'm happy to hear it :)05:59
madhuriYeah, I verified it. Thanks :)05:59
*** kopparam has quit IRC06:01
*** kopparam has joined #openstack-swift06:01
*** mlipchuk has joined #openstack-swift06:05
*** scohen has joined #openstack-swift06:23
*** mmcardle has joined #openstack-swift06:25
*** mmcardle has quit IRC06:35
*** kopparam has quit IRC06:42
*** mmcardle has joined #openstack-swift06:42
*** haomaiwa_ has quit IRC06:52
*** haomaiwang has joined #openstack-swift06:52
*** mhu has quit IRC07:03
*** mhu has joined #openstack-swift07:03
*** haomaiw__ has joined #openstack-swift07:04
*** haomaiwang has quit IRC07:08
*** ajc_ has joined #openstack-swift07:17
mattoliverauNight all, I'm calling it a night. Have a great one, you hear :)07:20
*** kragniz_ has joined #openstack-swift07:24
*** pconstantine has joined #openstack-swift07:26
*** thurloat has quit IRC07:27
*** otherjon has quit IRC07:27
*** kragniz has quit IRC07:27
*** CybergeekDK has quit IRC07:27
*** CybergeekDK has joined #openstack-swift07:28
*** otherjon has joined #openstack-swift07:28
*** thurloat has joined #openstack-swift07:29
*** kopparam has joined #openstack-swift07:52
hugokuoKota: I see you around http://www.datacenterknowledge.com/archives/2014/06/18/software-defined-storage-startup-brings-openstack-swift-object-storage-enterprise/07:58
*** nacim has joined #openstack-swift08:00
*** kopparam has quit IRC08:01
*** kopparam has joined #openstack-swift08:01
*** chandan_kumar has quit IRC08:01
Kotahugokuo: right, I joined it.08:15
*** jyoti_ranjan has quit IRC08:15
*** haomaiw__ has quit IRC08:16
*** ktsuyuzaki has joined #openstack-swift08:19
*** ppai has quit IRC08:20
*** Kota has quit IRC08:20
*** ktsuyuzaki has quit IRC08:21
*** scohen has quit IRC08:26
*** scohen has joined #openstack-swift08:26
raies_jd__:  hi08:28
*** scohen has quit IRC08:31
*** ppai has joined #openstack-swift08:33
*** nshaikh has left #openstack-swift08:36
*** scohen has joined #openstack-swift08:36
*** jyoti_ranjan has joined #openstack-swift08:39
*** Midnightmyth has joined #openstack-swift08:40
*** nosnos has quit IRC08:44
*** nacim has quit IRC08:46
*** nosnos has joined #openstack-swift08:46
*** dmorita has quit IRC09:02
*** openstackgerrit has quit IRC09:14
*** grapsus_ has joined #openstack-swift09:38
*** nosnos has quit IRC09:40
*** matsuhashi has quit IRC09:44
*** matsuhashi has joined #openstack-swift09:44
*** matsuhashi has quit IRC09:46
*** matsuhashi has joined #openstack-swift09:47
*** pconstantine has quit IRC09:52
*** nsquare has quit IRC09:57
jd__hi10:07
*** nshaikh has joined #openstack-swift10:22
*** Ju_ has joined #openstack-swift10:24
*** raies_ has quit IRC10:32
*** ppai has quit IRC10:50
*** kajinamit has quit IRC10:55
*** zhiyan is now known as zhiyan_10:57
*** matsuhashi has quit IRC11:00
*** matsuhashi has joined #openstack-swift11:01
*** scohen has quit IRC11:01
*** scohen has joined #openstack-swift11:02
*** matsuhashi has quit IRC11:05
*** Kbee has quit IRC11:06
*** haomaiwa_ has joined #openstack-swift11:12
*** matsuhashi has joined #openstack-swift11:16
*** ppai has joined #openstack-swift11:24
*** RockKuo_Office has quit IRC11:35
*** nacim has joined #openstack-swift11:37
*** haomaiwa_ has quit IRC11:39
*** haomaiwa_ has joined #openstack-swift11:40
*** ajc_ has quit IRC11:50
*** ajc_ has joined #openstack-swift11:50
*** ajc_ has quit IRC11:55
*** haomaiwa_ has quit IRC11:56
*** haomaiw__ has joined #openstack-swift11:56
*** kopparam has quit IRC11:59
*** mkollaro has quit IRC12:03
*** bkopilov has quit IRC12:03
*** mmcardle has quit IRC12:05
*** mkollaro has joined #openstack-swift12:05
*** matsuhashi has quit IRC12:13
*** matsuhashi has joined #openstack-swift12:14
*** bkopilov has joined #openstack-swift12:17
*** matsuhas_ has joined #openstack-swift12:18
*** matsuhashi has quit IRC12:18
*** kashyapk has joined #openstack-swift12:25
*** mmcardle has joined #openstack-swift12:30
*** kashyapk has quit IRC12:34
*** ppai has quit IRC12:35
*** kashyapk has joined #openstack-swift12:35
*** kashyapk has quit IRC12:39
*** ozialien has quit IRC12:47
*** bkopilov has quit IRC12:48
*** tdasilva has joined #openstack-swift12:48
*** mkollaro1 has joined #openstack-swift12:48
*** mkollaro has quit IRC12:48
*** scohen has quit IRC13:04
*** haomaiw__ has quit IRC13:13
*** haomaiwang has joined #openstack-swift13:14
*** miqui has joined #openstack-swift13:20
*** zz_wasmum is now known as wasmum13:22
*** kashyapk has joined #openstack-swift13:25
*** wasmum is now known as zz_wasmum13:37
*** d0ugal has quit IRC13:39
*** d0ugal_ has joined #openstack-swift13:39
*** kashyapk has quit IRC13:40
*** d0ugal_ is now known as d0ugal13:40
*** kashyapk has joined #openstack-swift13:40
*** zz_wasmum is now known as wasmum13:44
*** kashyapk has quit IRC13:44
*** jyoti_ranjan has quit IRC13:45
*** jergerber has joined #openstack-swift13:45
*** dmsimard_away is now known as dmsimard13:45
*** dmsimard has quit IRC13:54
*** zhiyan_ is now known as zhiyan13:54
*** dmsimard_away has joined #openstack-swift13:56
*** dmsimard_away is now known as dmsimard13:56
*** dmsimard has quit IRC13:57
*** dmsimard_away has joined #openstack-swift13:57
*** dmsimard_away is now known as dmsimard13:58
*** dmsimard has quit IRC13:58
*** Midnightmyth has quit IRC13:59
*** annegent_ has joined #openstack-swift14:01
*** dmsimard_away has joined #openstack-swift14:01
*** dmsimard_away is now known as dmsimard14:01
*** dmsimard has quit IRC14:02
*** byeager has joined #openstack-swift14:02
*** dmsimard_away has joined #openstack-swift14:02
*** dmsimard_away is now known as dmsimard14:03
*** kashyapk has joined #openstack-swift14:11
*** kashyapk has quit IRC14:15
*** matsuhas_ has quit IRC14:17
*** foexle has joined #openstack-swift14:18
*** foexle_ has quit IRC14:19
*** matsuhashi has joined #openstack-swift14:23
*** grapsus_ has quit IRC14:31
*** grapsus_ has joined #openstack-swift14:31
*** matsuhashi has quit IRC14:33
*** matsuhashi has joined #openstack-swift14:33
*** matsuhashi has quit IRC14:38
*** matsuhashi has joined #openstack-swift14:40
*** jergerber has quit IRC14:41
*** haomaiwang has quit IRC14:52
*** nshaikh has quit IRC14:58
*** prometheanfire has joined #openstack-swift15:01
*** Kbee has joined #openstack-swift15:01
prometheanfirenotmyname: no prerelease to maintainers for tht CVE?15:02
*** kevinc_ has joined #openstack-swift15:03
notmynameprometheanfire: I was told my the sec team that it could go ahead and be made public and patches pushed15:05
*** haomaiwang has joined #openstack-swift15:05
*** matsuhashi has quit IRC15:07
*** matsuhashi has joined #openstack-swift15:07
*** haomai___ has joined #openstack-swift15:07
*** bkopilov has joined #openstack-swift15:09
*** haomaiwang has quit IRC15:10
*** matsuhashi has quit IRC15:11
*** kashyapk has joined #openstack-swift15:12
*** byeager has quit IRC15:12
*** kashyapk has quit IRC15:16
prometheanfiremeh, ok15:16
*** Kbee has quit IRC15:21
*** nacim has quit IRC15:28
*** byeager has joined #openstack-swift15:29
*** byeager has quit IRC15:30
*** byeager has joined #openstack-swift15:31
*** kevinc_ has quit IRC15:32
*** mkollaro1 has quit IRC15:35
*** Ju_ has quit IRC15:36
*** kevinc_ has joined #openstack-swift15:38
notmynamegood morning15:38
*** mkollaro has joined #openstack-swift15:39
*** Midnightmyth has joined #openstack-swift15:42
*** nsquare has joined #openstack-swift15:45
*** mkollaro has quit IRC15:46
*** elambert has joined #openstack-swift15:59
peluse_morning16:04
*** Kbee has joined #openstack-swift16:09
*** mwstorer has joined #openstack-swift16:16
notmynamewife is working with a business. they have a new logo with a new domain listed. /me looks up the new domain. it's currently unregistered....16:25
*** zaitcev has joined #openstack-swift16:25
*** ChanServ sets mode: +v zaitcev16:25
*** foexle has quit IRC16:28
*** byeager has quit IRC16:44
claygstep 1 logo, step 2 business16:48
notmyname:-)16:49
*** nsquare has quit IRC16:49
*** gyee has joined #openstack-swift16:51
*** bkopilov has quit IRC16:53
*** zhiyan is now known as zhiyan_16:54
*** haomai___ has quit IRC17:02
*** nsquare has joined #openstack-swift17:14
claygacoles: thanks for catching that typo in the commit message of tvt patch - apparently spellcheck isn't the entire answer17:15
*** byeager has joined #openstack-swift17:15
*** mlipchuk has quit IRC17:15
notmynameI think HTTP semitics sounds quite interesting. mid-east web servers, I guess17:19
claygnotmyname: just saw this guy do a pr to crunchyrools swiftmp4 repo, looks like he's got commits on swift3 too?  https://github.com/vills17:20
claygoh sure... mediterranean, i knew that...17:21
*** kevinc_ has quit IRC17:21
claygbbiab17:21
*** byeager has quit IRC17:23
notmynameis anyone running swift with ipv6 today?17:25
notmynamethat is, internal in the cluster (not just an external IP)17:27
*** mmcardle has quit IRC17:30
*** shri has joined #openstack-swift17:31
*** mmcardle has joined #openstack-swift17:34
*** byeager has joined #openstack-swift17:38
*** Kbee has quit IRC17:43
*** kevinc_ has joined #openstack-swift17:43
*** mmcardle has quit IRC17:45
notmynameclayg: you pushed up the last stuff we talked about yesterday, acoles looked over it (found the commit typo which you fixed). so are we ready for prepping the merge commit this afternoon?17:53
notmynameand it looks like torgomatic is going back through the chain and passing out +2s17:54
torgomaticlike CANDY!17:54
torgomaticmost of it is stuff I already reviewed, so I'm only looking at diffs from patch set N-1 to N, and that's easy17:55
*** annegent_ has quit IRC18:00
zaitcevnotmyname: internal ipv6, I think, requires the hostnames in the ring. I don't remember if we merged that.18:05
*** tdasilva has quit IRC18:08
*** shri has quit IRC18:08
*** gyee has quit IRC18:08
*** mkerrin has quit IRC18:08
*** wer has quit IRC18:08
*** AbyssOne_ has quit IRC18:08
*** torgomatic has quit IRC18:08
*** hurricanerix has quit IRC18:08
*** prometheanfire has quit IRC18:08
*** jd__ has quit IRC18:08
*** fbo_away has quit IRC18:08
*** portante has quit IRC18:08
*** russell_h has quit IRC18:08
*** briancline has quit IRC18:08
*** mhu has quit IRC18:08
*** pandemicsyn has quit IRC18:08
*** sileht has quit IRC18:08
*** mlanner has quit IRC18:08
*** occupant has quit IRC18:08
*** zacksh has quit IRC18:08
*** bgmccollum has quit IRC18:08
*** zigo has quit IRC18:08
*** notmyname has quit IRC18:08
*** zhiyan_ has quit IRC18:08
*** chmouel has quit IRC18:08
*** anderstj has quit IRC18:08
*** joearnold has quit IRC18:08
*** glange has quit IRC18:08
*** shri has joined #openstack-swift18:10
*** gyee has joined #openstack-swift18:10
*** prometheanfire has joined #openstack-swift18:10
*** tdasilva has joined #openstack-swift18:10
*** mhu has joined #openstack-swift18:10
*** mkerrin has joined #openstack-swift18:10
*** wer has joined #openstack-swift18:10
*** AbyssOne_ has joined #openstack-swift18:10
*** torgomatic has joined #openstack-swift18:10
*** pandemicsyn has joined #openstack-swift18:10
*** sileht has joined #openstack-swift18:10
*** hurricanerix has joined #openstack-swift18:10
*** mlanner has joined #openstack-swift18:10
*** fbo_away has joined #openstack-swift18:10
*** jd__ has joined #openstack-swift18:10
*** portante has joined #openstack-swift18:10
*** occupant has joined #openstack-swift18:10
*** russell_h has joined #openstack-swift18:10
*** briancline has joined #openstack-swift18:10
*** joearnold has joined #openstack-swift18:10
*** glange has joined #openstack-swift18:10
*** anderstj has joined #openstack-swift18:10
*** chmouel has joined #openstack-swift18:10
*** dickson.freenode.net sets mode: +vvvv torgomatic portante glange chmouel18:10
*** notmyname has joined #openstack-swift18:10
*** zigo has joined #openstack-swift18:10
*** zhiyan_ has joined #openstack-swift18:10
*** bgmccollum has joined #openstack-swift18:10
*** zacksh has joined #openstack-swift18:10
*** dickson.freenode.net sets mode: +v notmyname18:10
*** kashyapk has joined #openstack-swift18:11
*** gyee has quit IRC18:12
*** tdasilva has quit IRC18:14
*** shri has quit IRC18:14
*** mkerrin has quit IRC18:14
*** wer has quit IRC18:14
*** AbyssOne_ has quit IRC18:14
*** torgomatic has quit IRC18:14
*** hurricanerix has quit IRC18:14
*** prometheanfire has quit IRC18:14
*** jd__ has quit IRC18:14
*** fbo_away has quit IRC18:14
*** portante has quit IRC18:14
*** russell_h has quit IRC18:14
*** briancline has quit IRC18:14
*** mhu has quit IRC18:14
*** pandemicsyn has quit IRC18:14
*** sileht has quit IRC18:14
*** mlanner has quit IRC18:14
*** occupant has quit IRC18:14
*** zacksh has quit IRC18:14
*** bgmccollum has quit IRC18:14
*** zigo has quit IRC18:14
*** notmyname has quit IRC18:14
*** zhiyan_ has quit IRC18:14
*** chmouel has quit IRC18:14
*** anderstj has quit IRC18:14
*** joearnold has quit IRC18:14
*** glange has quit IRC18:14
*** shri has joined #openstack-swift18:16
*** prometheanfire has joined #openstack-swift18:16
*** tdasilva has joined #openstack-swift18:16
*** mhu has joined #openstack-swift18:16
*** mkerrin has joined #openstack-swift18:16
*** wer has joined #openstack-swift18:16
*** AbyssOne_ has joined #openstack-swift18:16
*** torgomatic has joined #openstack-swift18:16
*** pandemicsyn has joined #openstack-swift18:16
*** sileht has joined #openstack-swift18:16
*** hurricanerix has joined #openstack-swift18:16
*** mlanner has joined #openstack-swift18:16
*** fbo_away has joined #openstack-swift18:16
*** jd__ has joined #openstack-swift18:16
*** portante has joined #openstack-swift18:16
*** occupant has joined #openstack-swift18:16
*** russell_h has joined #openstack-swift18:16
*** briancline has joined #openstack-swift18:16
*** joearnold has joined #openstack-swift18:16
*** glange has joined #openstack-swift18:16
*** anderstj has joined #openstack-swift18:16
*** chmouel has joined #openstack-swift18:16
*** dickson.freenode.net sets mode: +vvvv torgomatic portante glange chmouel18:16
*** notmyname has joined #openstack-swift18:16
*** zigo has joined #openstack-swift18:16
*** zhiyan_ has joined #openstack-swift18:16
*** bgmccollum has joined #openstack-swift18:16
*** zacksh has joined #openstack-swift18:16
*** dickson.freenode.net sets mode: +v notmyname18:16
*** byeager has quit IRC18:19
*** byeager has joined #openstack-swift18:23
*** tdasilva has quit IRC18:32
*** tdasilva has joined #openstack-swift18:33
claygnotmyname: best I can tell we're as ready as we ever have been!18:34
claygnottrobin: you have to change your nick because I can't type not<tab> and get the ptl anymore :D18:35
notmynamelol18:35
notmynameclayg: thanks18:35
claygnotmyname: you could have told them to change their nick, but you're welcome ;)18:35
*** kashyapk has quit IRC18:35
notmynameclayg: change to what? "robin" very clearly (s)he is "nottrobin". all the good names are taken ;-)18:36
notmyname(that made more sense in my head. something was lost in the translation to fingers)18:36
notmynamemordred: ping18:36
*** mmcardle has joined #openstack-swift18:37
*** kashyapk has joined #openstack-swift18:37
*** byeager has quit IRC18:43
notmynameclayg: you've made commits to swift with both a gmail address and a swiftstack address. which would you prefer to have in the AUTHORS file?18:50
*** mmcardle has quit IRC18:54
mordredhey - I'm afk for the next few hours - but I can ping you as soon as I'm back on if it's about the merge19:00
*** ekarlso has quit IRC19:01
*** byeager has joined #openstack-swift19:02
notmynamemordred: yup. it is. thanks19:04
*** ekarlso has joined #openstack-swift19:04
notmynametorgomatic: clayg: peluse_: portante: can you please look over https://review.openstack.org/#/c/101290/  <-- proposed release notes19:05
*** wasmum is now known as zz_wasmum19:06
*** zz_wasmum is now known as wasmum19:09
*** haomaiwang has joined #openstack-swift19:09
*** kashyapk has quit IRC19:11
*** annegent_ has joined #openstack-swift19:12
*** nsquare has quit IRC19:19
*** nsquare has joined #openstack-swift19:21
*** pberis has quit IRC19:22
portantenotmyname: look,ing19:24
portanteno comma19:24
notmynameportante: torgomatic left some comments in gerrit. can you do the same? I'll get to it after I eat lunch19:24
portanteyes19:25
*** nsquare has quit IRC19:28
*** cutforth has quit IRC19:32
*** wasmum is now known as zz_wasmum19:34
*** zz_wasmum is now known as wasmum19:35
tdasilvanotmyname: being a little picky, but i noticed you start some sentences in the past and others you don19:38
tdasilvasuch as: "fix file uploads..." and "fixed issue where..."19:39
*** nsquare has joined #openstack-swift19:57
*** tdasilva has quit IRC19:59
*** gyee has joined #openstack-swift20:00
peluse_notmyname:  looking now20:09
peluse_guess I looked too late :)  Looks good to me though for what its worth20:12
*** shri1 has joined #openstack-swift20:27
*** shri1 has quit IRC20:27
*** shri has quit IRC20:29
*** haomaiwang has quit IRC20:32
*** mmcardle has joined #openstack-swift20:53
*** mmcardle has quit IRC21:07
*** prometheanfire has left #openstack-swift21:13
*** shri has joined #openstack-swift21:18
*** openstackgerrit has joined #openstack-swift21:33
*** annegent_ has quit IRC21:44
*** byeager has quit IRC21:47
*** byeager has joined #openstack-swift21:47
*** wasmum is now known as zz_wasmum21:55
*** annegent_ has joined #openstack-swift22:15
*** nsquare has quit IRC22:19
*** annegent_ has quit IRC22:20
*** annegent_ has joined #openstack-swift22:23
*** shri1 has joined #openstack-swift22:24
*** shri1 has quit IRC22:24
*** shri has quit IRC22:26
*** openstackgerrit has quit IRC22:34
*** 20WAAHXAJ has joined #openstack-swift22:34
*** byeager has quit IRC22:35
*** annegent_ has quit IRC22:48
*** annegent_ has joined #openstack-swift22:48
*** openstack has joined #openstack-swift22:51
*** annegent_ has quit IRC22:52
*** dmsimard is now known as dmsimard_away22:57
*** cutforth has joined #openstack-swift22:58
*** nsquare has joined #openstack-swift23:01
*** annegent_ has joined #openstack-swift23:01
*** Midnightmyth has quit IRC23:03
*** annegent_ has quit IRC23:12
*** fbo_away has quit IRC23:15
*** kevinc_ has quit IRC23:28
*** shri has joined #openstack-swift23:29
*** 20WAAHXAJ has quit IRC23:29
*** openstackgerrit has joined #openstack-swift23:30
*** annegent_ has joined #openstack-swift23:43
*** annegent_ has quit IRC23:49
*** dmsimard_away is now known as dmsimard23:50
*** elambert has quit IRC23:54

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