*** baojg has joined #openstack-cinder | 00:01 | |
*** baojg has quit IRC | 00:06 | |
*** masber has joined #openstack-cinder | 00:25 | |
masber | good morning, multi-attach volume fails during creation process https://pastebin.com/raw/RQ4fv8iG any idea why? | 00:25 |
---|---|---|
*** cknight has quit IRC | 00:32 | |
*** wanghao has joined #openstack-cinder | 00:35 | |
*** zhurong has joined #openstack-cinder | 00:58 | |
*** yangyapeng has joined #openstack-cinder | 00:59 | |
*** baojg has joined #openstack-cinder | 01:02 | |
tommylikehu | hey masber , I guess this issue already been fixed by wxy : https://bugs.launchpad.net/cinder/+bug/1683431 | 01:05 |
openstack | Launchpad bug 1683431 in Cinder "create volume with multiattach > NoneType has no attribute get" [Undecided,Fix released] - Assigned to wangxiyuan (wangxiyuan) | 01:05 |
*** baojg has quit IRC | 01:07 | |
masber | tommylikehu, thanks for this, the link you sent me says that a work around would be to create a volume type. Would you be able to help me to do that? | 01:27 |
*** hoonetorg has quit IRC | 01:30 | |
tommylikehu | masber, I guess you don't need to create and specify a volume type with that patch merged. | 01:30 |
*** Shunli has joined #openstack-cinder | 01:34 | |
*** edmondsw has joined #openstack-cinder | 01:40 | |
*** edmondsw has quit IRC | 01:45 | |
*** hoonetorg has joined #openstack-cinder | 01:47 | |
*** zsli_ has joined #openstack-cinder | 01:48 | |
*** Shunli has quit IRC | 01:51 | |
*** itlinux has joined #openstack-cinder | 01:51 | |
*** sapd has joined #openstack-cinder | 01:52 | |
*** cknight has joined #openstack-cinder | 01:53 | |
*** edmondsw has joined #openstack-cinder | 01:54 | |
*** cknight1 has joined #openstack-cinder | 01:57 | |
*** cknight has quit IRC | 01:57 | |
*** zhaochao has joined #openstack-cinder | 01:59 | |
*** edmondsw has quit IRC | 02:01 | |
*** wanghao_ has joined #openstack-cinder | 02:06 | |
*** gouthamr has quit IRC | 02:07 | |
*** wanghao has quit IRC | 02:09 | |
*** hoonetorg has quit IRC | 02:10 | |
*** crushil has joined #openstack-cinder | 02:22 | |
*** hoonetorg has joined #openstack-cinder | 02:28 | |
*** gcb has joined #openstack-cinder | 02:30 | |
masber | tommylikehu, thanks, would you be able to help me to understand the purpose of these files /cinder/tests/unit/scheduler/fakes.py b/cinder/tests/unit/scheduler/fakes.py and cinder/tests/unit/scheduler/test_filter_scheduler.py b/cinder/tests/unit/scheduler/test_filter_scheduler.py? | 02:30 |
*** ircuser-1 has joined #openstack-cinder | 02:30 | |
*** felipemonteiro has joined #openstack-cinder | 02:44 | |
*** dikonoor has joined #openstack-cinder | 03:06 | |
*** cknight1 has quit IRC | 03:06 | |
tommylikehu | hey masber not sure about your point :( Are you talking about the reason why they have been modified in the bug fix patch? https://review.openstack.org/#/c/471672/ | 03:13 |
tommylikehu | they are just been modified to cover the case when volume type is none | 03:14 |
*** dikonoor has quit IRC | 03:16 | |
*** itlinux has quit IRC | 03:17 | |
*** vivsoni has joined #openstack-cinder | 03:25 | |
*** edmondsw has joined #openstack-cinder | 03:30 | |
*** psachin has joined #openstack-cinder | 03:34 | |
*** edmondsw has quit IRC | 03:35 | |
*** gkadam has joined #openstack-cinder | 03:35 | |
*** wanghao_ has quit IRC | 03:36 | |
*** wanghao has joined #openstack-cinder | 03:37 | |
*** dikonoor has joined #openstack-cinder | 03:42 | |
*** itlinux has joined #openstack-cinder | 03:48 | |
*** adisky__ has joined #openstack-cinder | 03:56 | |
*** john5223_ has joined #openstack-cinder | 04:01 | |
*** baojg has joined #openstack-cinder | 04:05 | |
*** armax has joined #openstack-cinder | 04:05 | |
*** mvk_ has joined #openstack-cinder | 04:06 | |
*** links has joined #openstack-cinder | 04:07 | |
*** baojg has quit IRC | 04:09 | |
*** Poornima has joined #openstack-cinder | 04:09 | |
*** pgadiya has joined #openstack-cinder | 04:13 | |
*** Poornima has quit IRC | 04:20 | |
*** Poornima has joined #openstack-cinder | 04:20 | |
*** mkrcmari__ has joined #openstack-cinder | 04:23 | |
*** mvk_ has quit IRC | 04:26 | |
masber | tommylikehu, I mean I am not sure why they are int he test folder? | 04:26 |
*** zhurong has quit IRC | 04:27 | |
*** mvk_ has joined #openstack-cinder | 04:27 | |
*** zhurong has joined #openstack-cinder | 04:30 | |
*** mkrcmari__ has quit IRC | 04:30 | |
*** chhavi has joined #openstack-cinder | 04:31 | |
*** armax has quit IRC | 04:32 | |
*** felipemonteiro has quit IRC | 04:32 | |
*** chhavi has quit IRC | 04:38 | |
*** mvk_ has quit IRC | 04:41 | |
*** crushil has quit IRC | 04:49 | |
*** Dinesh_Bhor has joined #openstack-cinder | 04:49 | |
*** crushil has joined #openstack-cinder | 04:50 | |
*** mvk_ has joined #openstack-cinder | 05:00 | |
*** mvk has joined #openstack-cinder | 05:11 | |
*** mvk_ has quit IRC | 05:14 | |
*** chhavi has joined #openstack-cinder | 05:16 | |
*** mvk_ has joined #openstack-cinder | 05:16 | |
*** mvk has quit IRC | 05:18 | |
*** bkopilov has quit IRC | 05:18 | |
*** edmondsw has joined #openstack-cinder | 05:18 | |
masber | tommylikehu, my cinder files are not same as the source ones showing int he bug fix... | 05:21 |
*** lkuchlan has joined #openstack-cinder | 05:23 | |
*** edmondsw has quit IRC | 05:23 | |
*** e0ne has joined #openstack-cinder | 05:39 | |
*** e0ne has quit IRC | 05:39 | |
*** dikonoo has joined #openstack-cinder | 05:47 | |
*** bkopilov has joined #openstack-cinder | 05:48 | |
*** dikonoor has quit IRC | 05:49 | |
*** links has quit IRC | 05:50 | |
*** wanghao_ has joined #openstack-cinder | 05:51 | |
*** wanghao has quit IRC | 05:54 | |
*** vivsoni has quit IRC | 05:55 | |
*** vivsoni has joined #openstack-cinder | 05:55 | |
*** links has joined #openstack-cinder | 05:56 | |
tommylikehu | masber: They exist in the lastet repository, so may be you should update your code first. | 06:12 |
*** itlinux has quit IRC | 06:15 | |
openstackgerrit | Yingzhe Zeng proposed openstack/cinder master: Get correct hypermetro remote lun ID while mapping https://review.openstack.org/492854 | 06:21 |
*** lkuchlan has quit IRC | 06:34 | |
*** hoonetorg has quit IRC | 06:39 | |
*** mvk has joined #openstack-cinder | 06:41 | |
openstackgerrit | zhangbailin proposed openstack/cinder-specs master: Modify spelling mistakes https://review.openstack.org/493451 | 06:43 |
*** mvk_ has quit IRC | 06:44 | |
*** lhx__ has joined #openstack-cinder | 06:52 | |
*** hoonetorg has joined #openstack-cinder | 06:52 | |
*** rcernin has joined #openstack-cinder | 06:56 | |
*** edmondsw has joined #openstack-cinder | 07:07 | |
*** baojg has joined #openstack-cinder | 07:07 | |
*** Tzur has joined #openstack-cinder | 07:09 | |
*** tesseract has joined #openstack-cinder | 07:10 | |
*** edmondsw has quit IRC | 07:11 | |
*** baojg has quit IRC | 07:15 | |
*** aarefiev_afk is now known as aarefiev | 07:22 | |
*** wanghao_ has quit IRC | 07:28 | |
*** wanghao has joined #openstack-cinder | 07:29 | |
*** wanghao_ has joined #openstack-cinder | 07:29 | |
*** wanghao has quit IRC | 07:33 | |
*** lkuchlan has joined #openstack-cinder | 07:34 | |
openstackgerrit | Tzur Eliyahu proposed openstack/cinder master: ibm_storage - fix enable replication after disable https://review.openstack.org/487063 | 07:37 |
*** mvk_ has joined #openstack-cinder | 07:55 | |
*** mvk has quit IRC | 07:58 | |
*** mvk_ has quit IRC | 08:00 | |
*** mvk has joined #openstack-cinder | 08:01 | |
*** chhavi has quit IRC | 08:02 | |
*** VAhl has joined #openstack-cinder | 08:04 | |
*** geguileo_PTO has quit IRC | 08:04 | |
*** dalvarez has quit IRC | 08:05 | |
*** dmellado has quit IRC | 08:06 | |
VAhl | Hi. Default port for Cinder is 8776. Is it possible to have Cinder listen on another port. Such as 18776? If yes, how do I configure it. I have tried to set osapi_volume_listen_port = 18876. But that didn't work.. | 08:06 |
*** mvk_ has joined #openstack-cinder | 08:06 | |
*** e0ne has joined #openstack-cinder | 08:07 | |
*** huyang_ has joined #openstack-cinder | 08:07 | |
*** zsli__ has joined #openstack-cinder | 08:09 | |
*** mvk has quit IRC | 08:09 | |
*** huyang has quit IRC | 08:10 | |
*** huyang_ is now known as huyang | 08:10 | |
*** zsli_ has quit IRC | 08:11 | |
*** dikonoo has quit IRC | 08:35 | |
*** dikonoor has joined #openstack-cinder | 08:36 | |
*** openstackgerrit has quit IRC | 08:48 | |
*** wanghao_ has quit IRC | 08:53 | |
*** edmondsw has joined #openstack-cinder | 08:55 | |
*** wanghao has joined #openstack-cinder | 08:56 | |
*** edmondsw has quit IRC | 08:59 | |
*** lkuchlan has quit IRC | 09:04 | |
*** openstackgerrit has joined #openstack-cinder | 09:06 | |
openstackgerrit | Kushal Wathore proposed openstack/cinder master: 3PAR: Fixed image cache enabled capability. https://review.openstack.org/461744 | 09:06 |
*** baojg has joined #openstack-cinder | 09:12 | |
arnewiebalck | VAhl: Did you also change the endpoint in keystone? | 09:14 |
*** zsli_ has joined #openstack-cinder | 09:14 | |
*** baojg has quit IRC | 09:16 | |
*** zsli__ has quit IRC | 09:17 | |
*** lkuchlan has joined #openstack-cinder | 09:20 | |
*** wanghao has quit IRC | 09:20 | |
*** wanghao has joined #openstack-cinder | 09:21 | |
*** wanghao has quit IRC | 09:30 | |
*** wanghao has joined #openstack-cinder | 09:31 | |
*** wanghao has quit IRC | 09:31 | |
*** wanghao has joined #openstack-cinder | 09:32 | |
*** wanghao has quit IRC | 09:32 | |
*** zsli_ has quit IRC | 09:32 | |
*** wanghao has joined #openstack-cinder | 09:32 | |
*** wanghao has quit IRC | 09:33 | |
*** wanghao has joined #openstack-cinder | 09:33 | |
*** wanghao has quit IRC | 09:33 | |
*** wanghao has joined #openstack-cinder | 09:34 | |
*** wanghao has quit IRC | 09:34 | |
*** wanghao has joined #openstack-cinder | 09:35 | |
*** wanghao has quit IRC | 09:35 | |
*** wanghao has joined #openstack-cinder | 09:36 | |
*** dalgaaf has quit IRC | 09:40 | |
*** dalgaaf has joined #openstack-cinder | 09:41 | |
openstackgerrit | Dongdong Pei proposed openstack/cinder master: cisco driver can't support multi-fabric zone https://review.openstack.org/483786 | 09:44 |
*** Poornima has quit IRC | 09:47 | |
*** Poornima has joined #openstack-cinder | 09:47 | |
*** lkuchlan has quit IRC | 09:55 | |
*** Aurelgad1o has joined #openstack-cinder | 10:03 | |
*** yangyapeng has quit IRC | 10:06 | |
*** Aurelgadjo has quit IRC | 10:06 | |
*** lkuchlan has joined #openstack-cinder | 10:08 | |
*** gmann has joined #openstack-cinder | 10:15 | |
openstackgerrit | yfzhao proposed openstack/cinder master: Fix wrong links https://review.openstack.org/493507 | 10:34 |
*** Tzur has quit IRC | 10:37 | |
*** edmondsw has joined #openstack-cinder | 10:43 | |
*** dikonoo has joined #openstack-cinder | 10:44 | |
*** Tzur has joined #openstack-cinder | 10:46 | |
*** dikonoor has quit IRC | 10:47 | |
*** edmondsw has quit IRC | 10:47 | |
VAhl | arnewiebalck: No. The reason is that there should be an Haproxy in front that takes the traffic at port 8776. Which then send it to one of three controller at port 18776. | 10:48 |
*** lpetrut has joined #openstack-cinder | 10:51 | |
*** isaacb has joined #openstack-cinder | 10:52 | |
openstackgerrit | Isaac Beckman proposed openstack/cinder master: IBM storage: check pyxcli version on initialize https://review.openstack.org/486419 | 11:01 |
_heena_py_ | Is there anyway to find out all the cinder volume dependencies? | 11:15 |
_heena_py_ | For example if the volume belongs to a stack, or there is a snapshot of this volume | 11:15 |
_heena_py_ | or if it is attached to a server | 11:15 |
_heena_py_ | A cinder volume can have a snapshot and a server dependency only right? | 11:21 |
tommylikehu | _heena_py_: | 11:27 |
tommylikehu | does cinder snapshot-list --volume-id xxxx and cinder attachment-list --volume-id xxx wokr? | 11:28 |
tommylikehu | s/wokr/work | 11:29 |
openstackgerrit | Isaac Beckman proposed openstack/cinder master: IBM Storage: add QoS documentation https://review.openstack.org/486405 | 11:29 |
_heena_py_ | I guess not...these are the options we have | 11:30 |
_heena_py_ | http://paste.openstack.org/show/618301/ | 11:30 |
*** yangyapeng has joined #openstack-cinder | 11:31 | |
tommylikehu | _heena_py_: you don't have cinderclient? | 11:32 |
_heena_py_ | I do | 11:34 |
_heena_py_ | openstack snapshot show xxx will give something | 11:34 |
tommylikehu | then try the cinderclient command: cinder snapshot-list --volume-id xxxx | 11:36 |
_heena_py_ | ok , I have been trying openstack command | 11:37 |
*** yangyapeng has quit IRC | 11:43 | |
_heena_py_ | attachment-list is only in 3.27 or higher version | 11:48 |
tommylikehu | _heena_py_: or maybe you can check the attachment_ids attribute when you show one specify volume(cinder show xxxx) | 11:50 |
_heena_py_ | Yes I did that, however for snapshot it will not show in attachments | 11:51 |
_heena_py_ | and this will be in code so manually I will not be able to check the attachments | 11:51 |
_heena_py_ | so I might have to run different commands, one for attachment(that gives me server id) and another is for snapshots | 11:52 |
*** gcb has quit IRC | 11:52 | |
*** chhavi has joined #openstack-cinder | 11:53 | |
_heena_py_ | and then there is also the matter of stack | 11:53 |
_heena_py_ | to find out if the volume is attached to a stack will require other set of commands | 11:53 |
tommylikehu | _heena_py_: I afraid you can't find all the dependencies with one singular command except you can connect to the database and excute the sql command. | 11:57 |
*** nicolasbock has joined #openstack-cinder | 11:57 | |
_heena_py_ | with database its possible? | 11:58 |
_heena_py_ | never worked on that | 11:58 |
_heena_py_ | but if it is easier, I would like to know how | 11:58 |
tommylikehu | it's risky, but if you can access to the database, our other resource which depends on volume will have a column named 'volume_id', no matter snapshots or attachments or backups | 12:02 |
_heena_py_ | I see..thanks I will find out some way | 12:06 |
*** psachin has quit IRC | 12:08 | |
isaacb | tommylikehu: Hi, can you please help withe review https://review.openstack.org/#/c/484204/ | 12:09 |
*** psachin has joined #openstack-cinder | 12:10 | |
*** dikonoor has joined #openstack-cinder | 12:11 | |
*** Julien-zte has quit IRC | 12:13 | |
*** dikonoo has quit IRC | 12:13 | |
*** pgadiya has quit IRC | 12:13 | |
*** Julien-zte has joined #openstack-cinder | 12:15 | |
*** jianghuaw has quit IRC | 12:15 | |
*** abishop has joined #openstack-cinder | 12:17 | |
*** chhavi has quit IRC | 12:17 | |
*** chhavi_ has joined #openstack-cinder | 12:17 | |
*** dikonoor has quit IRC | 12:20 | |
*** nikeshm has joined #openstack-cinder | 12:23 | |
*** zhurong has quit IRC | 12:25 | |
*** isaacb has quit IRC | 12:28 | |
*** liverpooler has joined #openstack-cinder | 12:28 | |
*** isaacb has joined #openstack-cinder | 12:31 | |
tommylikehu | hey isaacb, I am not familiar with this one, but I will try to review it :) | 12:32 |
isaacb | tnx | 12:33 |
*** gkadam has quit IRC | 12:36 | |
*** isaacb has quit IRC | 12:36 | |
*** shaner_ has quit IRC | 12:38 | |
*** isaacb has joined #openstack-cinder | 12:41 | |
*** liverpooler has quit IRC | 12:43 | |
*** liverpooler has joined #openstack-cinder | 12:43 | |
*** dave-mccowan has joined #openstack-cinder | 12:44 | |
*** markvoelker has joined #openstack-cinder | 12:48 | |
*** lhx__ has quit IRC | 12:48 | |
*** edmondsw has joined #openstack-cinder | 12:49 | |
*** dustins has joined #openstack-cinder | 12:52 | |
*** libin_ has joined #openstack-cinder | 12:52 | |
*** shaner has joined #openstack-cinder | 12:52 | |
*** libin__ has quit IRC | 12:56 | |
*** cknight has joined #openstack-cinder | 13:01 | |
*** mchlumsky has joined #openstack-cinder | 13:02 | |
*** nicolasbock has quit IRC | 13:03 | |
*** psachin has quit IRC | 13:06 | |
isaacb | tommylikehu: One more review for your comments please: https://review.openstack.org/#/c/487018/ | 13:07 |
*** andymccr has joined #openstack-cinder | 13:15 | |
*** baojg has joined #openstack-cinder | 13:15 | |
*** baojg has quit IRC | 13:20 | |
*** yangyapeng has joined #openstack-cinder | 13:23 | |
*** yangyapeng has quit IRC | 13:26 | |
*** yangyapeng has joined #openstack-cinder | 13:26 | |
*** gcb has joined #openstack-cinder | 13:33 | |
*** felipemonteiro has joined #openstack-cinder | 13:39 | |
*** cknight has quit IRC | 13:41 | |
*** cknight has joined #openstack-cinder | 13:42 | |
*** felipemonteiro has quit IRC | 13:45 | |
*** eharney has joined #openstack-cinder | 13:45 | |
*** links has quit IRC | 13:47 | |
*** lbragstad has joined #openstack-cinder | 13:48 | |
openstackgerrit | John Griffith proposed openstack/cinder master: Make attachment_update set status to attaching https://review.openstack.org/493262 | 13:55 |
openstackgerrit | Isaac Beckman proposed openstack/cinder master: ibm-storage: enable FC zonning to all ports https://review.openstack.org/484204 | 13:56 |
*** baojg has joined #openstack-cinder | 13:56 | |
*** isaacb has quit IRC | 13:59 | |
*** e0ne has quit IRC | 14:01 | |
*** e0ne has joined #openstack-cinder | 14:02 | |
*** gouthamr has joined #openstack-cinder | 14:02 | |
*** chlong has joined #openstack-cinder | 14:04 | |
*** ChubYann has quit IRC | 14:07 | |
*** Aurelgad1o has quit IRC | 14:10 | |
*** isaacb has joined #openstack-cinder | 14:11 | |
openstackgerrit | TommyLike proposed openstack/cinder master: ibm-storage: enable FC zonning to all ports https://review.openstack.org/484204 | 14:12 |
*** Poornima has quit IRC | 14:14 | |
*** KeithMnemonic has joined #openstack-cinder | 14:15 | |
isaacb | jungleboyj, scottda: can I ask you for some help with some reviews that we want to push forward? | 14:17 |
scottda | isaacb: OK | 14:18 |
*** xyang1 has joined #openstack-cinder | 14:19 | |
jungleboyj | scottda: Sure, let me know. | 14:20 |
*** yangyapeng has quit IRC | 14:20 | |
jungleboyj | isaacb: ^^ | 14:20 |
* jungleboyj isn't awake yet. | 14:20 | |
*** ChubYann has joined #openstack-cinder | 14:21 | |
isaacb | scottda: https://review.openstack.org/#/c/487063/ , https://review.openstack.org/#/c/487018/ | 14:21 |
*** catintheroof has joined #openstack-cinder | 14:21 | |
isaacb | jungleboyj: GM :-) | 14:21 |
jungleboyj | isaacb: Good afternoon. | 14:22 |
*** yangyapeng has joined #openstack-cinder | 14:22 | |
*** lhx_ has joined #openstack-cinder | 14:24 | |
smcginnis | isaacb: Both have strings that should be translated, but since we are in hard string freeze now, it's good they don't. | 14:27 |
*** dikonoor has joined #openstack-cinder | 14:31 | |
isaacb | smcginnis: thanks ^^ I was not aware of this. | 14:43 |
openstackgerrit | Aviram Bar-Haim proposed openstack/os-brick master: Fix iSCSI volume attachment over RDMA transport https://review.openstack.org/493568 | 14:44 |
ildikov | jgriffith: stvnoyes: two new patches and the updated attach patch is here: https://review.openstack.org/#/q/topic:bp/cinder-new-attach-apis | 14:44 |
lpetrut | hi, could anyone please take a quick look over this trivial SMB driver bug fix? https://review.openstack.org/#/c/484424/ it previously had a +2 but I've added a bug report and reproposed it. | 14:45 |
ildikov | stvnoyes: with jgriffith's Cinder patches you should be able to test live_migrate with the latest additions now | 14:45 |
stvnoyes | ok will give it a go | 14:45 |
isaacb | jungleboyj, smcginnis: Is there anyone from the core members who is responsible for reviewing docs? | 14:45 |
jungleboyj | isaacb: That is me. :-) We are all doing it but I am heading up the effort. :-) | 14:47 |
ildikov | stvnoyes: sounds great, thanks | 14:47 |
*** nikeshm has quit IRC | 14:50 | |
isaacb | jungleboyj: in this case: https://review.openstack.org/#/c/486405/ | 14:55 |
jungleboyj | Great. I will take a look when my meeting is done here. | 14:55 |
isaacb | thanks. | 14:56 |
jgriffith | ildikov wow, you merged all my nova changes and submitted them!! | 15:00 |
*** rcernin has quit IRC | 15:00 | |
jgriffith | ildikov nice!! | 15:00 |
*** gcb has quit IRC | 15:00 | |
jgriffith | Loading up your versions now | 15:00 |
ildikov | jgriffith: :) | 15:01 |
ildikov | jgriffith: did you see my cinderclient comment? | 15:01 |
jgriffith | I did but I disagree (kinda) | 15:01 |
jgriffith | I think we're doing things *wrong* | 15:02 |
ildikov | I might mixed up what version number goes where, so feel free to correct me | 15:02 |
*** Tzur has quit IRC | 15:02 | |
jgriffith | if we have to bump a client with every single micro-version bump we might as well just pack it up and call it quits :) | 15:02 |
*** baojg_ has joined #openstack-cinder | 15:03 | |
ildikov | I'm just fixing up things and have a unit test failing in Nova over that line... :) | 15:03 |
ildikov | don't kill the messenger :) | 15:03 |
ildikov | neither hate | 15:03 |
jgriffith | nah; I figured it's one of those things, but I"m not done fighting this complete and udder madness :) | 15:04 |
ildikov | I'm open to fix things, just tell me whether I miss something or what should we do? | 15:04 |
jgriffith | udder? Utter? | 15:04 |
jgriffith | not talking about cows here :) | 15:04 |
ildikov | lol :) | 15:04 |
*** baojg has quit IRC | 15:04 | |
jgriffith | well, I don't have the ability to change it, and everybody seems to think this model is sane so... I guess if the tests need it then that's life | 15:05 |
jgriffith | but it's interesting that the current version number in cinderclient is 3 behind already anyway | 15:05 |
ildikov | I guess only Nova uses it | 15:05 |
*** lucasxu has joined #openstack-cinder | 15:05 | |
ildikov | and it needed 3.27 available | 15:05 |
ildikov | but I bumped the minimum required in Nova as we need the latest API | 15:06 |
jgriffith | I don't quite follow how it's using it though. Are you sure it wasn't failing because my API Server change neglected to bump the max version? | 15:06 |
ildikov | 3.44 | 15:06 |
jgriffith | I just posted that this morning when I noticed it was missing | 15:06 |
smcginnis | jgriffith: https://www.houzz.com/photos/34892250/Udder-Madness-Milk-Fabric-southwestern-upholstery-fabric | 15:06 |
ildikov | the test uses the MAX_VERSION from that client api_version.py file | 15:06 |
jgriffith | smcginnis haha! | 15:06 |
jgriffith | hmm... 14.99, might as well order some :) | 15:06 |
openstackgerrit | Aviram Bar-Haim proposed openstack/os-brick master: Fix iSCSI volume attachment over RDMA transport https://review.openstack.org/493568 | 15:07 |
ildikov | I think the _get_highest_client_server_version whatever call uses that one | 15:07 |
smcginnis | jgriffith: Whole new theme for your living room. | 15:07 |
jgriffith | smcginnis :) | 15:07 |
* jgriffith thinks we're doing this whole API versioning thing wrong | 15:07 | |
ildikov | smcginnis: we could get one into the room for PTG :) | 15:07 |
jgriffith | ok, if that's what we want, that's what we want | 15:07 |
ildikov | at this point I would love to sort out integrating the new attach calls into Nova | 15:08 |
* smcginnis pictures the PTG room decked out with these couches and chairs | 15:08 | |
ildikov | I agree that it is wrong | 15:08 |
ildikov | but on my list it's the second item at this point | 15:08 |
ildikov | smcginnis: do you know when can we cut a new client, BTW? | 15:10 |
smcginnis | ildikov: Once the freeze is over. I think probably by the end of this week. | 15:10 |
*** isaacb has quit IRC | 15:10 | |
ildikov | smcginnis: ok, cool | 15:10 |
smcginnis | ildikov: The problem is we can't raise the minimum g-r for pike, so that's stuck as is. | 15:10 |
smcginnis | ildikov: But we can get a new release going for queens testing. | 15:11 |
ildikov | smcginnis: I know that, I need clean test runs on the gate | 15:11 |
ildikov | smcginnis: that would be awesome | 15:11 |
smcginnis | ildikov: Yeah, just stating it so it's stated. :) | 15:11 |
ildikov | smcginnis: sure, I know how that goes :) | 15:11 |
smcginnis | ildikov: I guess technically queens is open now that we've branched the requirements repo and this has merged: https://review.openstack.org/#/c/493239/ | 15:12 |
jgriffith | good news on my side from tempest at least; clean run, no hanging connections and no traces in the logs | 15:12 |
smcginnis | ildikov: But if we can hold off a few days for things to settle and let people still focus on wrapping up pike, that would be better. | 15:13 |
ildikov | jgriffith: is it using the new flow? | 15:13 |
smcginnis | jgriffith: Nice! | 15:13 |
ildikov | smcginnis: yeah, we need jgriffith's new Cinder and cinderclient patch merged too before we cut a new client release | 15:13 |
jgriffith | ildikov WTF? | 15:14 |
jgriffith | No, your patch set does NOT use the new calls? | 15:14 |
ildikov | jgriffith: so if the version check is using that version I pointed out in the client then Nova will switch back to the old flow | 15:15 |
jgriffith | ildikov umm... that seems wrong, it runs with my patchset still | 15:15 |
ildikov | jgriffith: I bumped to attachment_create version check to 3.44 too | 15:16 |
jgriffith | ok; I'll add that client change then | 15:16 |
jgriffith | sigh | 15:16 |
ildikov | jgriffith: as if we don't have attachment_complete then we can't use the new flow and attachment_create is the only place we check the version | 15:16 |
*** dikonoor has quit IRC | 15:16 | |
ildikov | so if you have an older version, where I didn't bump the attachment_create version it'll get through as there's no version check for attachment_complete | 15:17 |
jgriffith | madness I say... madness!!! :) | 15:17 |
jungleboyj | smcginnis: You totally need to use that fabric in your office. | 15:17 |
ildikov | we agree on that :) | 15:17 |
ildikov | jgriffith: ^ | 15:17 |
*** itlinux has joined #openstack-cinder | 15:20 | |
*** csaikia has joined #openstack-cinder | 15:28 | |
*** gmann_ has joined #openstack-cinder | 15:33 | |
*** felipemonteiro has joined #openstack-cinder | 15:36 | |
*** gmann has quit IRC | 15:37 | |
*** gmann has joined #openstack-cinder | 15:37 | |
*** lkuchlan has quit IRC | 15:37 | |
*** lucasxu has quit IRC | 15:38 | |
*** gmann_ has quit IRC | 15:38 | |
*** itlinux has quit IRC | 15:40 | |
*** david-lyle has joined #openstack-cinder | 15:41 | |
*** felipemonteiro has quit IRC | 15:41 | |
*** itlinux has joined #openstack-cinder | 15:44 | |
*** chlong has quit IRC | 15:45 | |
*** chlong_ has joined #openstack-cinder | 15:45 | |
*** e0ne has quit IRC | 15:47 | |
*** links has joined #openstack-cinder | 15:47 | |
*** hemna__ has joined #openstack-cinder | 15:50 | |
*** Apoorva has joined #openstack-cinder | 15:52 | |
*** Swanson has joined #openstack-cinder | 15:56 | |
*** Swanson has quit IRC | 15:59 | |
*** tesseract has quit IRC | 16:01 | |
*** psachin has joined #openstack-cinder | 16:03 | |
*** markstur has joined #openstack-cinder | 16:06 | |
*** mvk_ has quit IRC | 16:09 | |
*** Julien-zte has quit IRC | 16:12 | |
*** Julien-zte has joined #openstack-cinder | 16:13 | |
*** lucasxu has joined #openstack-cinder | 16:19 | |
*** Swanson has joined #openstack-cinder | 16:20 | |
*** ntpttr_laptop has joined #openstack-cinder | 16:22 | |
*** baojg_ has quit IRC | 16:24 | |
*** aarefiev is now known as aarefiev_afk | 16:25 | |
*** mvk_ has joined #openstack-cinder | 16:25 | |
openstackgerrit | John Griffith proposed openstack/python-cinderclient master: Add an attachment_complete API call https://review.openstack.org/493263 | 16:27 |
*** baojg has joined #openstack-cinder | 16:27 | |
*** jmlowe has quit IRC | 16:47 | |
ildikov | smcginnis: jungleboyj: we would need these to merge before the cinderclient cut: https://review.openstack.org/#/c/493262/ https://review.openstack.org/#/c/493263/ | 16:49 |
ildikov | smcginnis: jungleboyj: so if you would happen to have time to review it that would be pretty great :) | 16:49 |
smcginnis | ildikov: Sure, will get to it after lunch. | 16:50 |
ildikov | smcginnis: awesome, thank you! | 16:50 |
jungleboyj | ildikov: Yep, I can take a look too. | 16:52 |
ildikov | jungleboyj: great, thanks much! | 16:53 |
*** gkadam has joined #openstack-cinder | 16:53 | |
*** diablo_rojo has joined #openstack-cinder | 16:53 | |
jungleboyj | ildikov: Welcome. :-) | 16:53 |
*** rcernin has joined #openstack-cinder | 16:58 | |
*** zhonghua has joined #openstack-cinder | 17:01 | |
*** freesky has quit IRC | 17:03 | |
*** lhx_ has quit IRC | 17:04 | |
*** links has quit IRC | 17:05 | |
*** jdillaman has quit IRC | 17:08 | |
*** chhavi has joined #openstack-cinder | 17:08 | |
*** jmlowe has joined #openstack-cinder | 17:09 | |
*** chhavi_ has quit IRC | 17:10 | |
*** jmlowe_ has joined #openstack-cinder | 17:11 | |
*** jmlowe has quit IRC | 17:13 | |
*** gkadam has quit IRC | 17:35 | |
*** lpetrut has quit IRC | 17:46 | |
openstackgerrit | Patrick East proposed openstack/cinder master: Change pure drivers default replication interval https://review.openstack.org/492708 | 17:57 |
*** markvoelker has quit IRC | 17:59 | |
*** markvoelker has joined #openstack-cinder | 18:00 | |
jungleboyj | ildikov: Reviewed the patches. Do we have an OUI meeting today? | 18:04 |
ildikov | jungleboyj: thank you! | 18:04 |
*** markvoelker has quit IRC | 18:04 | |
ildikov | jungleboyj: I have one announcement for today, so we can have a short one | 18:05 |
jungleboyj | Ok. Sounds good. | 18:06 |
*** lucasxu has quit IRC | 18:07 | |
*** _pewp_ has quit IRC | 18:09 | |
*** _pewp_ has joined #openstack-cinder | 18:09 | |
*** lpetrut has joined #openstack-cinder | 18:11 | |
*** jmlowe_ has quit IRC | 18:15 | |
*** jmlowe has joined #openstack-cinder | 18:16 | |
*** lpetrut has quit IRC | 18:16 | |
*** lucasxu has joined #openstack-cinder | 18:18 | |
*** felipemonteiro has joined #openstack-cinder | 18:23 | |
*** felipemonteiro_ has joined #openstack-cinder | 18:23 | |
*** mvk_ has quit IRC | 18:24 | |
*** felipemonteiro has quit IRC | 18:28 | |
*** felipemonteiro_ has quit IRC | 18:28 | |
*** felipemonteiro__ has joined #openstack-cinder | 18:28 | |
*** felipemonteiro has joined #openstack-cinder | 18:29 | |
*** psachin has quit IRC | 18:30 | |
smcginnis | Hmm, we have a grenade failure in trying to update for the stable/pike branch. Failure on detach. | 18:30 |
smcginnis | Pre-upgrade, it creates a volume and attaches it, so this should be the old flow. | 18:31 |
smcginnis | Post-upgrade it is supposed to detach and verify it goes back to available. | 18:32 |
smcginnis | I see a call into Cinder to begin_detach, which is setting the DB status to detaching. | 18:32 |
smcginnis | Then it times out waiting for status to get to available, but never changes from detaching. | 18:32 |
*** felipemonteiro__ has quit IRC | 18:32 | |
smcginnis | Which isn't surprising, since I never see an actual terminate_connection come through. | 18:32 |
smcginnis | ildikov, jgriffith: Any change we've introduced an issue detecting old attach/detach? ^^ | 18:33 |
jgriffith | smcginnis logs? | 18:33 |
ildikov | smcginnis: the new flow is not in use yet | 18:33 |
smcginnis | jgriffith: Grenade log showing the timeout: http://logs.openstack.org/57/493057/10/check/gate-grenade-dsvm-neutron-multinode-ubuntu-xenial/3004b34/logs/grenade.sh.txt.gz#_2017-08-14_17_21_46_226 | 18:33 |
jgriffith | smcginnis anything's possible, but I'm doubtful given that it's not being used yet | 18:33 |
smcginnis | http://logs.openstack.org/57/493057/10/check/gate-grenade-dsvm-neutron-multinode-ubuntu-xenial/3004b34/logs/new/screen-c-api.txt.gz | 18:34 |
smcginnis | jgriffith: Yeah, I'd be surprised too, but seems a bit suspicious. | 18:34 |
ildikov | smcginnis: it actually blows up until you approve the client patch I pasted here not long ago and cut a new version of the client :) | 18:34 |
ildikov | smcginnis: the grenade test is new though I believe | 18:35 |
ildikov | smcginnis: I mean I know we have a Grenade patch merged, just not sure that's what's failing | 18:35 |
ildikov | smcginnis: jgriffith: this is the one: https://review.openstack.org/#/c/484469/ | 18:36 |
smcginnis | I see the os-begin_detaching third to last cinderclient call here: http://logs.openstack.org/57/493057/10/check/gate-grenade-dsvm-neutron-multinode-ubuntu-xenial/3004b34/logs/new/screen-n-api.txt.gz | 18:40 |
smcginnis | But nothing more. | 18:41 |
jgriffith | smcginnis did the new c-vol ever actually start? | 18:41 |
smcginnis | jgriffith: Seems to be running. | 18:41 |
smcginnis | jgriffith: Not a lot, but there is some activity in the log: http://logs.openstack.org/57/493057/10/check/gate-grenade-dsvm-neutron-multinode-ubuntu-xenial/3004b34/logs/new/screen-c-vol.txt.gz | 18:42 |
jgriffith | I dunno... I never see a detach call do you? | 18:47 |
jgriffith | n-api sends down the begin_detaching, gets a 202 and then nothing after that | 18:48 |
*** ntpttr_laptop has quit IRC | 18:48 | |
jgriffith | Oh! | 18:48 |
jgriffith | Nope there it is | 18:48 |
jgriffith | [00;36mINFO nova.osapi_compute.wsgi.server [[01;36mNone req-754869d8-f48d-43e0-bb8e-0dfff79d7097 [00;36mcinder_grenade cinder_grenade[00;36m] [01;35m[00;36m15.184.65.177 "DELETE /v2.1/servers/71fc0e3f-f923-4cd0-8d41-10651ad1970a/os-volume_attachments/e458339e-d623-4540-a42a-24e7a49a0c41 HTTP/1.1" status: 202 len: 403 time: 0.7879620[00m | 18:49 |
smcginnis | jgriffith: Oh, I missed that too. | 18:53 |
*** markvoelker has joined #openstack-cinder | 18:53 | |
smcginnis | jgriffith: But I never see that on the c-api side. Unless I overlooked that one too. | 18:54 |
jgriffith | yeah, I didn't see it either | 18:54 |
smcginnis | jgriffith: Wait, that's a nova API call. | 18:55 |
jgriffith | smcginnis correct | 18:55 |
*** chhavi has quit IRC | 18:57 | |
smcginnis | jgriffith: Do you know where that code is in Nova. Having trouble tracking down that API call. | 19:04 |
*** adisky__ has quit IRC | 19:05 | |
jgriffith | smcginnis nova/volume/cinder.py | 19:06 |
jgriffith | smcginnis it gets called if the bdm has an attachment-id associated with it | 19:06 |
ildikov | smcginnis: this is the volume detach in the nova api: https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/volumes.py#L433 | 19:07 |
smcginnis | jgriffith: So maybe the BDM didn't get it for some reason? | 19:07 |
jgriffith | smcginnis the opposite actually | 19:07 |
ildikov | smcginnis: that goes down to here: https://github.com/openstack/nova/blob/master/nova/compute/api.py#L3660 | 19:07 |
jgriffith | it "only" gets called if the bdm has attachment_id, otherwise right now it should be calling cinder.detach | 19:08 |
ildikov | smcginnis: and then the rpc call to the compute: https://github.com/openstack/nova/blob/master/nova/compute/api.py#L3674 | 19:08 |
jgriffith | smcginnis in other words that shouldn't really even be called (although it should work if it is and the id is valid) | 19:08 |
jgriffith | but what I can't figure out is where it *went* :) | 19:08 |
*** lpetrut has joined #openstack-cinder | 19:09 | |
ildikov | jgriffith: it should be on the old flow | 19:09 |
jgriffith | it would probably help if we had some logging in there :) | 19:09 |
ildikov | jgriffith: where I personally added some attachment_id magic, my bad, but that's another story, not BDM related | 19:09 |
smcginnis | So we see https://github.com/openstack/nova/blob/master/nova/compute/api.py#L3667 being called. | 19:10 |
smcginnis | But then this ends up a black hole: https://github.com/openstack/nova/blob/master/nova/compute/api.py#L3674 | 19:10 |
*** felipemonteiro has quit IRC | 19:12 | |
jgriffith | smcginnis pretty much | 19:12 |
jgriffith | smcginnis I never see that called | 19:12 |
ildikov | smcginnis: when did it start to fail? | 19:13 |
jgriffith | smcginnis so this gets called instead. https://github.com/openstack/nova/blob/master/nova/volume/cinder.py#L593 | 19:13 |
jgriffith | and that gets eaten somewhere | 19:13 |
*** felipemonteiro has joined #openstack-cinder | 19:13 | |
smcginnis | jgriffith: Wait, isn't that the new flow? | 19:13 |
jgriffith | smcginnis yup | 19:14 |
jgriffith | that's my point :) | 19:14 |
smcginnis | So we do have new detach code being called in nova for old attachments? | 19:14 |
jgriffith | something bad happened, something even more strange given that the rest call is logged and has a good response | 19:14 |
jgriffith | but we don't see it anywhere | 19:14 |
jgriffith | that's what it looks like | 19:14 |
jgriffith | but I don't know where the call went... | 19:14 |
jgriffith | Oh; wait is this multi-node | 19:15 |
jgriffith | ah.. maybe on another node... lemme look | 19:15 |
jgriffith | hmm... I don't get that | 19:16 |
*** mlakat has quit IRC | 19:16 | |
jgriffith | smcginnis do you already have a logstash query on this? | 19:17 |
openstackgerrit | Merged openstack/cinder master: Make attachment_update set status to attaching https://review.openstack.org/493262 | 19:18 |
*** mlakat has joined #openstack-cinder | 19:20 | |
jgriffith | smcginnis did you notice this: http://logs.openstack.org/57/493057/10/check/gate-grenade-dsvm-neutron-multinode-ubuntu-xenial/3004b34/console.html#_2017-08-14_17_21_54_779721 | 19:21 |
jgriffith | feel like I'm going on circles a bit at this point | 19:21 |
smcginnis | jgriffith: No logstash. Just looking at this for one of the last patches we need for pike release. | 19:26 |
smcginnis | jgriffith: I believe that last linked log message is normal if grenade fails. | 19:26 |
jgriffith | ah, yes | 19:27 |
jgriffith | well, maybe fixing the other failures will magically fix this :) | 19:27 |
smcginnis | jgriffith: Which other failures? | 19:28 |
jgriffith | odd though, that patch is just the switch | 19:28 |
jgriffith | unless I'm looking at the wrong patch... | 19:28 |
jgriffith | https://review.openstack.org/#/c/493057/ | 19:28 |
jgriffith | failed tempest full too | 19:29 |
jgriffith | and single node grenade | 19:29 |
smcginnis | jgriffith: Oh. Last run got more failures. Before it was just grenade. | 19:29 |
jgriffith | the bad news is that's calling the new attachments api as well | 19:29 |
smcginnis | Oh joy, keystone auth failure. | 19:30 |
smcginnis | At least that part is consistent. | 19:30 |
jgriffith | something's pretty well F'd | 19:30 |
smcginnis | But raises a few alarms. | 19:30 |
smcginnis | I would say we should pull in some nova help, but I think that's just you and ildikov. | 19:31 |
jgriffith | yeah.. sorry | 19:31 |
smcginnis | jgriffith: Hey, not that that's bad. Just always nice when you can cry "halp!" and have someone else step in. ;) | 19:32 |
jgriffith | I found the attachment_id at any rate | 19:33 |
jgriffith | well.. "an" attachment_id | 19:33 |
jgriffith | http://logs.openstack.org/57/493057/10/check/gate-grenade-dsvm-neutron-ubuntu-xenial/86b7fe1/logs/screen-n-cpu.txt.gz#_Aug_14_18_01_07_299705 | 19:34 |
jgriffith | that shouldn't be there | 19:34 |
smcginnis | Wait, that's returned on a volume GET? So even though attached using old code, we are returning the attachment_id and it's then trying the new detach? | 19:37 |
jgriffith | Actually... back up the bus :) | 19:38 |
*** itlinux has quit IRC | 19:38 | |
jgriffith | I don't think it is calling the new detach code... | 19:39 |
smcginnis | That will be a relief. | 19:39 |
jgriffith | no kidding :) | 19:39 |
jgriffith | so that last line in n-api.... look a little closer :) | 19:39 |
jgriffith | That's the nova server route | 19:39 |
jgriffith | it's not os-volume_attachments/xxxxx | 19:40 |
smcginnis | Yeah, that's what I saw before. But I couldn't see where that goes to. | 19:40 |
ildikov | jgriffith: where do you see the new API calls? | 19:40 |
jgriffith | anyway... I don't think that's the problem | 19:40 |
jgriffith | yeah.. it goes nowehere apparantly | 19:40 |
jgriffith | ildikov I don't.. that's what I was just saying | 19:40 |
smcginnis | Have we broken a path with the new changes? | 19:41 |
jgriffith | ildikov but if you grep the n-cpu logs you do find this: http://logs.openstack.org/57/493057/10/check/gate-grenade-dsvm-neutron-ubuntu-xenial/86b7fe1/logs/screen-n-cpu.txt.gz#_Aug_14_18_01_07_299705 | 19:41 |
openstackgerrit | Octave Orgeron proposed openstack/cinder master: Enable MySQL Cluster Support for Cinder https://review.openstack.org/488849 | 19:41 |
ildikov | that looks ok :) | 19:41 |
jgriffith | ummm... it does? | 19:42 |
jgriffith | oh... it's in the volume, not the BDM | 19:42 |
jgriffith | can we make this more convoluted next time perhaps :) | 19:42 |
ildikov | yeah, Cinder has attachment_id sincs Havana, just no one used it | 19:42 |
jgriffith | ildikov yeah... I remember :) | 19:42 |
hemna | ildikov, +! | 19:43 |
ildikov | I added it to the old detach, when I started to try make multi-attach work with the old flow a long while ago | 19:43 |
ildikov | so that attachment_id is where it's supposed to be :) | 19:43 |
ildikov | and with v3.0 there's no chance calling the new flow | 19:43 |
ildikov | I haven't found any 3.27 reference in the logs, so you can cut that off from the list of options | 19:44 |
jgriffith | smcginnis so digging through a bit more it certainly doesn't appear that we're calling the new attach api anywhere | 19:44 |
jgriffith | ildikov yeah.. me neither, and grep has attachment_id as None or Null for everything related to bdm | 19:44 |
smcginnis | jgriffith: Good! | 19:44 |
smcginnis | jgriffith: But now... where's it falling on the floor? :) | 19:45 |
jgriffith | smcginnis inside nova | 19:45 |
jgriffith | the request is issues to novas route table and then disappears | 19:45 |
jgriffith | s/issues/issued/ | 19:45 |
smcginnis | jgriffith: So now it's time to cry "halp!" over in the nova channel? | 19:45 |
jgriffith | I think so... | 19:45 |
*** armax has joined #openstack-cinder | 19:46 | |
smcginnis | I'm just worried the only ones around that know the attach/detach code, even the old flow, is you and ildikov. :) | 19:46 |
jgriffith | you should be :) | 19:47 |
jgriffith | so the good thing (kinda) | 19:47 |
*** ntpttr_laptop has joined #openstack-cinder | 19:47 | |
jgriffith | is I don't think this is even getting to that point | 19:47 |
jgriffith | there's something wrong here... | 19:47 |
jgriffith | https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/routes.py | 19:48 |
ildikov | smcginnis: and even we're just only scratching the surface... | 19:48 |
jgriffith | more specifically https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/routes.py#L852 | 19:48 |
jgriffith | I'd probably pull the full log bundle and grep on that volume-id (or req-id, although I don't always have luck with that) and see if I could find it somewhere | 19:49 |
*** felipemonteiro_ has joined #openstack-cinder | 19:50 | |
jgriffith | Ok... I'll just do that :) | 19:50 |
*** shaner has quit IRC | 19:53 | |
*** felipemonteiro has quit IRC | 19:54 | |
*** gmann has quit IRC | 19:58 | |
*** mlavalle has joined #openstack-cinder | 20:02 | |
*** liverpooler has quit IRC | 20:04 | |
*** e0ne has joined #openstack-cinder | 20:09 | |
*** crose has joined #openstack-cinder | 20:12 | |
*** eharney has quit IRC | 20:16 | |
*** felipemonteiro_ has quit IRC | 20:27 | |
*** felipemonteiro_ has joined #openstack-cinder | 20:27 | |
*** felipemonteiro__ has joined #openstack-cinder | 20:28 | |
*** e0ne_ has joined #openstack-cinder | 20:29 | |
*** e0ne has quit IRC | 20:30 | |
*** felipemonteiro_ has quit IRC | 20:32 | |
*** e0ne_ has quit IRC | 20:37 | |
*** Apoorva_ has joined #openstack-cinder | 20:38 | |
*** Apoorva has quit IRC | 20:38 | |
*** jmlowe has quit IRC | 20:40 | |
*** lucasxu has quit IRC | 20:41 | |
smcginnis | jgriffith, ildikov: Looks like we've kicked a hornets nest. Or at least an ant hill. Thanks for your help making sure we were sane on the cinder side. | 20:47 |
ildikov | smcginnis: somewhat followed the chat on the Nova channel, does not look nice | 20:51 |
*** gouthamr has quit IRC | 20:51 | |
smcginnis | ildikov: Yeah, some assembly required yet. | 20:51 |
ildikov | smcginnis: as the test was originally stable I had no doubt we're sane on the Cinder side :) | 20:51 |
*** cknight has quit IRC | 20:52 | |
smcginnis | ildikov: Sounds like we are good on the Nova side too. Just need to get the devstack and grenade config right. | 20:52 |
ildikov | smcginnis: yeah, I stopped following that part, would be too much for my brain on a Monday... :) | 20:53 |
smcginnis | ildikov: Definitely. Better not to have that distraction anyway. Better things to focus on. | 20:54 |
ildikov | smcginnis: +1 :) | 20:54 |
*** diablo_rojo has quit IRC | 21:00 | |
*** jmlowe has joined #openstack-cinder | 21:03 | |
*** itlinux has joined #openstack-cinder | 21:04 | |
*** abishop has quit IRC | 21:04 | |
*** wN_ has quit IRC | 21:11 | |
*** vivsoni has quit IRC | 21:12 | |
*** tomh_ has quit IRC | 21:12 | |
*** ntpttr_laptop has quit IRC | 21:12 | |
*** diablo_rojo has joined #openstack-cinder | 21:13 | |
*** csaikia has quit IRC | 21:13 | |
*** crose has quit IRC | 21:16 | |
*** eharney has joined #openstack-cinder | 21:17 | |
*** csaikia has joined #openstack-cinder | 21:20 | |
*** dave-mcc_ has joined #openstack-cinder | 21:31 | |
*** sbezverk has quit IRC | 21:32 | |
*** dave-mccowan has quit IRC | 21:33 | |
*** mchlumsky has quit IRC | 21:34 | |
*** libin_ has quit IRC | 21:34 | |
*** libin_ has joined #openstack-cinder | 21:35 | |
*** wN_ has joined #openstack-cinder | 21:39 | |
*** ntpttr_laptop has joined #openstack-cinder | 21:41 | |
*** diablo_rojo has quit IRC | 21:42 | |
*** diablo_rojo has joined #openstack-cinder | 21:46 | |
*** xyang1 has quit IRC | 21:54 | |
*** felipemonteiro__ has quit IRC | 21:59 | |
*** edmondsw has quit IRC | 22:01 | |
*** dustins has quit IRC | 22:01 | |
*** edmondsw has joined #openstack-cinder | 22:03 | |
*** edmondsw has quit IRC | 22:03 | |
*** ChubYann has quit IRC | 22:05 | |
*** baojg has quit IRC | 22:06 | |
*** baojg has joined #openstack-cinder | 22:07 | |
*** dave-mcc_ has quit IRC | 22:11 | |
*** ntpttr_laptop has quit IRC | 22:12 | |
*** itlinux has quit IRC | 22:13 | |
*** mlavalle has quit IRC | 22:20 | |
*** itlinux has joined #openstack-cinder | 22:27 | |
*** gouthamr has joined #openstack-cinder | 22:39 | |
*** lpetrut has quit IRC | 22:46 | |
*** dave-mccowan has joined #openstack-cinder | 22:48 | |
*** dave-mccowan has quit IRC | 22:51 | |
*** rcernin has quit IRC | 23:02 | |
*** catintheroof has quit IRC | 23:12 | |
openstackgerrit | Merged openstack/python-cinderclient master: Add an attachment_complete API call https://review.openstack.org/493263 | 23:18 |
*** diablo_rojo has quit IRC | 23:24 | |
*** itlinux has quit IRC | 23:26 | |
*** cknight has joined #openstack-cinder | 23:27 | |
*** itlinux has joined #openstack-cinder | 23:28 | |
*** chaynikasaikia has joined #openstack-cinder | 23:37 | |
*** csaikia has quit IRC | 23:39 | |
*** cknight has quit IRC | 23:40 | |
*** chaynikasaikia has quit IRC | 23:51 | |
*** gouthamr has quit IRC | 23:51 | |
*** baojg has quit IRC | 23:51 | |
*** libin_ has quit IRC | 23:51 | |
*** Apoorva_ has quit IRC | 23:51 | |
*** bkopilov has quit IRC | 23:51 | |
*** Dinesh_Bhor has quit IRC | 23:51 | |
*** sapd has quit IRC | 23:51 | |
*** cebruns has quit IRC | 23:51 | |
*** hoonetorg has quit IRC | 23:51 | |
*** savvas has quit IRC | 23:51 | |
*** bswartz has quit IRC | 23:51 | |
*** phealy has quit IRC | 23:51 | |
*** thingee has quit IRC | 23:51 | |
*** Lehtu has quit IRC | 23:51 | |
*** fnordahl has quit IRC | 23:51 | |
*** cburgess has quit IRC | 23:51 | |
*** kong has quit IRC | 23:51 | |
*** jmlowe has quit IRC | 23:51 | |
*** Julien-zte has quit IRC | 23:51 | |
*** david-lyle has quit IRC | 23:51 | |
*** ebbex has quit IRC | 23:51 | |
*** dr_gogeta86 has quit IRC | 23:51 | |
*** asettle has quit IRC | 23:51 | |
*** _alastor- has quit IRC | 23:51 | |
*** fmccrthy has quit IRC | 23:51 | |
*** stvnoyes has quit IRC | 23:51 | |
*** dims has quit IRC | 23:51 | |
*** uberjay has quit IRC | 23:51 | |
*** BlackDex has quit IRC | 23:51 | |
*** jamielennox has quit IRC | 23:51 | |
*** dgonzalez has quit IRC | 23:51 | |
*** andymccr has quit IRC | 23:51 | |
*** mmedvede has quit IRC | 23:51 | |
*** Swanson has quit IRC | 23:51 | |
*** john5223_ has quit IRC | 23:51 | |
*** ntpttr has quit IRC | 23:51 | |
*** cristica1in has quit IRC | 23:51 | |
*** masber has quit IRC | 23:51 | |
*** dosaboy has quit IRC | 23:51 | |
*** kaisers2 has quit IRC | 23:51 | |
*** EmilienM has quit IRC | 23:51 | |
*** zigo has quit IRC | 23:51 | |
*** zhonghua has quit IRC | 23:51 | |
*** openstackgerrit has quit IRC | 23:51 | |
*** zzzeek has quit IRC | 23:51 | |
*** zengyingzhe_ has quit IRC | 23:51 | |
*** rha has quit IRC | 23:51 | |
*** csuttles has quit IRC | 23:51 | |
*** chenying has quit IRC | 23:51 | |
*** wiggin15 has quit IRC | 23:51 | |
*** DuncanT has quit IRC | 23:51 | |
*** dulek has quit IRC | 23:51 | |
*** dobson has quit IRC | 23:51 | |
*** wN has quit IRC | 23:51 | |
*** aarefiev_afk has quit IRC | 23:51 | |
*** mfisch` has quit IRC | 23:51 | |
*** arnewiebalck has quit IRC | 23:51 | |
*** rhagarty has quit IRC | 23:51 | |
*** _alastor_ has quit IRC | 23:51 | |
*** Trident has quit IRC | 23:51 | |
*** breton has quit IRC | 23:51 | |
*** toabctl has quit IRC | 23:51 | |
*** freerunner has quit IRC | 23:51 | |
*** Swimingly has quit IRC | 23:51 | |
*** johnthetubaguy has quit IRC | 23:51 | |
*** lyarwood has quit IRC | 23:51 | |
*** ericyoung has quit IRC | 23:51 | |
*** cebruns_ has quit IRC | 23:51 | |
*** bradjones has quit IRC | 23:51 | |
*** mlakat has quit IRC | 23:51 | |
*** josecastroleon has quit IRC | 23:51 | |
*** jistr|off has quit IRC | 23:51 | |
*** lifeless_ has quit IRC | 23:51 | |
*** junbo has quit IRC | 23:51 | |
*** andrewrose has quit IRC | 23:51 | |
*** lhinds has quit IRC | 23:51 | |
*** Kimmo_ has quit IRC | 23:51 | |
*** niedbalski has quit IRC | 23:51 | |
*** eglute has quit IRC | 23:51 | |
*** jmccrory has quit IRC | 23:51 | |
*** obre has quit IRC | 23:51 | |
*** dirk has quit IRC | 23:51 | |
*** ildikov has quit IRC | 23:51 | |
*** tommylikehu has quit IRC | 23:51 | |
*** apopovych has quit IRC | 23:51 | |
*** sweston has quit IRC | 23:51 | |
*** _pewp_ has quit IRC | 23:51 | |
*** chlong_ has quit IRC | 23:51 | |
*** yangyapeng has quit IRC | 23:51 | |
*** ircuser-1 has quit IRC | 23:51 | |
*** zhaochao has quit IRC | 23:51 | |
*** shiyer has quit IRC | 23:51 | |
*** med_ has quit IRC | 23:51 | |
*** itlinux has quit IRC | 23:51 | |
*** TheJulia has quit IRC | 23:51 | |
*** serverascode has quit IRC | 23:51 | |
*** oomichi has quit IRC | 23:51 | |
*** robcresswell has quit IRC | 23:51 | |
*** scottda has quit IRC | 23:51 | |
*** patrickeast has quit IRC | 23:51 | |
*** ameade has quit IRC | 23:51 | |
*** cargonza has quit IRC | 23:51 | |
*** supamatt has quit IRC | 23:51 | |
*** icey has quit IRC | 23:51 | |
*** MasterofJOKers has quit IRC | 23:51 | |
*** mgagne has quit IRC | 23:51 | |
*** rarora has quit IRC | 23:51 | |
*** gus has quit IRC | 23:51 | |
*** fungi has quit IRC | 23:51 | |
*** rushiagr has quit IRC | 23:51 | |
*** jungleboyj has quit IRC | 23:51 | |
*** wolsen has quit IRC | 23:51 | |
*** zhongjun has quit IRC | 23:51 | |
*** armax has quit IRC | 23:51 | |
*** crushil has quit IRC | 23:51 | |
*** laurent\ has quit IRC | 23:51 | |
*** otherwiseguy has quit IRC | 23:51 | |
*** gerhardqux has quit IRC | 23:51 | |
*** sdake has quit IRC | 23:51 | |
*** Nakato has quit IRC | 23:51 | |
*** danpawlik has quit IRC | 23:51 | |
*** frakt has quit IRC | 23:51 | |
*** knikolla has quit IRC | 23:51 | |
*** sage____ has quit IRC | 23:51 | |
*** pots has quit IRC | 23:51 | |
*** markstur has quit IRC | 23:51 | |
*** wanghao has quit IRC | 23:51 | |
*** thurloat has quit IRC | 23:51 | |
*** mtreinish has quit IRC | 23:51 | |
*** pocketprotector has quit IRC | 23:51 | |
*** jidar has quit IRC | 23:51 | |
*** yuval has quit IRC | 23:51 | |
*** szaher has quit IRC | 23:51 | |
*** smcginnis has quit IRC | 23:51 | |
*** slunkad has quit IRC | 23:51 | |
*** partner has quit IRC | 23:51 | |
*** pkoniszewski has quit IRC | 23:51 | |
*** cFouts has quit IRC | 23:51 | |
*** Anticimex has quit IRC | 23:51 | |
*** winston-d has quit IRC | 23:51 | |
*** seba has quit IRC | 23:51 | |
*** Guest6666 has quit IRC | 23:51 | |
*** _heena_py_ has quit IRC | 23:51 | |
*** ChanServ has quit IRC | 23:51 | |
*** dalgaaf has quit IRC | 23:51 | |
*** guyr-infinidat has quit IRC | 23:51 | |
*** logan- has quit IRC | 23:51 | |
*** amito-infinidat has quit IRC | 23:51 | |
*** gaurangt has quit IRC | 23:51 | |
*** guitarzan has quit IRC | 23:51 | |
*** jbernard has quit IRC | 23:51 | |
*** diablo_rojo_phon has quit IRC | 23:51 | |
*** tbarron has quit IRC | 23:51 | |
*** rfolco has quit IRC | 23:51 | |
*** melwitt has quit IRC | 23:51 | |
*** zhenguo has quit IRC | 23:51 | |
*** rajinir has quit IRC | 23:51 | |
*** theanalyst has quit IRC | 23:51 | |
*** zeestrat has quit IRC | 23:51 | |
*** sncder has quit IRC | 23:51 | |
*** lennyb has quit IRC | 23:51 | |
*** wxy has quit IRC | 23:51 | |
*** stephenfin has quit IRC | 23:51 | |
*** pck has quit IRC | 23:51 | |
*** mordred has quit IRC | 23:51 | |
*** afazekas has quit IRC | 23:51 | |
*** hemna has quit IRC | 23:51 | |
*** Gorian has quit IRC | 23:51 | |
*** jbryce has quit IRC | 23:51 | |
*** john5223 has quit IRC | 23:51 | |
*** wN_ has quit IRC | 23:54 | |
*** jbryce has joined #openstack-cinder | 23:55 | |
*** wxy has joined #openstack-cinder | 23:55 | |
*** DuncanT has joined #openstack-cinder | 23:55 | |
*** zeestrat has joined #openstack-cinder | 23:55 | |
*** mordred has joined #openstack-cinder | 23:55 | |
*** lennyb has joined #openstack-cinder | 23:55 | |
*** afazekas has joined #openstack-cinder | 23:55 | |
*** Gorian has joined #openstack-cinder | 23:55 | |
*** pck has joined #openstack-cinder | 23:55 | |
*** itlinux has joined #openstack-cinder | 23:55 | |
*** gouthamr has joined #openstack-cinder | 23:55 | |
*** baojg has joined #openstack-cinder | 23:55 | |
*** libin_ has joined #openstack-cinder | 23:55 | |
*** jmlowe has joined #openstack-cinder | 23:55 | |
*** Apoorva_ has joined #openstack-cinder | 23:55 | |
*** armax has joined #openstack-cinder | 23:55 | |
*** mlakat has joined #openstack-cinder | 23:55 | |
*** _pewp_ has joined #openstack-cinder | 23:55 | |
*** Swanson has joined #openstack-cinder | 23:55 | |
*** Julien-zte has joined #openstack-cinder | 23:55 | |
*** chlong_ has joined #openstack-cinder | 23:55 | |
*** david-lyle has joined #openstack-cinder | 23:55 | |
*** yangyapeng has joined #openstack-cinder | 23:55 | |
*** andymccr has joined #openstack-cinder | 23:55 | |
*** dalgaaf has joined #openstack-cinder | 23:55 | |
*** hoonetorg has joined #openstack-cinder | 23:55 | |
*** bkopilov has joined #openstack-cinder | 23:55 | |
*** crushil has joined #openstack-cinder | 23:55 | |
*** Dinesh_Bhor has joined #openstack-cinder | 23:55 | |
*** ircuser-1 has joined #openstack-cinder | 23:55 | |
*** zhaochao has joined #openstack-cinder | 23:55 | |
*** sapd has joined #openstack-cinder | 23:55 | |
*** masber has joined #openstack-cinder | 23:55 | |
*** ebbex has joined #openstack-cinder | 23:55 | |
*** dr_gogeta86 has joined #openstack-cinder | 23:55 | |
*** cebruns has joined #openstack-cinder | 23:55 | |
*** savvas has joined #openstack-cinder | 23:55 | |
*** dobson has joined #openstack-cinder | 23:55 | |
*** wN has joined #openstack-cinder | 23:55 | |
*** josecastroleon has joined #openstack-cinder | 23:55 | |
*** guyr-infinidat has joined #openstack-cinder | 23:55 | |
*** TheJulia has joined #openstack-cinder | 23:55 | |
*** phealy has joined #openstack-cinder | 23:55 | |
*** jistr|off has joined #openstack-cinder | 23:55 | |
*** lifeless_ has joined #openstack-cinder | 23:55 | |
*** laurent\ has joined #openstack-cinder | 23:55 | |
*** ntpttr has joined #openstack-cinder | 23:55 | |
*** junbo has joined #openstack-cinder | 23:55 | |
*** andrewrose has joined #openstack-cinder | 23:55 | |
*** bswartz has joined #openstack-cinder | 23:55 | |
*** lhinds has joined #openstack-cinder | 23:55 | |
*** otherwiseguy has joined #openstack-cinder | 23:55 | |
*** Kimmo_ has joined #openstack-cinder | 23:55 | |
*** niedbalski has joined #openstack-cinder | 23:55 | |
*** logan- has joined #openstack-cinder | 23:55 | |
*** gerhardqux has joined #openstack-cinder | 23:55 | |
*** aarefiev_afk has joined #openstack-cinder | 23:55 | |
*** toabctl has joined #openstack-cinder | 23:55 | |
*** serverascode has joined #openstack-cinder | 23:55 | |
*** asettle has joined #openstack-cinder | 23:55 | |
*** sdake has joined #openstack-cinder | 23:55 | |
*** mfisch` has joined #openstack-cinder | 23:55 | |
*** Nakato has joined #openstack-cinder | 23:55 | |
*** _alastor- has joined #openstack-cinder | 23:55 | |
*** cristica1in has joined #openstack-cinder | 23:55 | |
*** danpawlik has joined #openstack-cinder | 23:55 | |
*** oomichi has joined #openstack-cinder | 23:55 | |
*** shiyer has joined #openstack-cinder | 23:55 | |
*** fmccrthy has joined #openstack-cinder | 23:55 | |
*** stvnoyes has joined #openstack-cinder | 23:55 | |
*** dosaboy has joined #openstack-cinder | 23:55 | |
*** dims has joined #openstack-cinder | 23:55 | |
*** arnewiebalck has joined #openstack-cinder | 23:55 | |
*** robcresswell has joined #openstack-cinder | 23:55 | |
*** kaisers2 has joined #openstack-cinder | 23:55 | |
*** thingee has joined #openstack-cinder | 23:55 | |
*** frakt has joined #openstack-cinder | 23:55 | |
*** eglute has joined #openstack-cinder | 23:55 | |
*** uberjay has joined #openstack-cinder | 23:55 | |
*** med_ has joined #openstack-cinder | 23:55 | |
*** jmccrory has joined #openstack-cinder | 23:55 | |
*** BlackDex has joined #openstack-cinder | 23:55 | |
*** Lehtu has joined #openstack-cinder | 23:55 | |
*** fnordahl has joined #openstack-cinder | 23:55 | |
*** obre has joined #openstack-cinder | 23:55 | |
*** jamielennox has joined #openstack-cinder | 23:55 | |
*** amito-infinidat has joined #openstack-cinder | 23:55 | |
*** rhagarty has joined #openstack-cinder | 23:55 | |
*** gaurangt has joined #openstack-cinder | 23:55 | |
*** _alastor_ has joined #openstack-cinder | 23:55 | |
*** guitarzan has joined #openstack-cinder | 23:55 | |
*** cburgess has joined #openstack-cinder | 23:55 | |
*** Trident has joined #openstack-cinder | 23:55 | |
*** breton has joined #openstack-cinder | 23:55 | |
*** kong has joined #openstack-cinder | 23:55 | |
*** jbernard has joined #openstack-cinder | 23:55 | |
*** diablo_rojo_phon has joined #openstack-cinder | 23:55 | |
*** freerunner has joined #openstack-cinder | 23:55 | |
*** scottda has joined #openstack-cinder | 23:55 | |
*** ildikov has joined #openstack-cinder | 23:55 | |
*** patrickeast has joined #openstack-cinder | 23:55 | |
*** dirk has joined #openstack-cinder | 23:55 | |
*** ameade has joined #openstack-cinder | 23:55 | |
*** knikolla has joined #openstack-cinder | 23:55 | |
*** tbarron has joined #openstack-cinder | 23:55 | |
*** cargonza has joined #openstack-cinder | 23:55 | |
*** tommylikehu has joined #openstack-cinder | 23:55 | |
*** apopovych has joined #openstack-cinder | 23:55 | |
*** Swimingly has joined #openstack-cinder | 23:55 | |
*** dgonzalez has joined #openstack-cinder | 23:55 | |
*** rfolco has joined #openstack-cinder | 23:55 | |
*** melwitt has joined #openstack-cinder | 23:55 | |
*** supamatt has joined #openstack-cinder | 23:55 | |
*** zhenguo has joined #openstack-cinder | 23:55 | |
*** icey has joined #openstack-cinder | 23:55 | |
*** johnthetubaguy has joined #openstack-cinder | 23:55 | |
*** lyarwood has joined #openstack-cinder | 23:55 | |
*** ericyoung has joined #openstack-cinder | 23:55 | |
*** MasterofJOKers has joined #openstack-cinder | 23:55 | |
*** mmedvede has joined #openstack-cinder | 23:55 | |
*** mgagne has joined #openstack-cinder | 23:55 | |
*** sage____ has joined #openstack-cinder | 23:55 | |
*** EmilienM has joined #openstack-cinder | 23:55 | |
*** rarora has joined #openstack-cinder | 23:55 | |
*** gus has joined #openstack-cinder | 23:55 | |
*** zigo has joined #openstack-cinder | 23:55 | |
*** cebruns_ has joined #openstack-cinder | 23:55 | |
*** fungi has joined #openstack-cinder | 23:55 | |
*** rajinir has joined #openstack-cinder | 23:55 | |
*** bradjones has joined #openstack-cinder | 23:55 | |
*** rushiagr has joined #openstack-cinder | 23:55 | |
*** theanalyst has joined #openstack-cinder | 23:55 | |
*** sweston has joined #openstack-cinder | 23:55 | |
*** pots has joined #openstack-cinder | 23:55 | |
*** zhongjun has joined #openstack-cinder | 23:55 | |
*** wolsen has joined #openstack-cinder | 23:55 | |
*** jungleboyj has joined #openstack-cinder | 23:55 | |
*** sncder has joined #openstack-cinder | 23:55 | |
*** rtjure has quit IRC | 23:55 | |
*** _heena_py_ has joined #openstack-cinder | 23:56 | |
*** ChanServ has joined #openstack-cinder | 23:56 | |
*** tepper.freenode.net sets mode: +o ChanServ | 23:56 | |
*** zhonghua has joined #openstack-cinder | 23:56 | |
*** openstackgerrit has joined #openstack-cinder | 23:56 | |
*** zzzeek has joined #openstack-cinder | 23:56 | |
*** zengyingzhe_ has joined #openstack-cinder | 23:56 | |
*** rha has joined #openstack-cinder | 23:56 | |
*** csuttles has joined #openstack-cinder | 23:56 | |
*** chenying has joined #openstack-cinder | 23:56 | |
*** wiggin15 has joined #openstack-cinder | 23:56 | |
*** dulek has joined #openstack-cinder | 23:56 | |
*** rtjure has joined #openstack-cinder | 23:56 | |
*** markstur has joined #openstack-cinder | 23:56 | |
*** wanghao has joined #openstack-cinder | 23:56 | |
*** thurloat has joined #openstack-cinder | 23:56 | |
*** mtreinish has joined #openstack-cinder | 23:56 | |
*** pocketprotector has joined #openstack-cinder | 23:56 | |
*** jidar has joined #openstack-cinder | 23:56 | |
*** yuval has joined #openstack-cinder | 23:56 | |
*** szaher has joined #openstack-cinder | 23:56 | |
*** smcginnis has joined #openstack-cinder | 23:56 | |
*** slunkad has joined #openstack-cinder | 23:56 | |
*** partner has joined #openstack-cinder | 23:56 | |
*** pkoniszewski has joined #openstack-cinder | 23:56 | |
*** nug has joined #openstack-cinder | 23:56 | |
*** Anticimex has joined #openstack-cinder | 23:56 | |
*** winston-d has joined #openstack-cinder | 23:56 | |
*** seba has joined #openstack-cinder | 23:56 | |
*** Guest6666 has joined #openstack-cinder | 23:56 | |
*** tepper.freenode.net sets mode: +o smcginnis | 23:56 | |
*** _heena_py_ has quit IRC | 23:56 | |
*** ChanServ has quit IRC | 23:56 | |
*** dulek has quit IRC | 23:57 | |
*** _pewp_ has quit IRC | 23:57 | |
*** chlong_ has quit IRC | 23:57 | |
*** yangyapeng has quit IRC | 23:57 | |
*** ircuser-1 has quit IRC | 23:57 | |
*** zhaochao has quit IRC | 23:57 | |
*** shiyer has quit IRC | 23:57 | |
*** med_ has quit IRC | 23:57 | |
*** markstur has quit IRC | 23:57 | |
*** wanghao has quit IRC | 23:57 | |
*** thurloat has quit IRC | 23:57 | |
*** mtreinish has quit IRC | 23:57 | |
*** pocketprotector has quit IRC | 23:57 | |
*** jidar has quit IRC | 23:57 | |
*** yuval has quit IRC | 23:57 | |
*** szaher has quit IRC | 23:57 | |
*** smcginnis has quit IRC | 23:57 | |
*** slunkad has quit IRC | 23:57 | |
*** partner has quit IRC | 23:57 | |
*** pkoniszewski has quit IRC | 23:57 | |
*** nug has quit IRC | 23:57 | |
*** Anticimex has quit IRC | 23:57 | |
*** winston-d has quit IRC | 23:57 | |
*** seba has quit IRC | 23:57 | |
*** Guest6666 has quit IRC | 23:57 | |
*** zhonghua has quit IRC | 23:57 | |
*** openstackgerrit has quit IRC | 23:57 | |
*** zzzeek has quit IRC | 23:57 | |
*** zengyingzhe_ has quit IRC | 23:57 | |
*** rha has quit IRC | 23:57 | |
*** csuttles has quit IRC | 23:57 | |
*** chenying has quit IRC | 23:57 | |
*** wiggin15 has quit IRC | 23:57 | |
*** wxy has quit IRC | 23:57 | |
*** DuncanT has quit IRC | 23:57 | |
*** gouthamr has quit IRC | 23:57 | |
*** baojg has quit IRC | 23:57 | |
*** libin_ has quit IRC | 23:57 | |
*** Apoorva_ has quit IRC | 23:57 | |
*** bkopilov has quit IRC | 23:57 | |
*** Dinesh_Bhor has quit IRC | 23:57 | |
*** sapd has quit IRC | 23:57 | |
*** cebruns has quit IRC | 23:57 | |
*** hoonetorg has quit IRC | 23:57 | |
*** savvas has quit IRC | 23:57 | |
*** bswartz has quit IRC | 23:57 | |
*** phealy has quit IRC | 23:57 | |
*** thingee has quit IRC | 23:57 | |
*** Lehtu has quit IRC | 23:57 | |
*** fnordahl has quit IRC | 23:57 | |
*** cburgess has quit IRC | 23:57 | |
*** kong has quit IRC | 23:57 | |
*** sncder has quit IRC | 23:57 | |
*** Gorian has quit IRC | 23:57 | |
*** jmlowe has quit IRC | 23:57 | |
*** Julien-zte has quit IRC | 23:57 | |
*** david-lyle has quit IRC | 23:57 | |
*** ebbex has quit IRC | 23:57 | |
*** dr_gogeta86 has quit IRC | 23:57 | |
*** asettle has quit IRC | 23:57 | |
*** _alastor- has quit IRC | 23:57 | |
*** fmccrthy has quit IRC | 23:57 | |
*** stvnoyes has quit IRC | 23:57 | |
*** dims has quit IRC | 23:57 | |
*** uberjay has quit IRC | 23:57 | |
*** BlackDex has quit IRC | 23:57 | |
*** jamielennox has quit IRC | 23:57 | |
*** dgonzalez has quit IRC | 23:57 | |
*** andymccr has quit IRC | 23:57 | |
*** mmedvede has quit IRC | 23:57 | |
*** Swanson has quit IRC | 23:57 | |
*** ntpttr has quit IRC | 23:57 | |
*** cristica1in has quit IRC | 23:57 | |
*** masber has quit IRC | 23:57 | |
*** dosaboy has quit IRC | 23:57 | |
*** kaisers2 has quit IRC | 23:57 | |
*** EmilienM has quit IRC | 23:57 | |
*** zigo has quit IRC | 23:57 | |
*** rtjure has quit IRC | 23:57 | |
*** pck has quit IRC | 23:57 | |
*** dobson has quit IRC | 23:57 | |
*** wN has quit IRC | 23:57 | |
*** aarefiev_afk has quit IRC | 23:57 | |
*** mfisch` has quit IRC | 23:57 | |
*** arnewiebalck has quit IRC | 23:57 | |
*** rhagarty has quit IRC | 23:57 | |
*** _alastor_ has quit IRC | 23:57 | |
*** Trident has quit IRC | 23:57 | |
*** breton has quit IRC | 23:57 | |
*** toabctl has quit IRC | 23:57 | |
*** freerunner has quit IRC | 23:57 | |
*** Swimingly has quit IRC | 23:57 | |
*** johnthetubaguy has quit IRC | 23:57 | |
*** lyarwood has quit IRC | 23:57 | |
*** ericyoung has quit IRC | 23:57 | |
*** cebruns_ has quit IRC | 23:57 | |
*** bradjones has quit IRC | 23:57 | |
*** jbryce has quit IRC | 23:57 | |
*** zeestrat has quit IRC | 23:57 | |
*** mordred has quit IRC | 23:57 | |
*** lennyb has quit IRC | 23:57 | |
*** afazekas has quit IRC | 23:57 | |
*** mlakat has quit IRC | 23:57 | |
*** josecastroleon has quit IRC | 23:57 | |
*** jistr|off has quit IRC | 23:57 | |
*** lifeless_ has quit IRC | 23:57 | |
*** junbo has quit IRC | 23:57 | |
*** andrewrose has quit IRC | 23:57 | |
*** lhinds has quit IRC | 23:57 | |
*** Kimmo_ has quit IRC | 23:57 | |
*** niedbalski has quit IRC | 23:57 | |
*** eglute has quit IRC | 23:57 | |
*** jmccrory has quit IRC | 23:57 | |
*** obre has quit IRC | 23:57 | |
*** dirk has quit IRC | 23:57 | |
*** ildikov has quit IRC | 23:57 | |
*** tommylikehu has quit IRC | 23:57 | |
*** apopovych has quit IRC | 23:57 | |
*** sweston has quit IRC | 23:57 | |
*** itlinux has quit IRC | 23:57 | |
*** TheJulia has quit IRC | 23:57 | |
*** serverascode has quit IRC | 23:57 | |
*** oomichi has quit IRC | 23:57 | |
*** robcresswell has quit IRC | 23:57 | |
*** scottda has quit IRC | 23:57 | |
*** patrickeast has quit IRC | 23:57 | |
*** ameade has quit IRC | 23:57 | |
*** cargonza has quit IRC | 23:57 | |
*** supamatt has quit IRC | 23:57 | |
*** icey has quit IRC | 23:57 | |
*** MasterofJOKers has quit IRC | 23:57 | |
*** mgagne has quit IRC | 23:57 | |
*** rarora has quit IRC | 23:57 | |
*** gus has quit IRC | 23:57 | |
*** fungi has quit IRC | 23:57 | |
*** rushiagr has quit IRC | 23:57 | |
*** jungleboyj has quit IRC | 23:57 | |
*** wolsen has quit IRC | 23:57 | |
*** zhongjun has quit IRC | 23:57 | |
*** armax has quit IRC | 23:57 | |
*** crushil has quit IRC | 23:57 | |
*** laurent\ has quit IRC | 23:57 | |
*** otherwiseguy has quit IRC | 23:57 | |
*** gerhardqux has quit IRC | 23:57 | |
*** sdake has quit IRC | 23:57 | |
*** Nakato has quit IRC | 23:57 | |
*** danpawlik has quit IRC | 23:57 | |
*** frakt has quit IRC | 23:57 | |
*** knikolla has quit IRC | 23:57 | |
*** sage____ has quit IRC | 23:57 | |
*** pots has quit IRC | 23:57 | |
*** dalgaaf has quit IRC | 23:57 | |
*** guyr-infinidat has quit IRC | 23:57 | |
*** logan- has quit IRC | 23:57 | |
*** amito-infinidat has quit IRC | 23:57 | |
*** gaurangt has quit IRC | 23:57 | |
*** guitarzan has quit IRC | 23:57 | |
*** jbernard has quit IRC | 23:57 | |
*** diablo_rojo_phon has quit IRC | 23:57 | |
*** tbarron has quit IRC | 23:57 | |
*** rfolco has quit IRC | 23:57 | |
*** melwitt has quit IRC | 23:57 | |
*** zhenguo has quit IRC | 23:57 | |
*** rajinir has quit IRC | 23:57 | |
*** theanalyst has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!