Thursday, 2021-01-21

*** chenke has joined #openstack-cyborg01:40
*** xinranwang has joined #openstack-cyborg02:01
xinranwangHi all02:01
chenkehi xinran.02:05
chenkei am here.02:05
xinranwangHi chenke02:05
xinranwanglet's wait for others for a while02:05
chenkexinranwang:  ok02:06
*** swp20 has joined #openstack-cyborg02:06
swp20hi all02:06
xinranwangHi swp2002:06
brinzhangmorning02:07
xinranwangHi brinzhang02:07
brinzhanghi xinranwang, and all ^02:07
xinranwangIt seems we got everyone02:08
xinranwanglet's start the meeting02:08
xinranwang#startmeeting02:08
openstackxinranwang: Error: A meeting name is required, e.g., '#startmeeting Marketing Committee'02:08
xinranwang#startmeeting openstack_cyborg02:08
openstackMeeting started Thu Jan 21 02:08:46 2021 UTC and is due to finish in 60 minutes.  The chair is xinranwang. Information about MeetBot at http://wiki.debian.org/MeetBot.02:08
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.02:08
*** openstack changes topic to " (Meeting topic: openstack_cyborg)"02:08
openstackThe meeting name has been set to 'openstack_cyborg'02:08
chenke#info chenke02:08
xinranwang#topic roll call02:09
*** openstack changes topic to "roll call (Meeting topic: openstack_cyborg)"02:09
xinranwang#info xinranwang02:09
chenke#info chenke02:10
brinzhang#info brinzhang02:10
xinranwangmeeting agenda here: https://wiki.openstack.org/wiki/Meetings/CyborgTeamMeeting#Agenda02:10
swp20#info swp2002:10
xinranwang#topic project schedule02:10
*** openstack changes topic to "project schedule (Meeting topic: openstack_cyborg)"02:10
xinranwangthis week is the spec freeze week.02:11
xinranwangfor both nova and cyborg.02:11
xinranwangit's happy to see we have vgpu spec merged before spec freeze. bravo!02:11
brinzhangyeah, a big milestone02:12
swp20good news02:12
xinranwangand there is a cycle-with-intermediary release for cyborgclient, if we have nothing want to improve at the moment, we can release it as it is02:14
swp20i want to add a update dp api02:15
chenkehi wenping. do your means we update device profile ?02:17
swp20yes02:17
xinranwangswp20:  if you don't have enough time, you can update it in the following release, it is just a intermediate release. we have a final release at the end of this cycle.02:18
swp20i have commit patchs for cyborgclient and cyborg.02:18
swp20xinranwang: ok02:18
swp20no hurry02:18
xinranwangcool, could you paste your patch link here? I didn't find them.02:20
chenkeplease add me as a reviewer. swp2002:20
swp20chenke: yep02:21
chenkeok02:22
swp20some unittests need to fix02:22
xinranwangI just found the patches and add you and me as the reviewer. chenke02:22
chenkethanks xinran.02:23
xinranwangok,  so we can release the cyborgclient as it is for the intermediate release.02:24
xinranwangchenke:  np02:24
xinranwangthe next topic is vgpu02:24
xinranwang#topic vgpu support02:25
*** openstack changes topic to "vgpu support (Meeting topic: openstack_cyborg)"02:25
xinranwangagain, we got vgpu spec merged in nova. :)02:25
xinranwangthanks swp20 and yumeng.02:25
xinranwangdo you have anything wanna to discuss about the implementation, or tests?02:26
chenkecool.02:26
chenkehi xinran, wenping, about your patch, I leave some comments.02:28
*** swp20 has quit IRC02:29
chenkehttps://review.opendev.org/c/openstack/cyborg/+/75894202:29
brinzhangxinranwang, chenke: swp20 is disconnect,02:29
chenkebrinzhang: got it.02:29
brinzhangxinranwang: a good new, the cyborg shelve/unshelve patch has merged02:29
chenkea big step.02:30
xinranwangbrinzhang:  yeah, congrats brinzhang , I have seen that and want to bring it up later. ;)02:30
*** swp20 has joined #openstack-cyborg02:31
xinranwangthanks for your efforts02:31
xinranwangchenke:  I will address the comments in this week, thanks02:31
swp20sorry for offline02:31
xinranwangit seems swp20 has rejoined us?02:31
swp20yeah02:32
xinranwangcool02:32
swp20i am back02:32
brinzhangyes, he is coming02:32
xinranwangWe were saying if you have anything wanna to discuss about the vgpu implementation, or tests?02:32
swp20i cant report vgpu to placement with Yumeng's code02:33
swp20i modify my local code, it seems ok now.02:33
swp20Yumeng says her code has no problem02:34
chenkehi wenping. you means your env is ok now?02:35
xinranwangoh, which part of code you changed and it works, is it device-specific? Do you use exactly the same device?02:35
swp20yeah, i return the 'OWNER_CYBORG' trait when report to placement.02:35
chenkecool.02:36
chenkeThumbs up02:36
swp20xinranwang: seems it doesnot matter with device, just the code problem.02:37
swp20little change02:38
xinranwangswp20: ok, cool02:38
chenkehi xinran. About the vgpu implementation. I want to know How do we distinguish, whether this card is vgpu or pgpu, through the configuration file?02:38
xinranwangswp20: all related code is in this branch, right? https://review.opendev.org/q/topic:%22enable-vgpu-in-cyborg%22+(status:open%20OR%20status:merged)02:39
swp20chenke: seems we can noly use config02:39
chenkewhy02:39
swp20do you have any other method02:39
xinranwangchenke:  currently, the solution is using config02:39
swp20xinranwang: yep02:40
chenkexinran. your means the different section ?02:40
swp20chenke:no02:41
swp20the gpu configured in file is vgpu02:41
swp20not configued is default pgpu02:41
swp20Yumeng's code has processed02:42
chenkeI know this.02:43
xinranwangif we set pci address in vgpu_type section, the device is vgpu, if the pci addr is not set in config, but cyborg gpu driver discovered it, it is pgpu02:43
chenkeok. that's make sense.02:43
chenkeif we didn't set it in vgpu section. this pci device should report as a pgpu.02:44
xinranwangyes, that's my understanding02:44
swp20i havenot test the vm create with vgpu dp.02:45
chenkeswp20: that's ok. yuemeng and i had tested.02:45
swp20cool02:45
chenkebecause yumeng had litter time. I suggest merged her patches first.02:46
xinranwangwhen is yumeng's last day?02:46
chenkeactually done. but for some infomation security reason. The process hadn't done.02:47
chenkeI think It's hard for her to continue update these patches after next week.02:47
chenkeafter this week.02:47
xinranwangchenke:  ok, got it.02:49
xinranwangplease review https://review.opendev.org/q/topic:%22enable-vgpu-in-cyborg%22+(status:open%20OR%20status:merged) this 2 patches02:49
swp20chenke: do you ignore the OWNER_CYBORG trait report to placement?02:49
xinranwangswp20:  could you left som comments about the issue you met and the local change you have under yumeng's patch?02:50
swp20xinranwang:sure02:50
xinranwangswp20:  thanks02:50
chenkeswp20: yuemeng report it.02:50
swp20seems placement doesnot support02:51
chenkesupport it.02:52
xinranwangwe have less than 10 mins left.  I'd like to go through the status quickly.  and we can continue discuss the details offline.02:53
swp20ok, let's talk on wechat.02:53
xinranwang#topic driver-side update02:53
*** openstack changes topic to "driver-side update (Meeting topic: openstack_cyborg)"02:53
xinranwangthanks for your comments for 710 driver,  I will address them in this week.02:53
xinranwangand the ssd driver spec has been merged before the freeze, congrats.02:54
swp20thanks guys.02:54
xinranwangswp20:  the implementaion patch failed to pass the zuul test.02:55
xinranwanghttps://review.opendev.org/c/openstack/cyborg/+/72331002:55
swp20yeah, i will check.02:55
xinranwangok, thanks swp2002:56
xinranwang#topic nova-cyborg interaction02:56
*** openstack changes topic to "nova-cyborg interaction (Meeting topic: openstack_cyborg)"02:56
xinranwangcongrats brinzhang, the shelve/unshelve support has been merged in nova02:56
xinranwangit's a big progress02:56
chenkecongrations again!02:57
chenkehaha.02:57
xinranwanglol02:57
swp20congrations02:57
xinranwangWOW, we can a lot of progress in this week.02:57
xinranwangthanks you all for the efforts, and hope we can more things together.02:59
swp20great start02:59
xinranwangok, that's all from my side.02:59
xinranwangAnything else you want bring up?02:59
swp20nothing from myside02:59
brinzhangshelve/unshleve swp20 has do many patch update02:59
xinranwangoh, sorry for missing that. thanks swp20!03:00
brinzhangnothing from my side too03:00
swp20^-^03:00
chenkeme too.03:00
xinranwangok, let's wrap up the meeting.03:01
chenkeok. bye03:01
xinranwangthanks all03:01
xinranwangbyebye03:01
xinranwang#endmeeting03:02
*** openstack changes topic to "Pending patches (Meeting topic: openstack-cyborg)"03:02
openstackMeeting ended Thu Jan 21 03:02:02 2021 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)03:02
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_cyborg/2021/openstack_cyborg.2021-01-21-02.08.html03:02
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_cyborg/2021/openstack_cyborg.2021-01-21-02.08.txt03:02
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_cyborg/2021/openstack_cyborg.2021-01-21-02.08.log.html03:02
*** songwenping_ has joined #openstack-cyborg03:03
*** swp20 has quit IRC03:07
*** songwenping_ has quit IRC03:08
*** songwenping_ has joined #openstack-cyborg03:09
*** chenke has quit IRC05:02
*** xinranwang has quit IRC05:07
*** songwenping_ has quit IRC05:51
*** songwenping_ has joined #openstack-cyborg05:51
*** openstackgerrit has joined #openstack-cyborg07:43
openstackgerritYumengBao proposed openstack/cyborg master: arq bind and unbound support vGPU  https://review.opendev.org/c/openstack/cyborg/+/77175707:43
*** brinzhang has quit IRC08:55
*** brinzhang has joined #openstack-cyborg08:55
*** brinzhang has quit IRC08:57
*** brinzhang has joined #openstack-cyborg08:57
*** songwenping__ has joined #openstack-cyborg09:37
*** songwenping_ has quit IRC09:39
*** songwenping__ has quit IRC11:48
*** songwenping__ has joined #openstack-cyborg11:49
*** brinzhang has quit IRC15:01
*** brinzhang has joined #openstack-cyborg15:01
*** brinzhang has quit IRC15:04
*** brinzhang has joined #openstack-cyborg15:04
*** irclogbot_1 has quit IRC15:21
*** irclogbot_2 has joined #openstack-cyborg15:22
*** irclogbot_2 has quit IRC20:14
*** irclogbot_2 has joined #openstack-cyborg20:16
*** songwenping__ has quit IRC23:00
*** brinzhang has quit IRC23:00
*** brinzhang has joined #openstack-cyborg23:34

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!