*** brinzhang has joined #openstack-cyborg | 00:14 | |
*** chenke has joined #openstack-cyborg | 01:13 | |
*** swp20 has joined #openstack-cyborg | 01:41 | |
*** Yumeng has joined #openstack-cyborg | 02:01 | |
*** xinranwang has joined #openstack-cyborg | 02:05 | |
Yumeng | hi all | 02:06 |
---|---|---|
chenke | hi | 02:06 |
swp20 | hi all | 02:06 |
Yumeng | swp20:will Brin come today? | 02:07 |
Yumeng | brinzhang | 02:07 |
xinranwang | HI all | 02:07 |
swp20 | hi maybe in other meeting | 02:08 |
swp20 | s/hi/he | 02:08 |
Yumeng | ok | 02:08 |
Yumeng | so let's get started first, he can join later :) | 02:09 |
Yumeng | #startmeeting openstack-cyborg | 02:09 |
openstack | Meeting started Thu Jan 7 02:09:53 2021 UTC and is due to finish in 60 minutes. The chair is Yumeng. Information about MeetBot at http://wiki.debian.org/MeetBot. | 02:09 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 02:09 |
*** openstack changes topic to " (Meeting topic: openstack-cyborg)" | 02:09 | |
openstack | The meeting name has been set to 'openstack_cyborg' | 02:09 |
Yumeng | #topic Roll call | 02:09 |
*** openstack changes topic to "Roll call (Meeting topic: openstack-cyborg)" | 02:10 | |
Yumeng | #info Yumeng | 02:10 |
swp20 | #info swp20 | 02:10 |
Yumeng | here is today's agenda https://wiki.openstack.org/wiki/Meetings/CyborgTeamMeeting#Agenda | 02:11 |
brinzhang | #info brinzhang | 02:12 |
Yumeng | vGPU driver code has been submitted, but I don't have a ready env to test it. https://review.opendev.org/c/openstack/cyborg/+/769482 | 02:12 |
Yumeng | of course, I still need to fix the py36 failures := will fix this morning | 02:15 |
chenke | #info chenke | 02:15 |
xinranwang | #info xinranwang | 02:17 |
Yumeng | is swp20 still here? | 02:18 |
swp20 | yeah | 02:18 |
Yumeng | ok. As we've discussed in the morning. We can now test the discover process with patch https://review.opendev.org/c/openstack/cyborg/+/769482 and https://review.opendev.org/c/openstack/cyborg/+/764450/2 | 02:20 |
Yumeng | but will need your help with the test | 02:20 |
swp20 | no problem | 02:20 |
Yumeng | THnanks! What's the vendor and product_id/product_name of your GPU device? | 02:21 |
swp20 | 10de Tesla V100 | 02:21 |
Yumeng | nice | 02:22 |
Yumeng | I was develped based on 10de Tesla T4 | 02:22 |
Yumeng | I developed the vGPU driver based on 10de Tesla T4 | 02:23 |
Yumeng | might be some differences, but let's test and see. | 02:23 |
swp20 | they are similar | 02:23 |
Yumeng | yep, agree. | 02:24 |
Yumeng | I will update my patch first and ping you once finish. | 02:24 |
swp20 | cool | 02:24 |
Yumeng | And about the spechttps://review.opendev.org/c/openstack/nova-specs/+/750116 | 02:25 |
Yumeng | I can still ping nova team this week, but need a person to ping them since next week. because my last day will be around Wednesday next week. | 02:27 |
swp20 | i will ping them | 02:28 |
Yumeng | ok. I will sync with you and chenke as well. he is also familiar with vGPU. you guys can push nova together ^^ | 02:29 |
swp20 | good | 02:29 |
Yumeng | cool. do you have any other questions about vGPU? | 02:30 |
Yumeng | that's all about the status from my side | 02:30 |
swp20 | no question from my side now. | 02:32 |
Yumeng | ok | 02:33 |
Yumeng | so move on | 02:34 |
swp20 | Yumeng: one question | 02:34 |
Yumeng | yep | 02:34 |
swp20 | why we move the functions from utils.py to sysinfo.py | 02:34 |
swp20 | and you change the model to name back for GPU_INFO_PATTERN? | 02:35 |
Yumeng | this is a refactor to make code more clear, because current functions in utils.py are not actually common utils | 02:36 |
Yumeng | most of them nvidia specific | 02:36 |
Yumeng | most of them are nvidia specific | 02:36 |
swp20 | ok reasonable | 02:38 |
Yumeng | swp20: change in GPU_INFO_PATTERN was not intentional | 02:39 |
Yumeng | It's a release mix error. I will revert back | 02:39 |
swp20 | cool | 02:39 |
swp20 | let's move on | 02:40 |
Yumeng | sure^^ | 02:40 |
Yumeng | https://review.opendev.org/c/openstack/cyborg/+/766629 | 02:40 |
Yumeng | How do you guys config host_ip of api? | 02:41 |
Yumeng | do you agree comments here?https://review.opendev.org/c/openstack/cyborg/+/766629/3/doc/source/install/common.rst#124 | 02:41 |
chenke | cyborg use host_ip now? | 02:42 |
Yumeng | yumeng: good question. | 02:43 |
xinranwang | I don't config host_ip in my env | 02:43 |
chenke | ye | 02:43 |
chenke | seems this var we didn't use it. | 02:44 |
Yumeng | xinranwang: this is because host_ip is defaut to locahost(or 127.0.0.1) | 02:44 |
xinranwang | Yumeng: yes | 02:44 |
Yumeng | in some case where locahost doesn't work, will need to config the host_ip | 02:45 |
Yumeng | I think in most cases, we do not need to config | 02:45 |
xinranwang | Yumeng: do you mean we run cyborg api on other host? | 02:45 |
swp20 | we can put it in default group | 02:45 |
swp20 | this config is only used for api service? | 02:46 |
xinranwang | swp20: according to the comments, yes | 02:48 |
swp20 | got it | 02:48 |
Yumeng | I'm not very sure about shiyan's case in this patch https://review.opendev.org/c/openstack/cyborg/+/766629 | 02:49 |
chenke | https://github.com/openstack/cyborg/blob/66fea7ddcf096d2e628f017518b4046c1a770b3e/cyborg/conf/api.py#L22 | 02:49 |
Yumeng | he mentions in the commit message: 2) host_ip configures the ip address on which cyborg-api listens, and | 02:49 |
chenke | https://github.com/openstack/cyborg/blob/66fea7ddcf096d2e628f017518b4046c1a770b3e/cyborg/common/service.py | 02:50 |
chenke | xinranwang wenping, please see the above docs. | 02:50 |
chenke | it should be configured in api section. | 02:51 |
xinranwang | chenke: just check it, it should be in api section | 02:51 |
chenke | yes. it should in api section. | 02:51 |
xinranwang | Yumeng: I wonder what case shiyan's mentioned too. | 02:51 |
swp20 | right | 02:52 |
xinranwang | Because in my case, the default value works well | 02:52 |
Yumeng | xinranwang: yep. me too | 02:52 |
Yumeng | I will ask in his patch and see how he response. | 02:52 |
xinranwang | Yumeng: lol, I was typing the same. ok | 02:53 |
Yumeng | haha | 02:53 |
Yumeng | ok. that's all from my side, do you guys have anything else to bring up? | 02:54 |
xinranwang | yes, I have update the nic driver | 02:55 |
xinranwang | please review it | 02:55 |
xinranwang | ;) | 02:55 |
chenke | ok | 02:56 |
xinranwang | https://review.opendev.org/c/openstack/cyborg/+/758942 | 02:56 |
swp20 | Yumeng: hope you can CR +2 for my ssd driver before you leave :) | 02:56 |
Yumeng | srue~ I will try to, two XL size patches =_< | 02:57 |
swp20 | thanks | 02:58 |
xinranwang | Thanks guys | 02:58 |
Yumeng | alright. If nothing else, I will wrap up today's meeting. probably the last meeting. :( | 03:00 |
Yumeng | Thank you guys. I will miss you all! | 03:01 |
swp20 | very hard to say goodbye | 03:01 |
xinranwang | Ah, ok. Hope you can come back to meet us if you got time | 03:01 |
Yumeng | yes, I definitely will! | 03:02 |
xinranwang | lol, cool | 03:02 |
Yumeng | Goodbye guys, goodbye cyborg~~ | 03:03 |
Yumeng | #endmeeting | 03:03 |
*** openstack changes topic to "Pending patches (Meeting topic: openstack-cyborg)" | 03:03 | |
openstack | Meeting ended Thu Jan 7 03:03:13 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 03:03 |
chenke | no goodbye | 03:03 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_cyborg/2021/openstack_cyborg.2021-01-07-02.09.html | 03:03 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_cyborg/2021/openstack_cyborg.2021-01-07-02.09.txt | 03:03 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_cyborg/2021/openstack_cyborg.2021-01-07-02.09.log.html | 03:03 |
xinranwang | bye, good luck for your new job. | 03:04 |
*** xinranwang has quit IRC | 05:09 | |
openstackgerrit | wangzhiguang proposed openstack/cyborg-tempest-plugin master: add list deployables method and api test https://review.opendev.org/c/openstack/cyborg-tempest-plugin/+/768031 | 06:27 |
*** chenke has quit IRC | 07:58 | |
*** Yumeng1 has joined #openstack-cyborg | 09:41 | |
*** Yumeng1 has quit IRC | 09:42 | |
*** irclogbot_1 has quit IRC | 14:09 | |
*** irclogbot_0 has joined #openstack-cyborg | 14:12 | |
openstackgerrit | Hervé Beraud proposed openstack/python-cyborgclient master: Add doc/requirements https://review.opendev.org/c/openstack/python-cyborgclient/+/769770 | 15:40 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!