*** haomaiwang has quit IRC | 00:01 | |
*** haomaiwang has joined #openstack-swift | 00:01 | |
*** asettle has quit IRC | 00:27 | |
*** haomaiwang has quit IRC | 01:01 | |
*** haomaiwang has joined #openstack-swift | 01:01 | |
*** haomaiwang has quit IRC | 01:46 | |
*** baojg has joined #openstack-swift | 01:47 | |
*** chuck_ has joined #openstack-swift | 01:50 | |
*** chuck_ has quit IRC | 01:50 | |
kota_ | hello | 02:01 |
---|---|---|
*** kei_yama has quit IRC | 02:03 | |
hosanai | kota: hello | 02:06 |
*** kei_yama has joined #openstack-swift | 02:06 | |
kota_ | hosanai: \o/ | 02:06 |
*** hosanai has quit IRC | 02:08 | |
*** hosanai has joined #openstack-swift | 02:10 | |
*** ChanServ sets mode: +v hosanai | 02:10 | |
*** jamielennox is now known as jamielennox|away | 02:13 | |
*** haomaiwang has joined #openstack-swift | 02:41 | |
charz_ | morning | 02:48 |
kota_ | charz_: morning :) | 02:52 |
openstackgerrit | Janie Richling proposed openstack/swift: Encrypt/decrypt etag in container listing https://review.openstack.org/275492 | 03:00 |
*** haomaiwang has quit IRC | 03:01 | |
*** haomaiwang has joined #openstack-swift | 03:01 | |
*** kei_yama has quit IRC | 03:03 | |
*** nadeem has joined #openstack-swift | 03:11 | |
*** tech004 has joined #openstack-swift | 03:19 | |
tech004 | hi anyone please explain why getting "proxy: Handoff requested" on my test node I am using two replicas only Is that an issue I have only two nodes with two proxy and 10 hdd on each | 03:22 |
tech004 | Also I am using chunked upload | 03:22 |
*** takashi_ has joined #openstack-swift | 03:24 | |
*** takashi_ has quit IRC | 03:24 | |
*** takashi_ has joined #openstack-swift | 03:25 | |
takashi_ | good afternoon :-) | 03:25 |
*** dmorita has joined #openstack-swift | 03:30 | |
*** klrmn has quit IRC | 03:31 | |
*** links has joined #openstack-swift | 03:33 | |
*** dmorita has quit IRC | 03:36 | |
kota_ | tech004: I don't think that it is a reason (2 replica ,10 devices) for the message. | 03:47 |
*** kei_yama has joined #openstack-swift | 03:48 | |
kota_ | tech004: The message will appear when proxy-server failing to connect (or getting error response from object-servers). | 03:49 |
kota_ | s/failing to connect/failing to connect to objecte-server/ | 03:49 |
kota_ | tech004: Did you find any other massage like 5xx, 4xx from object-server in your log? | 03:50 |
*** nadeem has quit IRC | 03:58 | |
*** haomaiwang has quit IRC | 04:01 | |
*** haomaiwang has joined #openstack-swift | 04:01 | |
tech004 | <kota> Let me check for 4xx and 5xx | 04:01 |
*** asettle has joined #openstack-swift | 04:02 | |
*** ppai has joined #openstack-swift | 04:02 | |
*** Jeffrey4l has joined #openstack-swift | 04:02 | |
*** SkyRocknRoll has quit IRC | 04:03 | |
tech004 | <kota> Yes I am getting 503 Also ChunkWriteTimeout (10s) | 04:04 |
*** nadeem has joined #openstack-swift | 04:10 | |
*** mingdang1 has joined #openstack-swift | 04:14 | |
kota_ | tech004: ok, that means something happend during data transfer between proxy-server and object-server...but a bit odd because AFAIK, proxy doesn't try to handoff when failing in transfer. | 04:15 |
kota_ | it only happen when proxy notice the error at the begening of connection. | 04:16 |
tech004 | As I said I am testing the system I am using chunked upload my current script split large files into 256mb chunks Is that a problem large chunk size? | 04:17 |
tech004 | I was using 16mb chunks but it was slowing down entire system | 04:18 |
kota_ | tech004: needn't. the chunk means the bufffer at proxy-server/object-server internal use./ | 04:20 |
kota_ | tech004: probably you can see what happend in object-server log. | 04:21 |
kota_ | (if object-server doesn't return response actually) | 04:21 |
tech004 | No thats not what I mean I created a script to automate upload I am watching a folder with i notify and upload new files to swift with my script | 04:22 |
tech004 | so I upload files into chunks | 04:22 |
kota_ | tech004: and create SLO manifest for the chunks, right? | 04:22 |
tech004 | <kota_> Yes | 04:23 |
*** SkyRocknRoll has joined #openstack-swift | 04:23 | |
kota_ | alright, I meant "the chunk" for "ChunkWriteTimeout" in your log so i don't think your chunk in client side related to *Swift chunk size for internal use*. | 04:24 |
tech004 | I had no issues with 16mb chunk when uploading but large chunk size giving me problem and this error So I am trying to understand if it is a script issue or proxy issue | 04:24 |
kota_ | ah, you mean smaller file was successful but bigger file was not. | 04:25 |
kota_ | got it. | 04:25 |
tech004 | Yeah oh man my english sucks :) | 04:25 |
kota_ | no worries, I am not native too :-) | 04:26 |
*** cdelatte has joined #openstack-swift | 04:26 | |
tech004 | <kota_> bigger files uploading but I am getting errors and my script hangs a lot so I have to restart my script again every time | 04:26 |
kota_ | circle back to the issue. it sounds like object-server problem when writing files. | 04:26 |
tech004 | Yeah I also think the same some time out values not correct right? | 04:27 |
kota_ | tech004: sorry, what does it means? | 04:28 |
*** delattec has joined #openstack-swift | 04:28 | |
tech004 | Well I am getting this in my logs "ChunkWriteTimeout (10s)" | 04:29 |
kota_ | tech004: probably it's in proxy-server's log. | 04:29 |
tech004 | <kota_> Yes it is | 04:29 |
kota_ | and can you see the log *in object-server*? | 04:30 |
*** cdelatte has quit IRC | 04:31 | |
tech004 | No i dont see the same parameter in object server logs | 04:33 |
kota_ | ah, ok. we don' t find ChunkWriteTimeout in object-server log anyway. I meant another error happend in object-server at that time. | 04:36 |
tech004 | No errors but i can see 404 status on many HEAD request | 04:36 |
kota_ | e.g. error trace back, connection disconnected, or. | 04:36 |
kota_ | tech004: currious. | 04:37 |
tech004 | <kota_> I am sure there is no network issue coz Its not in internet Its my private network and all other systems are working fine It must be some kind of conf issue on my side :P | 04:38 |
kota_ | the point I'm wondring is the ChunkWfiteTimeout will be raised *after the connection accepted* but no log means the connection wasn't accepted. | 04:38 |
kota_ | tech004: coud you try to use the command "swift-get-nodes <ring file> <account> <container> <object> "? | 04:40 |
tech004 | sure | 04:40 |
kota_ | that shows the direct URL for the object-server via curl | 04:41 |
kota_ | so you can try the reachability with it. | 04:41 |
kota_ | reacchability for object-server. | 04:41 |
kota_ | tech004: let me know your Swift version? I'll try to look at codes at the version later and am going to be slow to return response due to attend another meeting in my office. | 04:44 |
tech004 | kota_ Let me learn and test it I will let you know | 04:45 |
tech004 | Well I have installed swift from ubuntu repo using kilo version | 04:46 |
tech004 | add-apt-repository cloud-archive:kilo | 04:47 |
tech004 | <kota_>Have a look into it I am not sure the command is correct or not http://pastebin.com/qbF0fpsh | 04:56 |
*** haomaiwang has quit IRC | 05:01 | |
*** haomaiwang has joined #openstack-swift | 05:01 | |
*** mingdang1 has quit IRC | 05:11 | |
kota_ | tech004: you need 2 more args for <container> <object> | 05:11 |
tech004 | <kota_> Let me check again | 05:12 |
kota_ | if your script attempt to upload files /v1/PLAY_cldcents/container/object, the args will be "swift-get-nodes -a /etc/swift/object.ring.gz PLAY_cldcents container object " | 05:12 |
tech004 | Ok let me try | 05:13 |
tech004 | kota_ http://pastebin.com/Vc3RS6gk there you go | 05:14 |
kota_ | tech004: thanks. then.. i noticed a thing looks odd you have a couple of network in your ring, Is it expected? | 05:16 |
kota_ | I am looking at the lines since L35 | 05:16 |
tech004 | <kota_> Yes I have two servers with 11 hdd each on two private network | 05:17 |
kota_ | tech004: ok, could you try to L35 and L36 at your proxy-server? | 05:18 |
*** nadeem has quit IRC | 05:18 | |
kota_ | I think you can get 404s for each line. | 05:18 |
*** nadeem has joined #openstack-swift | 05:19 | |
tech004 | <kota_> I am sorry I dont get it L35 and L36 part could you explain | 05:20 |
kota_ | try to do the command "curl -I -XHEAD "http://10.112.188.224:9000/lona02/3061/PLAY_cldcents/container/object"" | 05:20 |
kota_ | and "curl -I -XHEAD "http://10.90.2.200:9000/sja06/3061/PLAY_cldcents/container/object"" | 05:20 |
kota_ | if the curl success to get HTTP response even if it's 404, the reachability from proxy to object-server seems healty. | 05:21 |
kota_ | s/success/succeeds/ | 05:21 |
*** asettle has quit IRC | 05:23 | |
tech004 | Yes Its 404 | 05:24 |
kota_ | and each object-server got the 404 log, right? | 05:24 |
tech004 | lol no I tried to do it from one server to other and i get 5xx | 05:25 |
tech004 | HTTP/1.1 507 Insufficient Storage | 05:26 |
tech004 | How is that possible | 05:26 |
kota_ | bingo, that is the reason you can see the Handoff requested. | 05:26 |
kota_ | a couple of reasons... | 05:26 |
tech004 | Please explain :) | 05:27 |
kota_ | no free space to write the object | 05:27 |
*** SkyRocknRoll has quit IRC | 05:27 | |
kota_ | or the device not mounted. | 05:27 |
tech004 | No way I will list my hdd | 05:27 |
kota_ | tech004: why is no way? | 05:28 |
tech004 | No way because Its writing to hdd :D | 05:28 |
tech004 | and each of them are 3TB | 05:28 |
tech004 | Its crazy server I am testing | 05:28 |
kota_ | I think the reason is the second one. | 05:29 |
kota_ | it's not mounted. | 05:29 |
tech004 | If its mounting issue maybe I can accept but no storage no way man | 05:29 |
kota_ | because HEAD doesn't require the free space but you got still 507 | 05:30 |
tech004 | kota_ cool then my next question if it is not why I am able to write into it | 05:30 |
kota_ | tech004: if you use the env only for the test, you can set mount_check=False at object-server.conf to avoid the mounting issue. | 05:31 |
tech004 | kota_ but if there is a mounting issue it should be reported to object log right? | 05:32 |
kota_ | but note that object-server will write the files into default root device instead of the HDD you intended at your ring. | 05:32 |
*** delatte has joined #openstack-swift | 05:32 | |
kota_ | tech004: right, I'm checking the code right now | 05:32 |
tech004 | kota_ and I have checked it I have unmounted a device or say I have changed perm of a folder /srv/node/device I am getting the device as not mounted | 05:34 |
*** asettle has joined #openstack-swift | 05:35 | |
*** delattec has quit IRC | 05:36 | |
kota_ | tech004: supprisingly, it looks like not logged for now, https://github.com/openstack/swift/blob/master/swift/obj/diskfile.py#L1067-L1068 | 05:36 |
tech004 | kota_ Can you give me a solution | 05:38 |
kota_ | tech004: what I suggest is to mount the actuall hdd device to the dir written in your ring. | 05:39 |
kota_ | it's healty way for swift. | 05:39 |
*** SkyRocknRoll has joined #openstack-swift | 05:39 | |
tech004 | I think I my ring exactly like that | 05:40 |
tech004 | and now I am getting 404 from both server | 05:40 |
*** asettle has quit IRC | 05:40 | |
tech004 | hmm I dont get it | 05:40 |
tech004 | /dev/sdl1 /srv/node/sja11 xfs noatime,nodiratime,nobarrier,logbufs=8 0 0 | 05:41 |
kota_ | when you get 404 from both servers, maybe you don't see Handoff requested anymore while uploading the files. | 05:41 |
tech004 | and I have created my ring with sja** I think you meant that right | 05:42 |
kota_ | yup | 05:42 |
tech004 | cool so my mounting is in proper way | 05:42 |
tech004 | Let me try with mount check false | 05:43 |
kota_ | /dev/sdl1 is actuall drive path and /srv/node/sja11 is the mount point which Swift can see. | 05:43 |
tech004 | Yeah | 05:43 |
kota_ | the issue resolved? | 05:43 |
kota_ | (i mean the issue you saw Handoff Requested) | 05:44 |
tech004 | no I have just reastrted my worker Its running node.js script hmm I think I must add it to cron so it will restart automatically in every 15 minutes or so :P | 05:44 |
kota_ | hehe :/ | 05:45 |
tech004 | kota_ we are back to square one I think Its chunk size or my script :D | 05:46 |
tech004 | kota_ anyway I will check time outs variables in proxy conf and try again | 05:49 |
kota_ | tech004: ok, if you notice something else, ping me to know what happens in your Swift. | 05:50 |
tech004 | kota_ sure I have to check all logs including syslog to see what is going on and I will let you know | 05:51 |
*** haomaiwang has quit IRC | 06:01 | |
*** haomaiwang has joined #openstack-swift | 06:01 | |
*** trifon has joined #openstack-swift | 06:13 | |
*** sanchitmalhotra has joined #openstack-swift | 06:40 | |
*** pcaruana has joined #openstack-swift | 06:49 | |
*** sheel has joined #openstack-swift | 06:54 | |
*** haomaiwang has quit IRC | 07:01 | |
*** haomaiwang has joined #openstack-swift | 07:01 | |
*** huayi has joined #openstack-swift | 07:05 | |
*** hosanai has quit IRC | 07:09 | |
*** huayi is now known as chenhuayi | 07:11 | |
*** asettle has joined #openstack-swift | 07:24 | |
*** huayi_ has joined #openstack-swift | 07:25 | |
*** chenhuayi has quit IRC | 07:27 | |
*** asettle has quit IRC | 07:29 | |
*** huayi_ has quit IRC | 07:31 | |
*** haomaiwang has quit IRC | 08:01 | |
*** haomaiwa_ has joined #openstack-swift | 08:01 | |
*** mingdang1 has joined #openstack-swift | 08:09 | |
*** trifon has quit IRC | 08:09 | |
*** baojg has quit IRC | 08:11 | |
*** sanchitmalhotra has quit IRC | 08:14 | |
*** baojg has joined #openstack-swift | 08:14 | |
*** nadeem has quit IRC | 08:22 | |
*** trifon has joined #openstack-swift | 08:33 | |
*** tech004 has quit IRC | 08:35 | |
*** mingdang1 has quit IRC | 08:37 | |
*** jmccarthy has quit IRC | 08:37 | |
*** jmccarthy has joined #openstack-swift | 08:38 | |
*** haomaiwa_ has quit IRC | 09:01 | |
*** haomaiwang has joined #openstack-swift | 09:01 | |
*** takashi_ has quit IRC | 09:03 | |
*** ppai has quit IRC | 09:14 | |
*** ppai has joined #openstack-swift | 09:22 | |
*** karthi has joined #openstack-swift | 09:39 | |
*** pcaruana has quit IRC | 09:42 | |
*** kei_yama has quit IRC | 09:44 | |
*** pcaruana has joined #openstack-swift | 09:55 | |
*** haomaiwang has quit IRC | 10:01 | |
*** 77CAAJ17L has joined #openstack-swift | 10:01 | |
*** 77CAAJ17L has quit IRC | 10:19 | |
*** haomaiwa_ has joined #openstack-swift | 10:21 | |
*** silor has joined #openstack-swift | 10:31 | |
*** SkyRocknRoll has quit IRC | 10:40 | |
*** mingdang1 has joined #openstack-swift | 10:46 | |
*** baojg has quit IRC | 10:56 | |
*** asettle has joined #openstack-swift | 10:56 | |
*** divya___ has joined #openstack-swift | 10:56 | |
divya___ | hi | 10:56 |
divya___ | i am installting mitaka | 10:57 |
divya___ | devstak and fails in openstack object store account set --property Temp-URL-Key=password 2016-03-28 10:23:53.380 | Not Found (HTTP 404) | 10:57 |
divya___ | can anybody help | 10:57 |
*** haomaiwa_ has quit IRC | 11:01 | |
*** haomaiwang has joined #openstack-swift | 11:01 | |
*** pcaruana has quit IRC | 11:09 | |
*** divya___ has quit IRC | 11:14 | |
*** pcaruana has joined #openstack-swift | 11:23 | |
*** silor1 has joined #openstack-swift | 11:28 | |
*** silor has quit IRC | 11:30 | |
*** silor1 is now known as silor | 11:30 | |
*** flaper87 has quit IRC | 11:48 | |
*** flaper87 has joined #openstack-swift | 11:51 | |
*** km has quit IRC | 11:58 | |
*** haomaiwang has quit IRC | 12:01 | |
*** haomaiwang has joined #openstack-swift | 12:01 | |
*** asettle has quit IRC | 12:05 | |
*** ppai has quit IRC | 12:10 | |
*** janonymous has joined #openstack-swift | 12:19 | |
*** pcaruana has quit IRC | 12:39 | |
*** pcaruana has joined #openstack-swift | 12:52 | |
*** haomaiwang has quit IRC | 13:01 | |
*** haomaiwang has joined #openstack-swift | 13:01 | |
*** klamath has joined #openstack-swift | 13:13 | |
*** mingdang1 has quit IRC | 13:19 | |
*** vinsh has quit IRC | 13:28 | |
tdasilva | good morning | 13:29 |
*** vinsh has joined #openstack-swift | 13:29 | |
*** vinsh_ has joined #openstack-swift | 13:30 | |
*** vinsh has quit IRC | 13:30 | |
*** StraubTW has joined #openstack-swift | 13:32 | |
*** links has quit IRC | 13:36 | |
*** openstackgerrit has quit IRC | 13:48 | |
*** openstackgerrit has joined #openstack-swift | 13:48 | |
*** ametts has joined #openstack-swift | 13:59 | |
*** haomaiwang has quit IRC | 14:01 | |
*** sgundur has joined #openstack-swift | 14:01 | |
*** haomaiwang has joined #openstack-swift | 14:01 | |
janonymous | tdasilva: o/ | 14:03 |
*** haomaiwang has quit IRC | 14:06 | |
*** karthi has quit IRC | 14:20 | |
mahatic | fyi, I'm on vacation this week and the next, until 8th of April | 14:28 |
*** _JZ_ has joined #openstack-swift | 14:29 | |
*** _JZ_ has quit IRC | 14:29 | |
*** _JZ_ has joined #openstack-swift | 14:30 | |
*** StraubTW_ has joined #openstack-swift | 14:37 | |
*** StraubTW has quit IRC | 14:38 | |
*** NM has joined #openstack-swift | 14:38 | |
tdasilva | mahatic: enjoy! | 14:39 |
*** haomaiwa_ has joined #openstack-swift | 14:41 | |
*** zaitcev has joined #openstack-swift | 14:45 | |
*** ChanServ sets mode: +v zaitcev | 14:45 | |
klamath | Can someone provide some pointers on increasing replication speed on very small object files? what are some values to start adjusting? object-server rsync workers, object-replicator concurrency? | 14:52 |
*** hurricanerix has quit IRC | 14:58 | |
*** Guest95722 has quit IRC | 14:58 | |
*** links has joined #openstack-swift | 14:58 | |
*** hurricanerix has joined #openstack-swift | 14:58 | |
*** links has quit IRC | 14:58 | |
*** Guest88568 has joined #openstack-swift | 14:59 | |
*** haomaiwa_ has quit IRC | 15:01 | |
*** haomaiwa_ has joined #openstack-swift | 15:01 | |
*** StraubTW_ has quit IRC | 15:05 | |
*** StraubTW has joined #openstack-swift | 15:06 | |
*** garthb has joined #openstack-swift | 15:06 | |
*** esker has quit IRC | 15:12 | |
*** esker has joined #openstack-swift | 15:13 | |
-openstackstatus- NOTICE: Gerrit is restarting on review.openstack.org in an attempt to address an issue reading an object from the ec2-api repository | 15:22 | |
jrichli | mahatic: have fun! | 15:22 |
*** dmellado is now known as dmellado|off | 15:24 | |
*** klrmn has joined #openstack-swift | 15:25 | |
*** StraubTW_ has joined #openstack-swift | 15:31 | |
*** StraubTW has quit IRC | 15:33 | |
*** arch-nemesis has joined #openstack-swift | 15:37 | |
notmyname | good morning | 15:46 |
pdardeau | good morning | 15:48 |
notmyname | cschwede: as far as I can tell, not much happened on the rolling upgrade test mechanics since you looked at it. any updates there? | 15:54 |
*** garthb_ has joined #openstack-swift | 15:56 | |
*** garthb has quit IRC | 15:57 | |
*** haomaiwa_ has quit IRC | 16:01 | |
*** haomaiwang has joined #openstack-swift | 16:01 | |
*** garthb_ has quit IRC | 16:06 | |
*** garthb has joined #openstack-swift | 16:07 | |
*** StraubTW_ has quit IRC | 16:12 | |
*** lyrrad has joined #openstack-swift | 16:19 | |
*** mingdang1 has joined #openstack-swift | 16:20 | |
*** mingdang1 has quit IRC | 16:25 | |
*** klrmn has quit IRC | 16:25 | |
clayg | heyoh! | 16:26 |
openstackgerrit | Andreas Jaeger proposed openstack/swift: List system dependencies for running common tests https://review.openstack.org/298313 | 16:27 |
*** gyee has joined #openstack-swift | 16:28 | |
*** StraubTW has joined #openstack-swift | 16:30 | |
*** david-lyle_ has joined #openstack-swift | 16:44 | |
*** david-lyle has quit IRC | 16:44 | |
*** david-lyle has joined #openstack-swift | 16:48 | |
*** david-lyle_ has quit IRC | 16:49 | |
*** dmorita has joined #openstack-swift | 16:53 | |
openstackgerrit | Andreas Jaeger proposed openstack/swift: List system dependencies for running common tests https://review.openstack.org/298313 | 16:57 |
*** haomaiwang has quit IRC | 17:01 | |
*** haomaiwang has joined #openstack-swift | 17:01 | |
*** StraubTW has quit IRC | 17:06 | |
*** nadeem has joined #openstack-swift | 17:15 | |
*** nadeem has quit IRC | 17:15 | |
*** nadeem has joined #openstack-swift | 17:16 | |
*** david-lyle has quit IRC | 17:24 | |
*** david-lyle has joined #openstack-swift | 17:25 | |
*** klrmn has joined #openstack-swift | 17:31 | |
*** BigWillie has joined #openstack-swift | 17:36 | |
*** esker has quit IRC | 17:40 | |
*** tongli has joined #openstack-swift | 17:47 | |
jrichli | clayg: I applied your feedback for transient-sysmeta helper functions in patch 298063 | 17:50 |
patchbot | jrichli: https://review.openstack.org/#/c/298063/ - swift (feature/crypto) - Resolve todos relying on real footers and transien... | 17:50 |
clayg | jrichli: cool, there's still a function that returns a string literal - is it used? I see in the module they just grab the global constant | 17:52 |
jrichli | clayg: oops, i meant to change that. i had to bring back that method because of how gatekeeper uses the prefixes | 17:54 |
jrichli | but i meant to switch out the literal | 17:54 |
clayg | well, i mean now it's a function that returns a constant - but that seems about the same - you don't need to call a function to get at a global | 17:55 |
clayg | jrichli: i'm sure it's fine - if you're happy with don't worry about it | 17:55 |
*** haomaiwang has quit IRC | 18:01 | |
*** haomaiwang has joined #openstack-swift | 18:01 | |
*** Jeffrey4l has quit IRC | 18:04 | |
*** david-lyle_ has joined #openstack-swift | 18:12 | |
*** david-lyle has quit IRC | 18:14 | |
openstackgerrit | Janie Richling proposed openstack/swift: Resolve todos relying on real footers and transient-sysmeta cleanup https://review.openstack.org/298063 | 18:14 |
*** pcaruana has quit IRC | 18:16 | |
*** pcaruana has joined #openstack-swift | 18:30 | |
*** silor has quit IRC | 18:38 | |
*** pauloewerton has joined #openstack-swift | 18:47 | |
*** haomaiwang has quit IRC | 19:01 | |
*** haomaiwang has joined #openstack-swift | 19:01 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-swiftclient: Updated from global requirements https://review.openstack.org/89250 | 19:32 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/swift: Updated from global requirements https://review.openstack.org/88736 | 19:32 |
*** esker has joined #openstack-swift | 19:35 | |
*** BigWillie has quit IRC | 19:50 | |
jrichli | timburke: thanks for the +2 on patch 268723 ... just needs one more! | 19:52 |
patchbot | jrichli: https://review.openstack.org/#/c/268723/ - swift - swift-[account|container]-info when disk is full | 19:52 |
*** sheel has quit IRC | 19:57 | |
*** esker has quit IRC | 19:59 | |
*** haomaiwang has quit IRC | 20:01 | |
*** haomaiwang has joined #openstack-swift | 20:01 | |
*** BigWillie has joined #openstack-swift | 20:17 | |
*** asettle has joined #openstack-swift | 20:40 | |
*** BigWillie has quit IRC | 20:52 | |
*** pauloewerton has quit IRC | 21:00 | |
*** haomaiwang has quit IRC | 21:01 | |
*** haomaiwang has joined #openstack-swift | 21:01 | |
*** rickyrem has joined #openstack-swift | 21:20 | |
*** NM has quit IRC | 21:35 | |
*** trifon has quit IRC | 21:40 | |
*** _JZ_ has quit IRC | 21:55 | |
*** haomaiwang has quit IRC | 22:01 | |
*** haomaiwa_ has joined #openstack-swift | 22:01 | |
*** klamath has quit IRC | 22:40 | |
*** bill_az has joined #openstack-swift | 22:47 | |
*** nadeem has quit IRC | 22:48 | |
*** esker has joined #openstack-swift | 22:49 | |
*** tongli has quit IRC | 22:56 | |
*** david-lyle_ is now known as david-lyle | 22:57 | |
*** haomaiwa_ has quit IRC | 23:01 | |
*** haomaiwa_ has joined #openstack-swift | 23:01 | |
*** esker has quit IRC | 23:02 | |
*** esker has joined #openstack-swift | 23:03 | |
*** esker has quit IRC | 23:10 | |
*** esker has joined #openstack-swift | 23:16 | |
*** esker has quit IRC | 23:20 | |
*** ametts has quit IRC | 23:22 | |
*** asettle has quit IRC | 23:24 | |
*** kei_yama has joined #openstack-swift | 23:30 | |
*** shakamunyi has joined #openstack-swift | 23:30 | |
*** barra204 has quit IRC | 23:32 | |
*** mingdang1 has joined #openstack-swift | 23:33 | |
*** esker has joined #openstack-swift | 23:36 | |
*** km has joined #openstack-swift | 23:38 | |
*** diogogmt has joined #openstack-swift | 23:48 | |
*** hosanai has joined #openstack-swift | 23:49 | |
*** ChanServ sets mode: +v hosanai | 23:49 | |
*** mingdang1 has quit IRC | 23:51 | |
hosanai | good morning! | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!