*** sungju has quit IRC | 00:00 | |
*** wasmum is now known as zz_wasmum | 00:01 | |
portante | clayg: let me know, I can review | 00:01 |
---|---|---|
*** kevinc_ has quit IRC | 00:01 | |
*** scohen has joined #openstack-swift | 00:10 | |
*** scohen has quit IRC | 00:12 | |
*** elambert has quit IRC | 00:12 | |
*** sungju has joined #openstack-swift | 00:13 | |
*** sungju has quit IRC | 00:16 | |
*** sungju has joined #openstack-swift | 00:19 | |
*** matsuhashi has joined #openstack-swift | 00:20 | |
*** sungju has quit IRC | 00:22 | |
*** sungju has joined #openstack-swift | 00:26 | |
clayg | torgomatic: what do you think -> https://gist.github.com/clayg/402957dc4c77b3236e9c | 00:26 |
clayg | torgomatic: 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 |
clayg | torgomatic: nice thing there is that I drop a _stat table query! | 00:27 |
torgomatic | clayg: well, that's definitely nice :) | 00:27 |
*** dmorita has joined #openstack-swift | 00:27 | |
torgomatic | Seems reasonable to me. Does the test I wrote pass with this code? | 00:27 |
clayg | hell yes it does - didn't attempt the rewrite w/o the test ;) | 00:28 |
clayg | torgomatic: all bugs are easy with a failing unittest? | 00:28 |
torgomatic | nice :) | 00:29 |
*** yuan has joined #openstack-swift | 00:33 | |
*** shri has quit IRC | 00:40 | |
*** sungju has quit IRC | 00:41 | |
*** kevinc_ has joined #openstack-swift | 00:42 | |
*** nosnos has joined #openstack-swift | 00:43 | |
*** sungju has joined #openstack-swift | 00:47 | |
*** sungju has quit IRC | 00:50 | |
*** kevinc_ has quit IRC | 00:53 | |
*** Kota has joined #openstack-swift | 00:58 | |
clayg | you 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-swift | 01:10 | |
*** scohen has quit IRC | 01:11 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/swift: Updated from global requirements https://review.openstack.org/88736 | 01:13 |
*** annegent_ has joined #openstack-swift | 01:20 | |
*** RockKuo_Office has joined #openstack-swift | 01:21 | |
*** annegent_ has quit IRC | 01:32 | |
*** annegent_ has joined #openstack-swift | 01:38 | |
*** annegen__ has joined #openstack-swift | 01:40 | |
*** annegent_ has quit IRC | 01:43 | |
*** foexle_ has joined #openstack-swift | 01:46 | |
*** foexle has quit IRC | 01:49 | |
*** annegen__ has quit IRC | 01:55 | |
*** haomaiwa_ has joined #openstack-swift | 02:00 | |
*** haomaiwa_ has quit IRC | 02:05 | |
*** matsuhashi has quit IRC | 02:07 | |
*** matsuhashi has joined #openstack-swift | 02:08 | |
*** matsuhashi has quit IRC | 02:08 | |
*** matsuhashi has joined #openstack-swift | 02:08 | |
*** scohen has joined #openstack-swift | 02:11 | |
*** scohen has quit IRC | 02:11 | |
*** zz_wasmum is now known as wasmum | 02:12 | |
*** wasmum is now known as zz_wasmum | 02:13 | |
*** annegent_ has joined #openstack-swift | 02:35 | |
*** bkopilov has quit IRC | 02:40 | |
*** nsquare has joined #openstack-swift | 02:41 | |
Alex_Gaynor | How 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 |
creiht | Alex_Gaynor: the connection itself should be relatively cheap | 02:46 |
Alex_Gaynor | creiht: is my swift operator (wink wink) likely to time my connection out quickly? | 02:46 |
creiht | if 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 window | 02:47 |
creiht | I think that time window is 10 seconds | 02:47 |
Alex_Gaynor | Ok, that was the magic number :-) | 02:48 |
creiht | I'm looking it up real quick | 02:48 |
creiht | or does your independent testing verify that? :) | 02:49 |
Alex_Gaynor | I haven't yet, I wanted to make sure it wasn't a /terrible/ idea first | 02:49 |
creiht | ahh | 02:49 |
creiht | a lot of people do it | 02:49 |
creiht | the other downside is that the longer you have a connection open, the more likely it is to have an issue | 02:50 |
creiht | like if the network you happen to be on gets saturated and you can't send any data | 02:50 |
creiht | looks like the default client timeout is 60 seconds | 02:51 |
creiht | Alex_Gaynor: how big are these files? | 02:51 |
Alex_Gaynor | Probably 4kb, but they're generated gradually | 02:51 |
creiht | ahh | 02:52 |
Alex_Gaynor | Basically I want to log an entire network stream, trying to see if I should buffer it in memory, or stream it to swift | 02:52 |
creiht | at 4kb, it seems like it would be best to buffer it in memory | 02:52 |
creiht | unless you are just doing *tons* of them | 02:53 |
Alex_Gaynor | /probably/ not. I guess I'll start buffering, it seems easier anyways | 02:53 |
creiht | hehe | 02:53 |
*** kajinamit has joined #openstack-swift | 02:55 | |
*** haomaiwang has joined #openstack-swift | 03:01 | |
*** zaitcev has quit IRC | 03:05 | |
*** haomaiwang has quit IRC | 03:05 | |
openstackgerrit | ChangBo Guo(gcb) proposed a change to openstack/swift: Add common units constants https://review.openstack.org/76490 | 03:07 |
*** acoles has quit IRC | 03:07 | |
*** acoles has joined #openstack-swift | 03:18 | |
*** ChanServ sets mode: +v acoles | 03:18 | |
*** annegent_ has quit IRC | 03:22 | |
*** annegent_ has joined #openstack-swift | 03:25 | |
*** zhiyan_ is now known as zhiyan | 03:34 | |
*** matsuhashi has quit IRC | 03:38 | |
*** matsuhashi has joined #openstack-swift | 03:39 | |
*** gyee has quit IRC | 03:41 | |
*** Kbee has joined #openstack-swift | 03:42 | |
*** matsuhashi has quit IRC | 03:45 | |
*** matsuhashi has joined #openstack-swift | 03:45 | |
*** matsuhashi has quit IRC | 03:46 | |
*** jyoti_ranjan has joined #openstack-swift | 03:47 | |
*** haomaiwa_ has joined #openstack-swift | 03:53 | |
*** nottrobin has quit IRC | 03:57 | |
*** haomaiwa_ has quit IRC | 03:58 | |
*** serverascode has quit IRC | 03:59 | |
*** nosnos has quit IRC | 04:02 | |
*** nottrobin has joined #openstack-swift | 04:02 | |
*** serverascode has joined #openstack-swift | 04:03 | |
openstackgerrit | ChangBo Guo(gcb) proposed a change to openstack/swift: Add common units constants https://review.openstack.org/76490 | 04:07 |
*** Kbee has quit IRC | 04:10 | |
*** bkopilov has joined #openstack-swift | 04:10 | |
*** Kbee has joined #openstack-swift | 04:15 | |
*** kajinamit_ has joined #openstack-swift | 04:18 | |
*** kajinamit has quit IRC | 04:21 | |
madhuri | When we update a custom metadata to a object, does container db is updated? | 04:27 |
*** matsuhashi has joined #openstack-swift | 04:37 | |
*** kopparam has joined #openstack-swift | 04:42 | |
*** annegent_ has quit IRC | 04:42 | |
*** nosnos has joined #openstack-swift | 04:43 | |
*** ppai has joined #openstack-swift | 04:43 | |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Fixes probe tests with non-zero default storage policy https://review.openstack.org/96353 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Refactoring storage policies merge_timestamps https://review.openstack.org/100807 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add two vector timestamps https://review.openstack.org/99315 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add Storage Policy Support https://review.openstack.org/96027 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add Storage Policy Documentation https://review.openstack.org/96026 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add Storage Policy support to Containers https://review.openstack.org/96029 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Update FakeRing and FakeLogger https://review.openstack.org/96028 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add Storage Policy support to Object Server https://review.openstack.org/96030 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Fix object-expirer for missing objects https://review.openstack.org/98511 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add functional tests for Storage Policy https://review.openstack.org/96042 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Update bin scripts to be storage policy aware https://review.openstack.org/96043 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Merge container storage_policy_index https://review.openstack.org/96040 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add Storage Policy Support to Accounts https://review.openstack.org/96041 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add Storage Policy Support to list_endpoints https://review.openstack.org/96046 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add Storage Policy Support to Container Sync https://review.openstack.org/96047 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Enqueue misplaced objects during container replication https://review.openstack.org/96044 | 04:46 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add LRUCache to common.utils https://review.openstack.org/96045 | 04:47 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add Storage Policy Support to ssync https://review.openstack.org/96034 | 04:47 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Put X-Backend-Timestamp in object 404 responses https://review.openstack.org/96035 | 04:47 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add Storage Policy Support to the Auditor https://review.openstack.org/96032 | 04:47 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add storage policy support for the Replicator https://review.openstack.org/96033 | 04:47 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add container-reconciler daemon https://review.openstack.org/96038 | 04:47 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add reconciler probetest outline https://review.openstack.org/96039 | 04:47 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Extend interface on InternalClient https://review.openstack.org/96036 | 04:47 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Extend direct_client https://review.openstack.org/96037 | 04:47 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add Storage Policy support to Object Updates https://review.openstack.org/99979 | 04:47 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add Storage Policy support to the Account Reaper https://review.openstack.org/96049 | 04:47 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add Storage Policy Support to Recon Middleware https://review.openstack.org/96048 | 04:47 |
hugokuo | clayg: you rock | 04:51 |
*** haomaiwa_ has joined #openstack-swift | 04:54 | |
Kota | hugokou: I think so | 04:56 |
*** matsuhashi has quit IRC | 04:56 | |
Kota | oh, sorry I responded hugokuo (not hugokou) | 04:57 |
*** matsuhashi has joined #openstack-swift | 04:57 | |
hugokuo | Kota: hey Kota , how's going | 04:57 |
hugokuo | Really happy to see you on IRC | 04:57 |
madhuri | hugokuo: ^^^ | 04:58 |
Kota | fine, thanks. How about you? | 04:58 |
*** haomaiwa_ has quit IRC | 04:58 | |
Kota | hugokuo: me too | 04:58 |
hugokuo | madhuri: hello~~~ | 04:59 |
hugokuo | Kota: wonderful here | 04:59 |
openstackgerrit | Takashi Kajinami proposed a change to openstack/swift: Ensure update of the container by object-updater https://review.openstack.org/99598 | 05:02 |
madhuri | When we update a custom metadata to a object, does container db is updated? | 05:03 |
*** raies_ has joined #openstack-swift | 05:07 | |
Kota | madhuri: you mean a custom metadata is like 'x-object-meta-<key>', right? | 05:07 |
*** haomaiwa_ has joined #openstack-swift | 05:07 | |
*** kopparam has quit IRC | 05:11 | |
*** kopparam has joined #openstack-swift | 05:11 | |
mattoliverau | madhuri: 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-swift | 05:14 | |
*** scohen has quit IRC | 05:15 | |
madhuri | Kota: Yes | 05:15 |
madhuri | As per my knowledge, container db is not updated | 05:16 |
mattoliverau | madhuri: 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 |
madhuri | mattoliverau: 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.conf | 05: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 |
madhuri | kajinamit_: Thanks. Got it | 05:19 |
madhuri | So it means if object_post_as_copy is set to false, the timestamp is not updated in post request? | 05:20 |
madhuri | SO GET will display wrong data? | 05:22 |
*** kajinamit has joined #openstack-swift | 05:23 | |
*** kajinamit_ has quit IRC | 05:23 | |
*** asdfsf has quit IRC | 05:30 | |
Kota | madhuri: the container db might have a different timestamp from the updated object | 05:33 |
Kota | madhuri: I am reviewing swift code... | 05:33 |
Kota | madhuri: Both an object and its container have timestamp. | 05:36 |
madhuri | Kota: Ok, thanks | 05:38 |
Kota | madhuri: 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 |
Kota | madhuri: when object_post_as_copy is false, "GET container" might return wrong (the first created) timestamp instead of updated timestamp. | 05:41 |
Kota | mudhuri: does it make you sense? | 05:41 |
*** nshaikh has joined #openstack-swift | 05:44 | |
*** mlipchuk has joined #openstack-swift | 05:47 | |
madhuri | Kota: The first point is confusing actually. | 05:49 |
madhuri | Kota: 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 |
Kota | madhuri: ok | 05:49 |
madhuri | Kota: I didn;t | 05:51 |
madhuri | Kota: sorry didn't get it | 05:51 |
madhuri | You said GET returns the timestamp is kept in container db | 05:51 |
*** mlipchuk has quit IRC | 05:51 | |
madhuri | and again GET/HEAD object returns the timestamp is kept in its file metadata | 05:52 |
Kota | madhuri: object-server keeps custom object metadata as file system extended attributes, right? | 05:52 |
madhuri | Yes | 05:52 |
madhuri | Both the statements are contradicting each other | 05:53 |
Kota | madhuri: No, I mean GET "cointainer" (list objects). | 05:54 |
Kota | madhuri: GET "container" returns container db's timestamp. | 05:54 |
Kota | madhuri: they are diffferent statement. | 05:55 |
Kota | madhuri: I guess you mean "GET" as GET object. | 05:57 |
madhuri | Ok I got it. | 05:58 |
madhuri | Thanks | 05:58 |
Kota | madhuri: However there are 2 situation that swift retruns object timestamp. One is GET/HEAD object. The other is GET container. | 05:58 |
Kota | madhuri: I'm happy to hear it :) | 05:59 |
madhuri | Yeah, I verified it. Thanks :) | 05:59 |
*** kopparam has quit IRC | 06:01 | |
*** kopparam has joined #openstack-swift | 06:01 | |
*** mlipchuk has joined #openstack-swift | 06:05 | |
*** scohen has joined #openstack-swift | 06:23 | |
*** mmcardle has joined #openstack-swift | 06:25 | |
*** mmcardle has quit IRC | 06:35 | |
*** kopparam has quit IRC | 06:42 | |
*** mmcardle has joined #openstack-swift | 06:42 | |
*** haomaiwa_ has quit IRC | 06:52 | |
*** haomaiwang has joined #openstack-swift | 06:52 | |
*** mhu has quit IRC | 07:03 | |
*** mhu has joined #openstack-swift | 07:03 | |
*** haomaiw__ has joined #openstack-swift | 07:04 | |
*** haomaiwang has quit IRC | 07:08 | |
*** ajc_ has joined #openstack-swift | 07:17 | |
mattoliverau | Night all, I'm calling it a night. Have a great one, you hear :) | 07:20 |
*** kragniz_ has joined #openstack-swift | 07:24 | |
*** pconstantine has joined #openstack-swift | 07:26 | |
*** thurloat has quit IRC | 07:27 | |
*** otherjon has quit IRC | 07:27 | |
*** kragniz has quit IRC | 07:27 | |
*** CybergeekDK has quit IRC | 07:27 | |
*** CybergeekDK has joined #openstack-swift | 07:28 | |
*** otherjon has joined #openstack-swift | 07:28 | |
*** thurloat has joined #openstack-swift | 07:29 | |
*** kopparam has joined #openstack-swift | 07:52 | |
hugokuo | Kota: 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-swift | 08:00 | |
*** kopparam has quit IRC | 08:01 | |
*** kopparam has joined #openstack-swift | 08:01 | |
*** chandan_kumar has quit IRC | 08:01 | |
Kota | hugokuo: right, I joined it. | 08:15 |
*** jyoti_ranjan has quit IRC | 08:15 | |
*** haomaiw__ has quit IRC | 08:16 | |
*** ktsuyuzaki has joined #openstack-swift | 08:19 | |
*** ppai has quit IRC | 08:20 | |
*** Kota has quit IRC | 08:20 | |
*** ktsuyuzaki has quit IRC | 08:21 | |
*** scohen has quit IRC | 08:26 | |
*** scohen has joined #openstack-swift | 08:26 | |
raies_ | jd__: hi | 08:28 |
*** scohen has quit IRC | 08:31 | |
*** ppai has joined #openstack-swift | 08:33 | |
*** nshaikh has left #openstack-swift | 08:36 | |
*** scohen has joined #openstack-swift | 08:36 | |
*** jyoti_ranjan has joined #openstack-swift | 08:39 | |
*** Midnightmyth has joined #openstack-swift | 08:40 | |
*** nosnos has quit IRC | 08:44 | |
*** nacim has quit IRC | 08:46 | |
*** nosnos has joined #openstack-swift | 08:46 | |
*** dmorita has quit IRC | 09:02 | |
*** openstackgerrit has quit IRC | 09:14 | |
*** grapsus_ has joined #openstack-swift | 09:38 | |
*** nosnos has quit IRC | 09:40 | |
*** matsuhashi has quit IRC | 09:44 | |
*** matsuhashi has joined #openstack-swift | 09:44 | |
*** matsuhashi has quit IRC | 09:46 | |
*** matsuhashi has joined #openstack-swift | 09:47 | |
*** pconstantine has quit IRC | 09:52 | |
*** nsquare has quit IRC | 09:57 | |
jd__ | hi | 10:07 |
*** nshaikh has joined #openstack-swift | 10:22 | |
*** Ju_ has joined #openstack-swift | 10:24 | |
*** raies_ has quit IRC | 10:32 | |
*** ppai has quit IRC | 10:50 | |
*** kajinamit has quit IRC | 10:55 | |
*** zhiyan is now known as zhiyan_ | 10:57 | |
*** matsuhashi has quit IRC | 11:00 | |
*** matsuhashi has joined #openstack-swift | 11:01 | |
*** scohen has quit IRC | 11:01 | |
*** scohen has joined #openstack-swift | 11:02 | |
*** matsuhashi has quit IRC | 11:05 | |
*** Kbee has quit IRC | 11:06 | |
*** haomaiwa_ has joined #openstack-swift | 11:12 | |
*** matsuhashi has joined #openstack-swift | 11:16 | |
*** ppai has joined #openstack-swift | 11:24 | |
*** RockKuo_Office has quit IRC | 11:35 | |
*** nacim has joined #openstack-swift | 11:37 | |
*** haomaiwa_ has quit IRC | 11:39 | |
*** haomaiwa_ has joined #openstack-swift | 11:40 | |
*** ajc_ has quit IRC | 11:50 | |
*** ajc_ has joined #openstack-swift | 11:50 | |
*** ajc_ has quit IRC | 11:55 | |
*** haomaiwa_ has quit IRC | 11:56 | |
*** haomaiw__ has joined #openstack-swift | 11:56 | |
*** kopparam has quit IRC | 11:59 | |
*** mkollaro has quit IRC | 12:03 | |
*** bkopilov has quit IRC | 12:03 | |
*** mmcardle has quit IRC | 12:05 | |
*** mkollaro has joined #openstack-swift | 12:05 | |
*** matsuhashi has quit IRC | 12:13 | |
*** matsuhashi has joined #openstack-swift | 12:14 | |
*** bkopilov has joined #openstack-swift | 12:17 | |
*** matsuhas_ has joined #openstack-swift | 12:18 | |
*** matsuhashi has quit IRC | 12:18 | |
*** kashyapk has joined #openstack-swift | 12:25 | |
*** mmcardle has joined #openstack-swift | 12:30 | |
*** kashyapk has quit IRC | 12:34 | |
*** ppai has quit IRC | 12:35 | |
*** kashyapk has joined #openstack-swift | 12:35 | |
*** kashyapk has quit IRC | 12:39 | |
*** ozialien has quit IRC | 12:47 | |
*** bkopilov has quit IRC | 12:48 | |
*** tdasilva has joined #openstack-swift | 12:48 | |
*** mkollaro1 has joined #openstack-swift | 12:48 | |
*** mkollaro has quit IRC | 12:48 | |
*** scohen has quit IRC | 13:04 | |
*** haomaiw__ has quit IRC | 13:13 | |
*** haomaiwang has joined #openstack-swift | 13:14 | |
*** miqui has joined #openstack-swift | 13:20 | |
*** zz_wasmum is now known as wasmum | 13:22 | |
*** kashyapk has joined #openstack-swift | 13:25 | |
*** wasmum is now known as zz_wasmum | 13:37 | |
*** d0ugal has quit IRC | 13:39 | |
*** d0ugal_ has joined #openstack-swift | 13:39 | |
*** kashyapk has quit IRC | 13:40 | |
*** d0ugal_ is now known as d0ugal | 13:40 | |
*** kashyapk has joined #openstack-swift | 13:40 | |
*** zz_wasmum is now known as wasmum | 13:44 | |
*** kashyapk has quit IRC | 13:44 | |
*** jyoti_ranjan has quit IRC | 13:45 | |
*** jergerber has joined #openstack-swift | 13:45 | |
*** dmsimard_away is now known as dmsimard | 13:45 | |
*** dmsimard has quit IRC | 13:54 | |
*** zhiyan_ is now known as zhiyan | 13:54 | |
*** dmsimard_away has joined #openstack-swift | 13:56 | |
*** dmsimard_away is now known as dmsimard | 13:56 | |
*** dmsimard has quit IRC | 13:57 | |
*** dmsimard_away has joined #openstack-swift | 13:57 | |
*** dmsimard_away is now known as dmsimard | 13:58 | |
*** dmsimard has quit IRC | 13:58 | |
*** Midnightmyth has quit IRC | 13:59 | |
*** annegent_ has joined #openstack-swift | 14:01 | |
*** dmsimard_away has joined #openstack-swift | 14:01 | |
*** dmsimard_away is now known as dmsimard | 14:01 | |
*** dmsimard has quit IRC | 14:02 | |
*** byeager has joined #openstack-swift | 14:02 | |
*** dmsimard_away has joined #openstack-swift | 14:02 | |
*** dmsimard_away is now known as dmsimard | 14:03 | |
*** kashyapk has joined #openstack-swift | 14:11 | |
*** kashyapk has quit IRC | 14:15 | |
*** matsuhas_ has quit IRC | 14:17 | |
*** foexle has joined #openstack-swift | 14:18 | |
*** foexle_ has quit IRC | 14:19 | |
*** matsuhashi has joined #openstack-swift | 14:23 | |
*** grapsus_ has quit IRC | 14:31 | |
*** grapsus_ has joined #openstack-swift | 14:31 | |
*** matsuhashi has quit IRC | 14:33 | |
*** matsuhashi has joined #openstack-swift | 14:33 | |
*** matsuhashi has quit IRC | 14:38 | |
*** matsuhashi has joined #openstack-swift | 14:40 | |
*** jergerber has quit IRC | 14:41 | |
*** haomaiwang has quit IRC | 14:52 | |
*** nshaikh has quit IRC | 14:58 | |
*** prometheanfire has joined #openstack-swift | 15:01 | |
*** Kbee has joined #openstack-swift | 15:01 | |
prometheanfire | notmyname: no prerelease to maintainers for tht CVE? | 15:02 |
*** kevinc_ has joined #openstack-swift | 15:03 | |
notmyname | prometheanfire: I was told my the sec team that it could go ahead and be made public and patches pushed | 15:05 |
*** haomaiwang has joined #openstack-swift | 15:05 | |
*** matsuhashi has quit IRC | 15:07 | |
*** matsuhashi has joined #openstack-swift | 15:07 | |
*** haomai___ has joined #openstack-swift | 15:07 | |
*** bkopilov has joined #openstack-swift | 15:09 | |
*** haomaiwang has quit IRC | 15:10 | |
*** matsuhashi has quit IRC | 15:11 | |
*** kashyapk has joined #openstack-swift | 15:12 | |
*** byeager has quit IRC | 15:12 | |
*** kashyapk has quit IRC | 15:16 | |
prometheanfire | meh, ok | 15:16 |
*** Kbee has quit IRC | 15:21 | |
*** nacim has quit IRC | 15:28 | |
*** byeager has joined #openstack-swift | 15:29 | |
*** byeager has quit IRC | 15:30 | |
*** byeager has joined #openstack-swift | 15:31 | |
*** kevinc_ has quit IRC | 15:32 | |
*** mkollaro1 has quit IRC | 15:35 | |
*** Ju_ has quit IRC | 15:36 | |
*** kevinc_ has joined #openstack-swift | 15:38 | |
notmyname | good morning | 15:38 |
*** mkollaro has joined #openstack-swift | 15:39 | |
*** Midnightmyth has joined #openstack-swift | 15:42 | |
*** nsquare has joined #openstack-swift | 15:45 | |
*** mkollaro has quit IRC | 15:46 | |
*** elambert has joined #openstack-swift | 15:59 | |
peluse_ | morning | 16:04 |
*** Kbee has joined #openstack-swift | 16:09 | |
*** mwstorer has joined #openstack-swift | 16:16 | |
notmyname | wife 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-swift | 16:25 | |
*** ChanServ sets mode: +v zaitcev | 16:25 | |
*** foexle has quit IRC | 16:28 | |
*** byeager has quit IRC | 16:44 | |
clayg | step 1 logo, step 2 business | 16:48 |
notmyname | :-) | 16:49 |
*** nsquare has quit IRC | 16:49 | |
*** gyee has joined #openstack-swift | 16:51 | |
*** bkopilov has quit IRC | 16:53 | |
*** zhiyan is now known as zhiyan_ | 16:54 | |
*** haomai___ has quit IRC | 17:02 | |
*** nsquare has joined #openstack-swift | 17:14 | |
clayg | acoles: thanks for catching that typo in the commit message of tvt patch - apparently spellcheck isn't the entire answer | 17:15 |
*** byeager has joined #openstack-swift | 17:15 | |
*** mlipchuk has quit IRC | 17:15 | |
notmyname | I think HTTP semitics sounds quite interesting. mid-east web servers, I guess | 17:19 |
clayg | notmyname: just saw this guy do a pr to crunchyrools swiftmp4 repo, looks like he's got commits on swift3 too? https://github.com/vills | 17:20 |
clayg | oh sure... mediterranean, i knew that... | 17:21 |
*** kevinc_ has quit IRC | 17:21 | |
clayg | bbiab | 17:21 |
*** byeager has quit IRC | 17:23 | |
notmyname | is anyone running swift with ipv6 today? | 17:25 |
notmyname | that is, internal in the cluster (not just an external IP) | 17:27 |
*** mmcardle has quit IRC | 17:30 | |
*** shri has joined #openstack-swift | 17:31 | |
*** mmcardle has joined #openstack-swift | 17:34 | |
*** byeager has joined #openstack-swift | 17:38 | |
*** Kbee has quit IRC | 17:43 | |
*** kevinc_ has joined #openstack-swift | 17:43 | |
*** mmcardle has quit IRC | 17:45 | |
notmyname | clayg: 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 |
notmyname | and it looks like torgomatic is going back through the chain and passing out +2s | 17:54 |
torgomatic | like CANDY! | 17:54 |
torgomatic | most of it is stuff I already reviewed, so I'm only looking at diffs from patch set N-1 to N, and that's easy | 17:55 |
*** annegent_ has quit IRC | 18:00 | |
zaitcev | notmyname: internal ipv6, I think, requires the hostnames in the ring. I don't remember if we merged that. | 18:05 |
*** tdasilva has quit IRC | 18:08 | |
*** shri has quit IRC | 18:08 | |
*** gyee has quit IRC | 18:08 | |
*** mkerrin has quit IRC | 18:08 | |
*** wer has quit IRC | 18:08 | |
*** AbyssOne_ has quit IRC | 18:08 | |
*** torgomatic has quit IRC | 18:08 | |
*** hurricanerix has quit IRC | 18:08 | |
*** prometheanfire has quit IRC | 18:08 | |
*** jd__ has quit IRC | 18:08 | |
*** fbo_away has quit IRC | 18:08 | |
*** portante has quit IRC | 18:08 | |
*** russell_h has quit IRC | 18:08 | |
*** briancline has quit IRC | 18:08 | |
*** mhu has quit IRC | 18:08 | |
*** pandemicsyn has quit IRC | 18:08 | |
*** sileht has quit IRC | 18:08 | |
*** mlanner has quit IRC | 18:08 | |
*** occupant has quit IRC | 18:08 | |
*** zacksh has quit IRC | 18:08 | |
*** bgmccollum has quit IRC | 18:08 | |
*** zigo has quit IRC | 18:08 | |
*** notmyname has quit IRC | 18:08 | |
*** zhiyan_ has quit IRC | 18:08 | |
*** chmouel has quit IRC | 18:08 | |
*** anderstj has quit IRC | 18:08 | |
*** joearnold has quit IRC | 18:08 | |
*** glange has quit IRC | 18:08 | |
*** shri has joined #openstack-swift | 18:10 | |
*** gyee has joined #openstack-swift | 18:10 | |
*** prometheanfire has joined #openstack-swift | 18:10 | |
*** tdasilva has joined #openstack-swift | 18:10 | |
*** mhu has joined #openstack-swift | 18:10 | |
*** mkerrin has joined #openstack-swift | 18:10 | |
*** wer has joined #openstack-swift | 18:10 | |
*** AbyssOne_ has joined #openstack-swift | 18:10 | |
*** torgomatic has joined #openstack-swift | 18:10 | |
*** pandemicsyn has joined #openstack-swift | 18:10 | |
*** sileht has joined #openstack-swift | 18:10 | |
*** hurricanerix has joined #openstack-swift | 18:10 | |
*** mlanner has joined #openstack-swift | 18:10 | |
*** fbo_away has joined #openstack-swift | 18:10 | |
*** jd__ has joined #openstack-swift | 18:10 | |
*** portante has joined #openstack-swift | 18:10 | |
*** occupant has joined #openstack-swift | 18:10 | |
*** russell_h has joined #openstack-swift | 18:10 | |
*** briancline has joined #openstack-swift | 18:10 | |
*** joearnold has joined #openstack-swift | 18:10 | |
*** glange has joined #openstack-swift | 18:10 | |
*** anderstj has joined #openstack-swift | 18:10 | |
*** chmouel has joined #openstack-swift | 18:10 | |
*** dickson.freenode.net sets mode: +vvvv torgomatic portante glange chmouel | 18:10 | |
*** notmyname has joined #openstack-swift | 18:10 | |
*** zigo has joined #openstack-swift | 18:10 | |
*** zhiyan_ has joined #openstack-swift | 18:10 | |
*** bgmccollum has joined #openstack-swift | 18:10 | |
*** zacksh has joined #openstack-swift | 18:10 | |
*** dickson.freenode.net sets mode: +v notmyname | 18:10 | |
*** kashyapk has joined #openstack-swift | 18:11 | |
*** gyee has quit IRC | 18:12 | |
*** tdasilva has quit IRC | 18:14 | |
*** shri has quit IRC | 18:14 | |
*** mkerrin has quit IRC | 18:14 | |
*** wer has quit IRC | 18:14 | |
*** AbyssOne_ has quit IRC | 18:14 | |
*** torgomatic has quit IRC | 18:14 | |
*** hurricanerix has quit IRC | 18:14 | |
*** prometheanfire has quit IRC | 18:14 | |
*** jd__ has quit IRC | 18:14 | |
*** fbo_away has quit IRC | 18:14 | |
*** portante has quit IRC | 18:14 | |
*** russell_h has quit IRC | 18:14 | |
*** briancline has quit IRC | 18:14 | |
*** mhu has quit IRC | 18:14 | |
*** pandemicsyn has quit IRC | 18:14 | |
*** sileht has quit IRC | 18:14 | |
*** mlanner has quit IRC | 18:14 | |
*** occupant has quit IRC | 18:14 | |
*** zacksh has quit IRC | 18:14 | |
*** bgmccollum has quit IRC | 18:14 | |
*** zigo has quit IRC | 18:14 | |
*** notmyname has quit IRC | 18:14 | |
*** zhiyan_ has quit IRC | 18:14 | |
*** chmouel has quit IRC | 18:14 | |
*** anderstj has quit IRC | 18:14 | |
*** joearnold has quit IRC | 18:14 | |
*** glange has quit IRC | 18:14 | |
*** shri has joined #openstack-swift | 18:16 | |
*** prometheanfire has joined #openstack-swift | 18:16 | |
*** tdasilva has joined #openstack-swift | 18:16 | |
*** mhu has joined #openstack-swift | 18:16 | |
*** mkerrin has joined #openstack-swift | 18:16 | |
*** wer has joined #openstack-swift | 18:16 | |
*** AbyssOne_ has joined #openstack-swift | 18:16 | |
*** torgomatic has joined #openstack-swift | 18:16 | |
*** pandemicsyn has joined #openstack-swift | 18:16 | |
*** sileht has joined #openstack-swift | 18:16 | |
*** hurricanerix has joined #openstack-swift | 18:16 | |
*** mlanner has joined #openstack-swift | 18:16 | |
*** fbo_away has joined #openstack-swift | 18:16 | |
*** jd__ has joined #openstack-swift | 18:16 | |
*** portante has joined #openstack-swift | 18:16 | |
*** occupant has joined #openstack-swift | 18:16 | |
*** russell_h has joined #openstack-swift | 18:16 | |
*** briancline has joined #openstack-swift | 18:16 | |
*** joearnold has joined #openstack-swift | 18:16 | |
*** glange has joined #openstack-swift | 18:16 | |
*** anderstj has joined #openstack-swift | 18:16 | |
*** chmouel has joined #openstack-swift | 18:16 | |
*** dickson.freenode.net sets mode: +vvvv torgomatic portante glange chmouel | 18:16 | |
*** notmyname has joined #openstack-swift | 18:16 | |
*** zigo has joined #openstack-swift | 18:16 | |
*** zhiyan_ has joined #openstack-swift | 18:16 | |
*** bgmccollum has joined #openstack-swift | 18:16 | |
*** zacksh has joined #openstack-swift | 18:16 | |
*** dickson.freenode.net sets mode: +v notmyname | 18:16 | |
*** byeager has quit IRC | 18:19 | |
*** byeager has joined #openstack-swift | 18:23 | |
*** tdasilva has quit IRC | 18:32 | |
*** tdasilva has joined #openstack-swift | 18:33 | |
clayg | notmyname: best I can tell we're as ready as we ever have been! | 18:34 |
clayg | nottrobin: you have to change your nick because I can't type not<tab> and get the ptl anymore :D | 18:35 |
notmyname | lol | 18:35 |
notmyname | clayg: thanks | 18:35 |
clayg | notmyname: you could have told them to change their nick, but you're welcome ;) | 18:35 |
*** kashyapk has quit IRC | 18:35 | |
notmyname | clayg: 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 |
notmyname | mordred: ping | 18:36 |
*** mmcardle has joined #openstack-swift | 18:37 | |
*** kashyapk has joined #openstack-swift | 18:37 | |
*** byeager has quit IRC | 18:43 | |
notmyname | clayg: 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 IRC | 18:54 | |
mordred | hey - 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 merge | 19:00 |
*** ekarlso has quit IRC | 19:01 | |
*** byeager has joined #openstack-swift | 19:02 | |
notmyname | mordred: yup. it is. thanks | 19:04 |
*** ekarlso has joined #openstack-swift | 19:04 | |
notmyname | torgomatic: clayg: peluse_: portante: can you please look over https://review.openstack.org/#/c/101290/ <-- proposed release notes | 19:05 |
*** wasmum is now known as zz_wasmum | 19:06 | |
*** zz_wasmum is now known as wasmum | 19:09 | |
*** haomaiwang has joined #openstack-swift | 19:09 | |
*** kashyapk has quit IRC | 19:11 | |
*** annegent_ has joined #openstack-swift | 19:12 | |
*** nsquare has quit IRC | 19:19 | |
*** nsquare has joined #openstack-swift | 19:21 | |
*** pberis has quit IRC | 19:22 | |
portante | notmyname: look,ing | 19:24 |
portante | no comma | 19:24 |
notmyname | portante: torgomatic left some comments in gerrit. can you do the same? I'll get to it after I eat lunch | 19:24 |
portante | yes | 19:25 |
*** nsquare has quit IRC | 19:28 | |
*** cutforth has quit IRC | 19:32 | |
*** wasmum is now known as zz_wasmum | 19:34 | |
*** zz_wasmum is now known as wasmum | 19:35 | |
tdasilva | notmyname: being a little picky, but i noticed you start some sentences in the past and others you don | 19:38 |
tdasilva | such as: "fix file uploads..." and "fixed issue where..." | 19:39 |
*** nsquare has joined #openstack-swift | 19:57 | |
*** tdasilva has quit IRC | 19:59 | |
*** gyee has joined #openstack-swift | 20:00 | |
peluse_ | notmyname: looking now | 20:09 |
peluse_ | guess I looked too late :) Looks good to me though for what its worth | 20:12 |
*** shri1 has joined #openstack-swift | 20:27 | |
*** shri1 has quit IRC | 20:27 | |
*** shri has quit IRC | 20:29 | |
*** haomaiwang has quit IRC | 20:32 | |
*** mmcardle has joined #openstack-swift | 20:53 | |
*** mmcardle has quit IRC | 21:07 | |
*** prometheanfire has left #openstack-swift | 21:13 | |
*** shri has joined #openstack-swift | 21:18 | |
*** openstackgerrit has joined #openstack-swift | 21:33 | |
*** annegent_ has quit IRC | 21:44 | |
*** byeager has quit IRC | 21:47 | |
*** byeager has joined #openstack-swift | 21:47 | |
*** wasmum is now known as zz_wasmum | 21:55 | |
*** annegent_ has joined #openstack-swift | 22:15 | |
*** nsquare has quit IRC | 22:19 | |
*** annegent_ has quit IRC | 22:20 | |
*** annegent_ has joined #openstack-swift | 22:23 | |
*** shri1 has joined #openstack-swift | 22:24 | |
*** shri1 has quit IRC | 22:24 | |
*** shri has quit IRC | 22:26 | |
*** openstackgerrit has quit IRC | 22:34 | |
*** 20WAAHXAJ has joined #openstack-swift | 22:34 | |
*** byeager has quit IRC | 22:35 | |
*** annegent_ has quit IRC | 22:48 | |
*** annegent_ has joined #openstack-swift | 22:48 | |
*** openstack has joined #openstack-swift | 22:51 | |
*** annegent_ has quit IRC | 22:52 | |
*** dmsimard is now known as dmsimard_away | 22:57 | |
*** cutforth has joined #openstack-swift | 22:58 | |
*** nsquare has joined #openstack-swift | 23:01 | |
*** annegent_ has joined #openstack-swift | 23:01 | |
*** Midnightmyth has quit IRC | 23:03 | |
*** annegent_ has quit IRC | 23:12 | |
*** fbo_away has quit IRC | 23:15 | |
*** kevinc_ has quit IRC | 23:28 | |
*** shri has joined #openstack-swift | 23:29 | |
*** 20WAAHXAJ has quit IRC | 23:29 | |
*** openstackgerrit has joined #openstack-swift | 23:30 | |
*** annegent_ has joined #openstack-swift | 23:43 | |
*** annegent_ has quit IRC | 23:49 | |
*** dmsimard_away is now known as dmsimard | 23:50 | |
*** elambert has quit IRC | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!