*** tetsuro has joined #openstack-cyborg | 00:14 | |
*** tetsuro has quit IRC | 00:58 | |
*** Li_Liu has joined #openstack-cyborg | 02:30 | |
*** ikuo_o has joined #openstack-cyborg | 02:32 | |
*** ikuo_o has quit IRC | 03:03 | |
*** ikuo_o has joined #openstack-cyborg | 03:03 | |
*** xinranwang has joined #openstack-cyborg | 03:05 | |
xinranwang | meeting? | 03:11 |
---|---|---|
*** Sundar has joined #openstack-cyborg | 03:12 | |
Sundar | Hi | 03:12 |
ikuo_o | Hi | 03:12 |
xinranwang | hi all | 03:12 |
Sundar | Sorry for the delay | 03:13 |
Sundar | xinranwang, ikuo_o: Whom do we have online so far? | 03:13 |
Sundar | #startmeeting openstack-cyborg | 03:13 |
openstack | Meeting started Wed Apr 10 03:13:44 2019 UTC and is due to finish in 60 minutes. The chair is Sundar. Information about MeetBot at http://wiki.debian.org/MeetBot. | 03:13 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 03:13 |
*** openstack changes topic to " (Meeting topic: openstack-cyborg)" | 03:13 | |
openstack | The meeting name has been set to 'openstack_cyborg' | 03:13 |
xinranwang | only us.. | 03:13 |
Sundar | #topic Roll call | 03:14 |
*** openstack changes topic to "Roll call (Meeting topic: openstack-cyborg)" | 03:14 | |
Sundar | #info Sundar | 03:14 |
xinranwang | #info xinranwang | 03:14 |
ikuo_o | #info ikuo_o | 03:15 |
Sundar | ikuo_o: Welcome | 03:15 |
Sundar | ikuo_o: Could you introduce yourself? | 03:15 |
ikuo_o | ok, I am an engineer from NTT. We are researching on high performance server platform using accelerators like FPGAs. | 03:16 |
ikuo_o | we tried to use cyborg to control intel FPGA last year, and showed demo at NTT R&D forum last November.. | 03:16 |
ikuo_o | we want to improve cyborg so that it become useful for network carriers. | 03:16 |
Sundar | ikuo_o: Yes, I saw NTT's announcement. Glad to have you with us. Would you be coming to the Summit or PTG in Denver? | 03:17 |
ikuo_o | Yes, I will join the Denver summit and PTG! | 03:18 |
Sundar | Great! | 03:18 |
Sundar | #link https://etherpad.openstack.org/p/cyborg-ptg-train | 03:18 |
Sundar | Please add your name to this etherpad | 03:18 |
Li_Liu | #info Li_LIu | 03:18 |
Li_Liu | #info Li_Liu | 03:18 |
yikun | #info yikun | 03:18 |
Li_Liu | Hi Guys | 03:18 |
xinranwang | was it whom the poc we sent to :) | 03:18 |
ikuo_o | yeah, I have already written my name "Ikuo Otani (NTT)". | 03:19 |
Li_Liu | sorry for the late, pulled into an internal meeting | 03:19 |
Sundar | Hi Li_Liu and yikun | 03:19 |
yikun | hello Sundar | 03:19 |
Sundar | #topic PTG planning | 03:19 |
*** openstack changes topic to "PTG planning (Meeting topic: openstack-cyborg)" | 03:19 | |
Sundar | https://etherpad.openstack.org/p/cyborg-ptg-train <-- Please fill in the attendance and topics here | 03:19 |
ikuo_o | I will add some topics to the etherpad! | 03:20 |
Sundar | I have reserved Fri (May 3) morning 9-10 for Nova-Cyborg cross project. Itwill include a demo of the Cyborg pilot | 03:20 |
ikuo_o | about some problems to deal with FPGA. | 03:20 |
*** wangzhh has joined #openstack-cyborg | 03:20 | |
wangzhh | #info wangzhh | 03:20 |
Sundar | ikuo_o: Excellent. Could you tell us what problems you encountered? | 03:20 |
wangzhh | Hi all. Sorry for late. | 03:21 |
Sundar | wangzhh: np | 03:21 |
ikuo_o | One is checking FPGA contents for integrity. | 03:22 |
yikun | Sundar: cool, I'm trying to run the pilot in my env, so all code are ready now in feature branch? | 03:22 |
ikuo_o | how do we know the FPGA contents is just the original binary? | 03:22 |
*** Coco_gao has joined #openstack-cyborg | 03:23 | |
Sundar | ikuo_o: Good question. The answer may vary across vendors. I will try to get Intel's answer by next week | 03:23 |
Coco_gao | Hi all | 03:23 |
ikuo_o | Thanks, Sundar! | 03:24 |
Coco_gao | #info Coco_gao | 03:24 |
Sundar | Hi Coco | 03:24 |
Sundar | yikun: I need to update more, as I have hit several subtle issues after I merged master onto pilot branch. There were block shifts os some code so both copies were present in the merged version but with different spellings! | 03:25 |
Sundar | Until I exercise a specific code path, the issues do not surface | 03:25 |
yikun | OK, sounds like it is very close to complete. :) thanks for your work. | 03:27 |
wangzhh | Sundar, feel free to ask me if I can help u on the pilot bug. | 03:27 |
Sundar | yikun: welcome. ikuo_o: Any other issues? | 03:27 |
ikuo_o | And the another problem is resource conflict. How can we know FPGA is open or not from cyborg? | 03:27 |
Sundar | ikuo_o: What do you mean by 'open'? That no VM is using it? | 03:28 |
Sundar | ikuo_o: If so, we are adding an 'in_use' field for deployables | 03:29 |
ikuo_o | Other processes or drivers are handling FPGA or not. not related to VMs. | 03:29 |
Sundar | ikuo_o: For drivers, 'lspci -k -s <bdf>' will show which driver is in use | 03:30 |
Sundar | ikuo_o: Sure, you can add these issues to the etherpad. I will try to reply there. Thanks for bringing these up! | 03:30 |
ikuo_o | Thanks! so cyborg does not have the checking function, right? | 03:30 |
Sundar | ikuo_o: No, Cyborg today does not check for FPGA integrity | 03:31 |
wangzhh | Is there any way to check it? | 03:31 |
Sundar | wangzhh: For Intel devices, I will check and get back | 03:32 |
wangzhh | Sounds great. | 03:32 |
ikuo_o | I see. thanks! | 03:32 |
Sundar | wangzhh: Re. the auth issue, I think my version of bash handles quotes a certain way. I am working around by using Python to call curl. Still faster than python client :) | 03:32 |
Sundar | Back to PTG planning: what do you all think of a team dinner? | 03:33 |
ikuo_o | I want to join a team dinner, if it will be held. | 03:34 |
Sundar | Great, ikuo_o. Many of you are awaiting visa or approval. Shall we propose Thu eve? | 03:35 |
wangzhh | Fine. | 03:35 |
ikuo_o | that's great! | 03:36 |
Li_Liu | I am fine with any day. still in the internal meeting... sorry for the delayed response :P | 03:36 |
Sundar | Good. I'll mark it for Thu eve. | 03:36 |
yikun | same with Li_Liu, :) | 03:37 |
Sundar | I want to bring up many topics before the PTG, since the PTG is so short. I seem to be swamped with the demo prep and other tasks. :( But 2 main areas: Networked FPGAs (started last week) and Mapping UUIDs to names for regions and functions | 03:39 |
Sundar | ikuo_o: we also hold an engineering meeting on Zoom at https://zoom.us/j/6637468814 | 03:40 |
Sundar | Can somebody share the meeting time in PRC / Japan ? | 03:40 |
Sundar | ikuo_o: Please join us there too. It is on Thu morning for you. | 03:41 |
*** ikuo_o_ has joined #openstack-cyborg | 03:41 | |
ikuo_o_ | sorry for leaving because of network down.. | 03:42 |
xinranwang | just one question here: can we start the placement report part now? i have such a patch pending for a long time. https://review.openstack.org/#/c/601150/ | 03:42 |
Sundar | ikuo_o: NP. I sais that we also hold an engineering meeting on Zoom at https://zoom.us/j/6637468814 on Thu morning China/Japan time | 03:42 |
*** ikuo_o has quit IRC | 03:43 | |
Sundar | xinranwang: Placement report should come from conductor | 03:43 |
wangzhh | It is 9:30a.am-10:30a.m. in PRC. | 03:44 |
xinranwang | i am trying to implement it based on new design | 03:44 |
xinranwang | Sundar: yes | 03:44 |
xinranwang | that's just an old version | 03:44 |
Sundar | xinranwang: Sounds good overall. The exact list of traits may change a bit later in the cycle. We can update that later | 03:45 |
ikuo_o_ | Thanks Sundar. I want to join the zoom meeting tomorrow. | 03:45 |
Sundar | Welcome, ikuo_o | 03:46 |
Sundar | Thanks for the initiative, xinranwang | 03:46 |
xinranwang | Sundar: ok, i will take this part then | 03:46 |
xinranwang | Sundar: np | 03:46 |
Sundar | Any other topics for the PTG or anything else? | 03:46 |
Sundar | #topic AoB | 03:47 |
*** openstack changes topic to "AoB (Meeting topic: openstack-cyborg)" | 03:47 | |
Sundar | If nothing else, let's call it a day. Thank you all. Good day or good night | 03:48 |
xinranwang | thanks bye | 03:48 |
Sundar | #endmeeting | 03:48 |
*** openstack changes topic to "Pending patches (Meeting topic: openstack-cyborg)" | 03:48 | |
openstack | Meeting ended Wed Apr 10 03:48:51 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 03:48 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_cyborg/2019/openstack_cyborg.2019-04-10-03.13.html | 03:48 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_cyborg/2019/openstack_cyborg.2019-04-10-03.13.txt | 03:48 |
wangzhh | Bye. | 03:48 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_cyborg/2019/openstack_cyborg.2019-04-10-03.13.log.html | 03:48 |
ikuo_o_ | Thank you all. | 03:48 |
*** Sundar has quit IRC | 03:49 | |
*** Li_Liu has quit IRC | 03:52 | |
*** openstackstatus has quit IRC | 04:35 | |
*** openstackstatus has joined #openstack-cyborg | 04:35 | |
*** ChanServ sets mode: +v openstackstatus | 04:35 | |
*** tetsuro has joined #openstack-cyborg | 04:59 | |
*** wangzhh has quit IRC | 05:49 | |
*** links has joined #openstack-cyborg | 06:10 | |
*** ikuo_o_ has quit IRC | 06:43 | |
*** xinranwang has quit IRC | 07:24 | |
*** Coco_gao has quit IRC | 07:52 | |
*** openstackgerrit has joined #openstack-cyborg | 08:10 | |
openstackgerrit | ShaoHe Feng proposed openstack/cyborg master: add knob for OPAE install https://review.openstack.org/651454 | 08:10 |
openstackgerrit | ShaoHe Feng proposed openstack/cyborg master: add knob for OPAE install https://review.openstack.org/651454 | 08:28 |
openstackgerrit | Yikun Jiang proposed openstack/cyborg master: Fix auth config in "Install Cyborg from Source" https://review.openstack.org/651464 | 08:51 |
openstackgerrit | ShaoHe Feng proposed openstack/cyborg master: add knob for OPAE install https://review.openstack.org/651454 | 08:53 |
*** tetsuro has quit IRC | 09:24 | |
openstackgerrit | ShaoHe Feng proposed openstack/cyborg master: add knob for OPAE install https://review.openstack.org/651454 | 10:50 |
*** irclogbot_0 has joined #openstack-cyborg | 13:03 | |
*** altlogbot_2 has joined #openstack-cyborg | 13:06 | |
*** openstackgerrit has quit IRC | 14:14 | |
*** links has quit IRC | 14:34 | |
*** efried has quit IRC | 15:28 | |
*** efried has joined #openstack-cyborg | 15:47 | |
*** efried is now known as efried_rollin | 16:14 | |
*** altlogbot_2 has quit IRC | 16:45 | |
*** links has joined #openstack-cyborg | 17:22 | |
*** links has quit IRC | 18:26 | |
-openstackstatus- NOTICE: Restarting Gerrit on review.openstack.org to pick up new configuration for the replication plugin | 19:04 | |
*** efried_rollin is now known as efried | 19:37 | |
*** ikuo_o has joined #openstack-cyborg | 23:36 | |
*** ikuo_o has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!