*** thorst has joined #openstack-powervm | 00:33 | |
*** thorst has quit IRC | 00:35 | |
*** thorst has joined #openstack-powervm | 00:36 | |
*** esberglu has joined #openstack-powervm | 00:41 | |
*** thorst has quit IRC | 00:44 | |
*** svenkat has joined #openstack-powervm | 01:09 | |
*** esberglu has quit IRC | 01:21 | |
*** thorst has joined #openstack-powervm | 01:27 | |
*** thorst has quit IRC | 01:27 | |
*** esberglu has joined #openstack-powervm | 02:10 | |
*** svenkat has quit IRC | 02:13 | |
*** esberglu has quit IRC | 03:01 | |
*** k0da has joined #openstack-powervm | 05:42 | |
*** k0da has quit IRC | 06:17 | |
*** k0da has joined #openstack-powervm | 07:46 | |
*** thorst has joined #openstack-powervm | 10:46 | |
*** thorst has quit IRC | 10:47 | |
*** thorst has joined #openstack-powervm | 10:47 | |
*** thorst_ has joined #openstack-powervm | 10:50 | |
*** thorst has quit IRC | 10:52 | |
*** kotra03 has joined #openstack-powervm | 11:16 | |
*** svenkat has joined #openstack-powervm | 11:29 | |
*** Ashana has joined #openstack-powervm | 12:00 | |
*** seroyer has joined #openstack-powervm | 12:54 | |
thorst_ | svenkat efried: say we want to contain VF direct attach to VM in Newton | 12:56 |
---|---|---|
thorst_ | I kinda want that for the SDN use case. Would be awesome to deploy a network node to a VM with a direct attach VF | 12:56 |
thorst_ | super performance | 12:56 |
thorst_ | how would we tell the system that the VIF type is direct VF and that it has to be promisc? | 12:56 |
thorst_ | (it obviously is not Live Migratable) | 12:57 |
svenkat | sure. it wiill be vif driver work. but we should be able to differentiate between direct vs vnic via vif_type | 12:57 |
thorst_ | what sets vif_type? | 12:58 |
thorst_ | I thought that was the ML2 binding... | 12:58 |
svenkat | let me look at sea scenario | 12:58 |
thorst_ | I think the difference here svenkat is that the same agent is providing two different VIF types. I'm not really sure that the neutron agent does anything different...I thought it was mostly the nova vif driver needed to do something different. | 12:59 |
svenkat | yes. plug should branch off between direct vs vnic and my understanding is that it can be done via vif type. (another branching wiill happen between vnic type direct vs normal (sea)) | 13:00 |
svenkat | it think the question is how vif_type is set | 13:01 |
*** tblakeslee has joined #openstack-powervm | 13:01 | |
svenkat | in the case of sea it is pvm_sea, thorst_ are you saying it is done during port binding? | 13:01 |
thorst_ | svenkat: I'm confused. How do you tell that a 'direct' neutron port is either direct VF or vnic? | 13:01 |
svenkat | the answer is vif_type. it is the key to differentiate. if this cannot be set, we need to find a new way | 13:03 |
thorst_ | that is what tells you it is 'SR-IOV'. We need a sub-specification | 13:03 |
thorst_ | what flavor of SR-IOV | 13:03 |
thorst_ | I think efried mentioned earlier perhaps the extra_specs... | 13:03 |
svenkat | ok… flavor extra specs | 13:04 |
*** erlarese has joined #openstack-powervm | 13:04 | |
*** mdrabe_ has joined #openstack-powervm | 13:05 | |
*** madhaviy has joined #openstack-powervm | 13:11 | |
*** dwayne__ has joined #openstack-powervm | 13:23 | |
svenkat | shall we explore using binding:vif_details attribute of neutron port as well for vif type ? (before getting into flavor extra specs) | 13:36 |
*** esberglu has joined #openstack-powervm | 13:39 | |
thorst_ | svenkat: have a link to where that is defined? | 13:41 |
svenkat | i am looking for more details on it… | 13:41 |
thorst_ | esberglu: so I kicked off four CI runs on Friday and they took like 2 hours or so | 13:52 |
thorst_ | which surprised me... | 13:53 |
thorst_ | I was hoping since it was only two hosts it wouldn't take so long | 13:53 |
openstackgerrit | Merged openstack/nova-powervm: Save valid udid on pre_live_migration of vscsi volumes using multi VIOS https://review.openstack.org/336783 | 14:01 |
*** tjakobs has joined #openstack-powervm | 14:12 | |
*** kriskend_ has joined #openstack-powervm | 14:13 | |
esberglu | thorst: Better than the 4 hour runs I guess? I’m just starting to look into the logs | 14:14 |
thorst_ | true...true | 14:14 |
*** seroyer has quit IRC | 14:17 | |
*** mdrabe_ has quit IRC | 14:28 | |
*** seroyer has joined #openstack-powervm | 14:32 | |
*** mdrabe has joined #openstack-powervm | 14:36 | |
*** kotra03 has quit IRC | 14:49 | |
*** mdrabe_ has joined #openstack-powervm | 14:50 | |
*** tblakeslee_ has joined #openstack-powervm | 14:51 | |
*** tblakeslee has quit IRC | 14:53 | |
*** mdrabe has quit IRC | 14:53 | |
*** mdrabe_ is now known as mdrabe | 14:53 | |
*** tblakeslee_ is now known as tblakeslee | 14:53 | |
*** k0da has quit IRC | 15:22 | |
*** burgerk has joined #openstack-powervm | 15:51 | |
openstackgerrit | Eric Berglund proposed openstack/nova-powervm: DNM: ci check https://review.openstack.org/328315 | 16:03 |
openstackgerrit | Carl Pecinovsky proposed openstack/nova-powervm: WIP: Handle stale system metadata https://review.openstack.org/321816 | 16:27 |
*** madhaviy has quit IRC | 16:40 | |
thorst_ | efried: +2 on 3556 | 17:19 |
efried | thank you sir. | 17:19 |
efried | thorst_, Check out 3566 | 17:19 |
thorst_ | efried: seems reasonable | 17:22 |
thorst_ | I don't like how MTU is handled there...but...meh | 17:22 |
efried | Oh? | 17:22 |
efried | What about it? | 17:22 |
thorst_ | tests and what not are needed. | 17:22 |
thorst_ | I just don't think I like MTU on SR-IOV? I think it has to be 1500 or 9000? | 17:22 |
efried | Yes, those are the possible values. | 17:22 |
efried | There's an enum. | 17:22 |
thorst_ | but not 7000 | 17:23 |
thorst_ | which is also a valid MTU | 17:23 |
efried | thorst_: The enum only has 1500 and 9000. The API isn't validating against the enum - we'll let the REST server do that. Similar to almost all of our other setters. | 17:24 |
*** kotra03 has joined #openstack-powervm | 17:34 | |
thorst_ | efried: o right...not an issue with your code | 17:36 |
thorst_ | I just don't like it | 17:36 |
*** dwayne__ has quit IRC | 19:23 | |
*** dwayne__ has joined #openstack-powervm | 19:35 | |
mdrabe | thorst or anyone willing to ponder, would it be possible to shelve an instance running on a libvirt node and unshelve it (or just cold migrate, or even evacuate) to a powervm node? | 20:04 |
*** kotra03 has quit IRC | 20:06 | |
mdrabe | thorst_ | 20:07 |
mdrabe | ^^ | 20:07 |
*** Ashana has quit IRC | 20:16 | |
thorst_ | mdrabe: not possible | 20:16 |
thorst_ | we'd be missing the powervm boot partition | 20:16 |
seroyer | mdrabe: Generally no. Images built for Opal/KVM generally do not have the PReP partition on the disk, which means that PowerVM cannot boot it. | 20:16 |
mdrabe | thorst: So the instance just won't boot | 20:16 |
mdrabe | but it could still move without a hitch? | 20:16 |
thorst_ | mdrabe: semantics...that's a pretty big 'hitch' that it won't boot | 20:17 |
*** thorst_ has quit IRC | 20:56 | |
*** thorst_ has joined #openstack-powervm | 20:57 | |
*** kriskend_ has quit IRC | 20:59 | |
*** kriskend has joined #openstack-powervm | 21:01 | |
*** thorst_ has quit IRC | 21:02 | |
*** thorst_ has joined #openstack-powervm | 21:03 | |
*** k0da has joined #openstack-powervm | 21:03 | |
*** svenkat has quit IRC | 21:05 | |
*** thorst_ has quit IRC | 21:07 | |
*** dwayne__ has quit IRC | 21:39 | |
*** thorst_ has joined #openstack-powervm | 21:52 | |
*** esberglu has quit IRC | 21:55 | |
*** thorst_ has quit IRC | 21:57 | |
*** kriskend has quit IRC | 21:57 | |
*** kriskend has joined #openstack-powervm | 21:58 | |
*** tblakeslee has quit IRC | 22:03 | |
*** mdrabe has quit IRC | 22:08 | |
*** seroyer has quit IRC | 22:08 | |
*** kriskend has quit IRC | 22:15 | |
*** burgerk has quit IRC | 22:16 | |
*** tjakobs has quit IRC | 22:19 | |
*** thorst has joined #openstack-powervm | 22:31 | |
*** k0da has quit IRC | 22:33 | |
*** thorst has quit IRC | 22:34 | |
*** thorst has joined #openstack-powervm | 22:35 | |
*** adi___ has joined #openstack-powervm | 22:37 | |
*** thorst has quit IRC | 22:39 | |
*** svenkat has joined #openstack-powervm | 22:44 | |
*** kriskend has joined #openstack-powervm | 22:49 | |
*** kriskend has quit IRC | 23:38 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!