| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2018-09-03 | |||
| 16:09:46 | moshele | stephenfin: yes you should to make it work with a single port vf | |
| 16:10:12 | moshele | stephenfin: what is the issue exactly? | |
| 16:12:54 | sean-k-mooney | moshele: the issue stephenfin is having is that there are no netdevs allcoated for the VFs | |
| 16:13:07 | stephenfin | moshele: Yeah, and I'm seeing this for macvtap as a result http://paste.openstack.org/show/729339/ | |
| 16:13:12 | stephenfin | I'll try the probe option now | |
| 16:13:20 | stephenfin | It wasn't clear what that was needed for | |
| 16:13:29 | sean-k-mooney | moshele: so while ip link shows the vfs allocated form the pf there are no nedevs for the vfs | |
| 16:15:01 | moshele | sean-k-mooney: there should be if you set probe_vf=X | |
| 16:15:40 | sean-k-mooney | moshele: currntly i dont think stephen set that so i assume based on the behavior he is seeing that it defaults to 0 | |
| 16:15:53 | moshele | sean-k-mooney: yes you are right | |
| 16:16:45 | sean-k-mooney | in which case if stephenfin set probe_vf=1 then vnic-type=macvtap may start working | |
| 16:17:23 | sean-k-mooney | if there is no netdev then get_ifname_by_pci_address is going to fail | |
| 16:19:08 | stephenfin | moshele: What's the difference between mlx4.conf and mlx4_core.conf? | |
| 16:20:19 | moshele | stephenfin: no difference you can use ether one I think the mlx4_core.conf comes from Mellanox OFED | |
| 16:20:32 | moshele | stephenfin: brb | |
| 16:30:33 | pvc | No compute node record for host when enabling ironic on packstack | |
| 16:31:49 | stephenfin | moshele: Yup, that was the issue. I know for next time. I am seeing another issue now though, if you have time to look at it http://paste.openstack.org/show/729352/ | |
| 16:32:04 | stephenfin | (the issue is at the end. The rest is the configuration I have) | |
| 16:33:56 | sean-k-mooney | stephenfin: if you do a virsh nodedev-list can you see net_enp2s1d1_fa_16_3e_38_ea_a6 | |
| 16:34:41 | stephenfin | I can't. I'm not sure where it got that from | |
| 16:34:52 | stephenfin | Actually, it only started happening once I created an instance with macvtap | |
| 16:35:02 | stephenfin | I wonder if this is another reflection of the dual-port issues | |
| 16:35:08 | stephenfin | *another example | |
| 16:36:48 | pvc | No compute node record for host when enabling ironic on packstack | |
| 16:36:50 | pvc | anyone | |
| 16:36:51 | pvc | can help me | |
| 16:37:50 | sean-k-mooney | pvc: sorry you proably wont find that many people with packstack knowladge here | |
| 16:43:32 | pvc | but the main problem is | |
| 16:43:36 | pvc | it cannot find any hypervisor | |
| 16:43:41 | pvc | because i enable the ironic driver instead of libvir | |
| 16:44:42 | sean-k-mooney | pvc: when you enable ironic it should still run at least one instance of the nova-compute agent that loads the ironic driver. this agent should create at least one compute service record | |
| 16:45:33 | sean-k-mooney | each node you enrole in ionic should then be exposed as a seperate compute node/ hypervior record mapped to that compute servcice | |
| 16:46:44 | sean-k-mooney | if the ironic nova-compute agent does not start or fails for some reason you will have no compute node entries | |
| 16:49:27 | pvc | http://paste.openstack.org/show/729355/ | |
| 16:50:06 | sean-k-mooney | pvc: yes.. did you manually add nodes to ironic. also this does not show you the compute noes | |
| 16:50:38 | pvc | ahmm no. for now we're not manually adding nodes to ironic | |
| 16:50:41 | pvc | we just install openstack using packstack | |
| 16:50:45 | pvc | i found something simirlar | |
| 16:50:49 | pvc | http://getvasanth.blogspot.com/2015/09/getting-start-with-ironic.html | |
| 16:51:35 | sean-k-mooney | pvc: what happens if you run openstack compute service list and openstack compute agent list | |
| 16:52:20 | pvc | http://paste.openstack.org/show/729356/ | |
| 16:53:27 | sean-k-mooney | pvc: well it looks like you have 3 registers compute services that said i would have expected to also see them in the agent list | |
| 16:54:08 | pvc | but the server i'm using have an ipmi | |
| 16:54:14 | sean-k-mooney | in either case teh service state is up so i would suspec the nova pices is running correctly | |
| 16:54:18 | pvc | i guess packstack doesnt install ironic well | |
| 16:54:54 | sean-k-mooney | pvc: well installing ironic and enroling node in ironic are two very different things | |
| 16:55:37 | pvc | i see | |
| 16:55:42 | pvc | so i need to manually add it | |
| 16:56:49 | sean-k-mooney | pvc: i think packstack installed the ironic compute agent on nova01,nova02 and network hosts but it does not have any baremetal nodes registered for it to contorl | |
| 16:58:01 | pvc | can i use this guide sir? http://getvasanth.blogspot.com/2015/09/getting-start-with-ironic.html | |
| 16:59:25 | sean-k-mooney | pvc: looking at it quickly it seam rather old. it may still work but i would gues several things have changed in the last 3 years. if you do want to deploy with packstack i would recommend following a more up to date guide | |
| 17:03:50 | pvc | can i use the ironic official document? | |
| 17:05:00 | sean-k-mooney | pvc: are you just trying to deploy ironic or do you want an actual packstack install. there are several installer that support ironic that you could use if all you want is to have an ironic enabled cloud | |
| 17:05:43 | pvc | an actual packstack install. i'll just install the ironic manually since my compute server have an IPMI | |
| 17:06:08 | sean-k-mooney | pvc: the ironic offila documtaiton will tell you how to achive that manually | |
| 17:06:23 | sean-k-mooney | pvc: this might be of relevence to you also https://review.openstack.org/#/c/440258/ | |
| 17:06:28 | pvc | noted on this. wait i willl just check it | |
| 17:07:25 | sean-k-mooney | pvc: it looks like packstack ironic deployment was broken in the past depending on what version you are now installing you migh have hit that error | |
| 17:07:46 | sapd1_ | pvc: I followed official openstack documents and deployed successful ironic. So you can trust it. :D | |
| 17:31:27 | moshele | stephenfin: I will talk you tomorrow about this need to put my baby to sleep (It seem like harder task than to debug openstack issues :) ) | |
| 18:15:08 | openstackgerrit | Chris Dent proposed openstack/nova master: Removing pip-missing-reqs from default tox jobs https://review.openstack.org/599442 | |
| 18:37:54 | prometheanfire | stephenfin: I'm here as well | |
| 18:38:05 | prometheanfire | about the weird async_ thing | |
| 18:40:47 | openstackgerrit | Merged openstack/nova master: libvirt: skip setting rx/tx queue sizes for not virto interfaces https://review.openstack.org/595592 | |
| 20:07:00 | prometheanfire | stephenfin: around? I get the same error in a venv, even the same backtrace to a non-existant file | |
| #openstack-nova - 2018-09-04 | |||
| 00:06:56 | openstackgerrit | Brin Zhang proposed openstack/nova master: Need further updates, no need to review https://review.openstack.org/599276 | |
| 00:38:19 | prometheanfire | any clue on this? https://gist.github.com/prometheanfire/d1d2d93d7b1c97e4186389b664301a80 | |
| 00:38:40 | prometheanfire | rocky nova-compute is not starting :| | |
| 01:08:01 | openstackgerrit | Zhenyu Zheng proposed openstack/nova-specs master: Make scheduling weight more granular https://review.openstack.org/599308 | |
| 02:47:12 | openstackgerrit | Naichuan Sun proposed openstack/nova master: xenapi(N-R-P): support compute node resource provider update https://review.openstack.org/521041 | |
| 02:58:37 | openstackgerrit | fupingxie proposed openstack/nova master: Support list for alias in pci section in nova.conf https://review.openstack.org/592243 | |
| 03:01:45 | openstackgerrit | fupingxie proposed openstack/nova master: Add an example to add more pci devices in nova.conf https://review.openstack.org/592243 | |
| 04:16:54 | openstackgerrit | jichenjc proposed openstack/nova master: WIP: add check for deleted flag https://review.openstack.org/599492 | |
| 04:21:03 | openstackgerrit | jichenjc proposed openstack/nova master: Move str to six.string_types https://review.openstack.org/599493 | |
| 05:32:44 | openstackgerrit | garyk proposed openstack/nova master: Docs: update link for remote debugging https://review.openstack.org/591316 | |
| 06:03:20 | openstackgerrit | garyk proposed openstack/nova master: Docs: update link for remote debugging https://review.openstack.org/591316 | |
| 07:02:34 | jiapei | Good afternoon novaers, I don't know if any of you have encounter such a problem when install stein by devstack. The problem is "ComputeHostNotFound_Remote". My procedures are: 1. Jenkins pull devstack-stein code, 2. Jenkins use ./stack.sh to install 3. install successfully 4. next Jenkins job coming, Jenkins use ./unstack.sh and ./clean.sh to unistall, then Jenkins use ./stack.sh to install 5. failed; The logs is | |
| 07:02:34 | jiapei | http://paste.openstack.org/show/729382/ | |
| 07:09:28 | openstackgerrit | sahid proposed openstack/nova stable/rocky: libvirt: skip setting rx/tx queue sizes for not virto interfaces https://review.openstack.org/599506 | |
| 07:46:29 | kashyap | stephenfin: Morning, thanks for the outputs; looking now | |
| 07:47:14 | gibi | good morning nova | |
| 08:08:07 | openstackgerrit | fupingxie proposed openstack/nova master: Delete allocations for instances that have been moved to another node https://review.openstack.org/582899 | |
| 08:14:42 | openstackgerrit | fupingxie proposed openstack/nova master: Delete allocations for instances that have been moved to another node https://review.openstack.org/582899 | |
| 08:18:06 | openstackgerrit | fupingxie proposed openstack/nova master: Delete allocations for instances that have been moved to another node https://review.openstack.org/582899 | |
| 08:37:46 | openstackgerrit | garyk proposed openstack/nova master: Docs: update link for remote debugging https://review.openstack.org/591316 | |
| 09:37:08 | openstackgerrit | Naichuan Sun proposed openstack/nova master: xenapi(N-R-P)(WIP): support compute node resource provider update https://review.openstack.org/521041 | |
| 10:13:54 | openstackgerrit | Chen proposed openstack/nova master: doc: update info for hypervisors https://review.openstack.org/599554 | |
| 10:14:29 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: WIP: Use placement from separate repo in functional test https://review.openstack.org/599556 | |
| 10:16:37 | openstackgerrit | fupingxie proposed openstack/nova master: Delete allocations for instances that have been moved to another node https://review.openstack.org/582899 | |
| 10:56:04 | stephenfin | prometheanfire: Oh, yeah, I'm around now (and for the next 6 hours or so - I'm GMT) | |
| 11:29:42 | kashyap | stephenfin: Most excellent: | |
| 11:30:13 | kashyap | <controller type='pci' index='1' model='pcie-root-port'> | |
| 11:30:13 | kashyap | <model name='pcie-root-port'/> | |
| 11:30:13 | kashyap | ... | |
| 11:30:14 | kashyap | </controller> | |
| 11:30:21 | kashyap | stephenfin: That's the bit I was looking for. | |
| 11:31:39 | kashyap | I was wondering if we (wrongly) set an explict controller model like: <model name='ioh3420'/> | |
| 11:41:11 | sean-k-mooney | kashyap: ya perhaps. | |
| 12:10:06 | efried | Good morning nova | |
| 12:19:15 | kashyap | sean-k-mooney: Nova is not; so we're good there. | |