*** achanda has quit IRC | 00:01 | |
*** dims_ has joined #openstack-nova | 00:06 | |
*** dims has quit IRC | 00:07 | |
*** baoli_ has quit IRC | 00:08 | |
*** 64MADOR5X has quit IRC | 00:09 | |
*** haomaiwang has joined #openstack-nova | 00:10 | |
*** thorst has joined #openstack-nova | 00:11 | |
*** dims has joined #openstack-nova | 00:12 | |
*** IanGovett has quit IRC | 00:13 | |
*** asd112z has joined #openstack-nova | 00:14 | |
*** tsekiyam_ has joined #openstack-nova | 00:15 | |
*** dims_ has quit IRC | 00:15 | |
cburgess | dansmith *ping* | 00:16 |
---|---|---|
dansmith | cburgess: ouch | 00:16 |
jwcroppe | just ran into a nasty'ish metrics issue... https://bugs.launchpad.net/nova/+bug/1488696 | 00:16 |
openstack | Launchpad bug 1488696 in OpenStack Compute (nova) "Nova compute *.percent metrics are always 0" [Undecided,New] | 00:16 |
*** wuhao has quit IRC | 00:17 | |
dansmith | jwcroppe: I blame jaypipes | 00:17 |
*** y_sawai has joined #openstack-nova | 00:17 | |
jwcroppe | dansmith: lol | 00:17 |
cburgess | dansmith: So really random question, I was mucking about in netstat today and I noticed that nova-conductor (well actually *every* openstack daemon) have a random UDP port from the ephemeral range bound. | 00:17 |
cburgess | dansmith: Any idea what that is? | 00:17 |
dansmith | cburgess: hmm, not the backdoor if it's udp, right? | 00:18 |
cburgess | Right | 00:18 |
cburgess | and that requires a flag which isn't set. | 00:18 |
dansmith | huh, I dunno | 00:18 |
cburgess | Also.. its always FD3. | 00:18 |
*** mtanino has quit IRC | 00:18 | |
*** y_sawai has quit IRC | 00:18 | |
dansmith | ah | 00:18 |
cburgess | For every service, and it changes on restart so its definantly coming from the ephemeral range. | 00:18 |
cburgess | ah? | 00:18 |
dansmith | syslog? | 00:18 |
cburgess | Oh... | 00:18 |
cburgess | That could be it. | 00:18 |
cburgess | Easy enough to test... let me disable syslog. | 00:19 |
jwcroppe | dansmith: he's not around right now - I found the source of the problem, but I'm not sure what the intended behavior was. Do you have a sec to read the bug and comment on whether the Integer thing was intended, or if we really wanted Float? | 00:19 |
dansmith | can you tcpdump on it and see what it's doing? | 00:19 |
*** tsekiyama has quit IRC | 00:19 | |
jwcroppe | dansmith: otherwise I can track down jaypipes tomorrow. The fix might not be too bad, but I'm just not sure what the intent was. | 00:19 |
dansmith | jwcroppe: I think it was intended, but he probably expected it was actually percent (i.e. 0-100) and not a fraction | 00:19 |
*** tsekiyam_ has quit IRC | 00:20 | |
cburgess | dansmith I'll try... | 00:20 |
cburgess | Problem is what interface is that even on.... | 00:20 |
cburgess | local host I guess... | 00:20 |
dansmith | probably, but is it bound to any address? | 00:20 |
cburgess | The service binds all. | 00:21 |
cburgess | and yes good call. | 00:21 |
cburgess | in lo it is talking to syslog. | 00:21 |
dansmith | \o/ | 00:21 |
cburgess | That explains why I've never seen it when trying to sniff traffic between nodes. | 00:21 |
jwcroppe | dansmith: would you advocate that we multiply by 100 going into the object and divide by 100 on json conversion back into compute_nodes.metrics for compatibility? | 00:21 |
cburgess | it never leaves the node. | 00:21 |
cburgess | I was loosing my mind for a minute | 00:21 |
cburgess | Thanks. | 00:21 |
dansmith | cburgess: :) | 00:21 |
dansmith | jwcroppe: well, two things | 00:21 |
cburgess | dansmith: Add another beer to my tab.... | 00:22 |
dansmith | jwcroppe: 1. it's integer on the wire now, so we should roll with that. 2. I think the _intent_ was to be simple and use integers | 00:22 |
dansmith | cburgess: hmm, there appears to be no more room on your tab... :P | 00:22 |
cburgess | dansmith: Guess I need to pay that take in Toyko. | 00:22 |
cburgess | er tab | 00:22 |
dansmith | jwcroppe: so yes, I think *=100 on the way over the wire at least.. if the other end was storing as a fraction, then either convert that or /=100.0 yeah | 00:23 |
*** diogogmt has joined #openstack-nova | 00:23 | |
dansmith | cburgess: I'm just kidding, you have permanent no-tab status on account of your awesomeness | 00:23 |
cburgess | dansmith: Wow... thanks. I really do owe you a beer or 3 though... | 00:23 |
*** takedakn has left #openstack-nova | 00:23 | |
dansmith | it's a rare thing, like having an account from the early days of DynDNS before they decided that dynamic dns was worth $30/yr or whatever :) | 00:24 |
*** wuhao has joined #openstack-nova | 00:24 | |
cburgess | LOL | 00:24 |
cburgess | I remember when that was cool. | 00:24 |
dansmith | heh | 00:24 |
jwcroppe | dansmith: the compute_nodes.metrics is a JSON string and the values were historically [0, 1], so we could just /100 before we cram them back in there | 00:25 |
jwcroppe | btw, when you say it's "integer on the wire now" ... this was a Liberty induced change, so that might give us more freedom to change? Not that losing the fractional capability is worth doing, but just thought I'd throw that out there :) | 00:26 |
dansmith | (just a sec, phone) | 00:26 |
jwcroppe | dansmith: hang up, they will call back if it's important ;) | 00:26 |
dansmith | it's my wife, so, that no worky | 00:27 |
jwcroppe | lol | 00:27 |
dansmith | so, the change was very recent yes | 00:27 |
dansmith | however, | 00:27 |
dansmith | you don't get to play fast and loose with the rpc interface like that | 00:27 |
dansmith | since every commit is "deployed" | 00:27 |
dansmith | so anyway, I vote for rolling forward and scaling by 100.. I don't think we're really losing anything | 00:28 |
dansmith | but, we should talk to jaypipes tomorrow in case we're missing something | 00:28 |
jwcroppe | dansmith: yeah, figured... so I guess we have two choices... the *100 thing seems required. The decision comes down to (a) do we use the *100 value back in the JSON string, or /100 for compat | 00:29 |
dansmith | jwcroppe: wait, wait | 00:29 |
dansmith | jwcroppe: https://github.com/openstack/nova/blob/master/nova/objects/monitor_metric.py#L44-L45 | 00:29 |
dansmith | I think we're still sending over the wire in dict format, | 00:29 |
dansmith | which means the bug is probably in there | 00:29 |
*** VikasC has joined #openstack-nova | 00:30 | |
dansmith | so maybe his to_dict() is wrong and it should be /=100 the value? | 00:30 |
*** salv-orlando has quit IRC | 00:30 | |
jwcroppe | looking at something | 00:30 |
jwcroppe | dansmith: https://github.com/openstack/nova/blob/master/nova/compute/resource_tracker.py#L365 ... 'metrics' is hosed even at this point | 00:32 |
*** openstack has joined #openstack-nova | 00:34 | |
jwcroppe | https://github.com/openstack/nova/blob/master/nova/compute/monitors/cpu/virt_driver.py#L80-L98 | 00:34 |
*** VikasC_ has joined #openstack-nova | 00:34 | |
jwcroppe | dansmith: can't just *100 across the board, since some values *are* ints already | 00:35 |
jwcroppe | it's just these pesky % values | 00:35 |
dansmith | yep | 00:35 |
jwcroppe | perc * 100 on all those lines | 00:36 |
dansmith | he also unified a lot of code which may make this harder I guess | 00:36 |
dansmith | I don't even really know where those values come from | 00:36 |
dansmith | but they kinda need to be *=100 at the source | 00:37 |
*** exploreshaifali has quit IRC | 00:37 | |
*** VikasC has quit IRC | 00:37 | |
dansmith | ah here | 00:38 |
dansmith | https://github.com/openstack/nova/commit/c41db608fe3cd75c5925bb7693261ac8379737f0#diff-9db70f87753cc0ce07b32f7bdfbc86e4R81 | 00:38 |
jwcroppe | they are all derived from libvirt calls that give you kernel, user, etc. time. Then looking at the delta/total | 00:38 |
dansmith | which is probably what you were saying above | 00:38 |
jwcroppe | so it's just a derived float-style percent. easy to overlook | 00:38 |
dansmith | yeah, so you can fix this. yes? | 00:39 |
*** diogogmt has quit IRC | 00:39 | |
*** meghal has quit IRC | 00:39 | |
jwcroppe | https://github.com/openstack/nova/blob/master/nova/compute/resource_tracker.py#L366 ... then when we send the notifications though and store in the DB, I guess we have to do the /100 stuff, but only do it conditionally.... yuck | 00:39 |
jwcroppe | we can't /100 across the board, and it'd be super gross to check the metric name to /100. | 00:40 |
dansmith | right, so do it where we gather the data, like I linked above | 00:40 |
*** diogogmt has joined #openstack-nova | 00:40 | |
dansmith | here: https://github.com/openstack/nova/blob/master/nova/compute/monitors/cpu/virt_driver.py#L81 | 00:41 |
jwcroppe | dansmith: right, that is the source of the data and we can just say perc*100 for the places we knew the value was [0, 1]. However, the issue is knowing where to /100 for on-the-way-out of the obj | 00:42 |
jwcroppe | dansmith: yep, we do the *100 there | 00:42 |
dansmith | oh I see what you mean | 00:42 |
dansmith | well, here's the thing | 00:42 |
dansmith | it's dinner time | 00:42 |
jwcroppe | No kidding. | 00:42 |
dansmith | so, I'll (maybe) care about this tomorrow :) | 00:42 |
*** changbl has quit IRC | 00:42 | |
jwcroppe | I'll look at this tonight some more | 00:42 |
dansmith | cool | 00:42 |
*** Zhang has joined #openstack-nova | 00:42 | |
jwcroppe | ttyl. enjoy dinner. | 00:42 |
dansmith | we can shame jaypipes tomorrow | 00:42 |
jwcroppe | oh I will | 00:42 |
jwcroppe | lol | 00:42 |
dansmith | thanks | 00:42 |
* dansmith & | 00:42 | |
*** Sukhdev has quit IRC | 00:45 | |
*** claudiub has quit IRC | 00:46 | |
*** jwcroppe has quit IRC | 00:47 | |
*** baoli has quit IRC | 00:47 | |
*** jwcroppe has joined #openstack-nova | 00:47 | |
*** shoutm has quit IRC | 00:47 | |
*** baoli has joined #openstack-nova | 00:48 | |
*** shoutm has joined #openstack-nova | 00:49 | |
*** jwcroppe has quit IRC | 00:52 | |
*** liusheng has quit IRC | 00:52 | |
*** sachin has quit IRC | 00:58 | |
*** armax has quit IRC | 00:59 | |
*** shoutm has quit IRC | 01:00 | |
*** shoutm has joined #openstack-nova | 01:00 | |
*** humble__ has quit IRC | 01:02 | |
*** RuiChen_ has quit IRC | 01:02 | |
*** zhihai_song has joined #openstack-nova | 01:02 | |
*** yanxb has quit IRC | 01:04 | |
*** yanxb__ has joined #openstack-nova | 01:04 | |
*** yanxb_ has quit IRC | 01:04 | |
*** yanxb_ has joined #openstack-nova | 01:04 | |
*** oomichi has joined #openstack-nova | 01:05 | |
*** shoutm has quit IRC | 01:07 | |
*** VikasC_ has quit IRC | 01:08 | |
*** shoutm has joined #openstack-nova | 01:09 | |
*** haomaiwang has quit IRC | 01:09 | |
*** haomaiwang has joined #openstack-nova | 01:10 | |
*** shaohe_feng has joined #openstack-nova | 01:10 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/nova: [WIP] Enable options for oslo.reports https://review.openstack.org/216917 | 01:12 |
*** summer has joined #openstack-nova | 01:12 | |
*** nic1 has quit IRC | 01:12 | |
*** Kevin_Zheng_ has joined #openstack-nova | 01:13 | |
*** summer has quit IRC | 01:17 | |
*** zhenguo has joined #openstack-nova | 01:17 | |
*** jwcroppe has joined #openstack-nova | 01:19 | |
*** shyu has joined #openstack-nova | 01:21 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: Add UniqueConstraint for quota usages table https://review.openstack.org/212908 | 01:22 |
*** humble__ has joined #openstack-nova | 01:23 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: Add project-id when list server-groups https://review.openstack.org/209018 | 01:24 |
*** browne has quit IRC | 01:24 | |
*** vilobhmm1 has quit IRC | 01:25 | |
*** vilobhmm1 has joined #openstack-nova | 01:25 | |
*** bnemec has quit IRC | 01:26 | |
*** sachin has joined #openstack-nova | 01:27 | |
*** shoutm has quit IRC | 01:27 | |
*** sachin has quit IRC | 01:31 | |
*** vilobhmm1 has quit IRC | 01:32 | |
*** Apoorva has quit IRC | 01:33 | |
*** edmondsw has joined #openstack-nova | 01:39 | |
*** shoutm has joined #openstack-nova | 01:40 | |
*** jwcroppe_ has joined #openstack-nova | 01:40 | |
*** ssurana has quit IRC | 01:42 | |
*** shaohe_feng has quit IRC | 01:42 | |
*** jwcroppe has quit IRC | 01:42 | |
*** lyanchih has joined #openstack-nova | 01:44 | |
*** shyu has quit IRC | 01:49 | |
*** shyu has joined #openstack-nova | 01:56 | |
openstackgerrit | Ghanshyam Mann proposed openstack/nova: Cleanup for merging v2 and v2.1 functional tests. https://review.openstack.org/214985 | 01:59 |
openstackgerrit | Joe Cropper proposed openstack/nova: WIP: Convert percent metrics back to [0, 1] range https://review.openstack.org/216923 | 02:01 |
jwcroppe_ | dansmith: ^^^ | 02:02 |
*** unicell has quit IRC | 02:08 | |
*** haomaiwang has quit IRC | 02:09 | |
*** Marga_ has quit IRC | 02:09 | |
*** haomaiwang has joined #openstack-nova | 02:10 | |
*** yamahata has quit IRC | 02:14 | |
*** meghal has joined #openstack-nova | 02:19 | |
*** rushil has joined #openstack-nova | 02:19 | |
*** boris-42 has quit IRC | 02:20 | |
*** sachin has joined #openstack-nova | 02:21 | |
alex_xu | sdague: the reason is the v2.1 api accept the extra parameter, then host update request send to the comptue node, the virt driver didn't implement the set enable/maintanice. Then it return 501 | 02:21 |
*** meghal1 has joined #openstack-nova | 02:21 | |
*** rushil has quit IRC | 02:23 | |
*** achanda has joined #openstack-nova | 02:23 | |
*** meghal has quit IRC | 02:24 | |
openstackgerrit | zhangfeng proposed openstack/nova: Fix the error of duplicate words. https://review.openstack.org/216646 | 02:24 |
*** rushil has joined #openstack-nova | 02:24 | |
*** sachin has quit IRC | 02:25 | |
*** baoli has quit IRC | 02:26 | |
*** dave-mccowan has quit IRC | 02:27 | |
*** rotbeard has quit IRC | 02:28 | |
*** mdrabe has joined #openstack-nova | 02:28 | |
*** rotbeard has joined #openstack-nova | 02:29 | |
openstackgerrit | huan proposed openstack/nova: Do not rely on XenAPI to guess device names https://review.openstack.org/213112 | 02:31 |
*** annegent_ has quit IRC | 02:32 | |
*** baoli has joined #openstack-nova | 02:35 | |
openstackgerrit | lyanchih proposed openstack/nova: xenapi: soft reboot should attempt hard reboot on failure https://review.openstack.org/203513 | 02:35 |
*** achanda has quit IRC | 02:38 | |
*** VW_ has joined #openstack-nova | 02:41 | |
*** mtanino has joined #openstack-nova | 02:41 | |
*** kiwik-chenrui has joined #openstack-nova | 02:42 | |
openstackgerrit | Eli Qiao proposed openstack/nova: Pass block_device_info when delete an encrypted lvm https://review.openstack.org/216123 | 02:42 |
*** annegentle has joined #openstack-nova | 02:42 | |
oomichi | johnthetubaguy, sdague, alex_xu, gmann: yesterday nova api irc meeting was interesting for me. | 02:43 |
oomichi | johnthetubaguy, sdague, alex_xu, gmann: I got an idea after that. so please see http://lists.openstack.org/pipermail/openstack-dev/2015-August/072896.html | 02:44 |
oomichi | johnthetubaguy, sdague, alex_xu, gmann: and I'm glad to get feedback ;) | 02:44 |
*** dims has quit IRC | 02:46 | |
*** RuiChen has quit IRC | 02:46 | |
gmann | oomichi: Thanks thats really cool. I will also think more on this. | 02:46 |
oomichi | gmann: thanks :) | 02:47 |
alex_xu | oomichi: cool, I'm reading | 02:47 |
oomichi | gmann: http://lists.openstack.org/pipermail/openstack-dev/2015-August/072898.html also | 02:47 |
oomichi | alex_xu: thank you too :) | 02:47 |
gmann | oomichi: yea | 02:47 |
eliqiao | oomichi: the basic idea is to grab api sample from tempes log files? | 02:48 |
oomichi | eliqiao: yeah, right. | 02:49 |
gmann | oomichi: one thing just strike in my mind is how we want to have doc for extensions as tempest runs with all_extension | 02:49 |
gmann | oomichi: but there was some discussion on this in API meeting by johnthetubaguy . i will check that | 02:49 |
*** yanxb__ has quit IRC | 02:49 | |
oomichi | gmann: nice point. in long-term, we will remove extensions and we will not need to explain each extension | 02:50 |
gmann | oomichi: yea. | 02:50 |
oomichi | gmann: but yeah, for now we need some extension explanations | 02:50 |
oomichi | gmann: I think the existing sample files can be still useful for each extension | 02:51 |
gmann | oomichi: or may be we go with all extension thing for oure new doc structure and people need extension base doc they can refer the old one | 02:51 |
gmann | oomichi: yea | 02:51 |
oomichi | gmann: the idea is not only for nova but also for all projects | 02:52 |
*** hakimo has joined #openstack-nova | 02:52 | |
oomichi | gmann: and it is nice to keep the existing files if necessary like for extensions | 02:52 |
gmann | oomichi: yea | 02:52 |
gmann | oomichi: m sure we need some more Test coverage in Tempest for that doc support but that we can easily do :) | 02:53 |
oomichi | gmann: really nice point :-) | 02:53 |
oomichi | gmann: yeah, that is another merit of the way! | 02:54 |
gmann | oomichi: yea | 02:54 |
*** hakimo_ has quit IRC | 02:54 | |
oomichi | one problem of this idea is that we cannot test some APIs(like "stop a service" API) on the gate because the API operation will cause the gate problem | 02:55 |
oomichi | but I feel it is fine to write the API by hand | 02:55 |
*** VW_ has quit IRC | 02:56 | |
*** VW_ has joined #openstack-nova | 02:56 | |
gmann | oomichi: totally agree other are host API. I think that should be fine to do manually | 02:56 |
*** VW_ has quit IRC | 02:59 | |
*** VW_ has joined #openstack-nova | 02:59 | |
*** gyee has quit IRC | 03:00 | |
*** alex_xu has quit IRC | 03:00 | |
*** venkat_p has joined #openstack-nova | 03:02 | |
*** browne has joined #openstack-nova | 03:02 | |
*** venkat_p has quit IRC | 03:02 | |
*** tpeoples has joined #openstack-nova | 03:08 | |
*** haomaiwang has quit IRC | 03:09 | |
*** haomaiwang has joined #openstack-nova | 03:10 | |
*** mdrabe has quit IRC | 03:14 | |
openstackgerrit | Joe Cropper proposed openstack/nova: Convert percent metrics back into the [0, 1] range https://review.openstack.org/216923 | 03:16 |
*** Nikolay_St has quit IRC | 03:17 | |
*** alex_xu has joined #openstack-nova | 03:17 | |
*** Nikolay_St has joined #openstack-nova | 03:18 | |
*** VW_ has quit IRC | 03:22 | |
*** VW_ has joined #openstack-nova | 03:22 | |
*** vladikr has quit IRC | 03:26 | |
*** VW_ has quit IRC | 03:27 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: add support for muti_statuses_query from migration https://review.openstack.org/169631 | 03:28 |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: DB:support for migration objects multi-statuses https://review.openstack.org/169604 | 03:28 |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: resize-revert can break anti-affinity policy https://review.openstack.org/160110 | 03:28 |
*** achanda has joined #openstack-nova | 03:30 | |
openstackgerrit | huan proposed openstack/nova: Do not rely on XenAPI to guess device names https://review.openstack.org/213112 | 03:32 |
*** alex_xu has quit IRC | 03:32 | |
*** alex_xu has joined #openstack-nova | 03:33 | |
jwcroppe_ | eliqiao: thanks for your review of my patch... in discussion w/ dansmith, we thought integer was preferred here | 03:35 |
openstackgerrit | lyanchih proposed openstack/nova: nova secgroup-list-rules shows empty table with neutron https://review.openstack.org/203022 | 03:35 |
*** achanda has quit IRC | 03:35 | |
*** jwcroppe_ is now known as jwcroppe | 03:35 | |
eliqiao | jwcroppe_: okay, get you. | 03:35 |
*** Sree has joined #openstack-nova | 03:38 | |
jwcroppe | eliqiao: no problem - I thought the same as you originally, but now that the metric object is an integer, the only choice we have for more precision is to multiply by even more than 100 (e.g., 10,000) on the way into the obj | 03:38 |
jwcroppe | I guess we could do that if people want a bit more precision | 03:39 |
eliqiao | jwcroppe: that would be more confused to users.. | 03:39 |
jwcroppe | agree | 03:39 |
jwcroppe | then let's leave as is | 03:40 |
jwcroppe | I hope we can merge this quickly - it's a nasty one :) | 03:40 |
*** haomaiwang has quit IRC | 03:40 | |
*** Marga_ has joined #openstack-nova | 03:41 | |
*** hemna has joined #openstack-nova | 03:41 | |
*** hemna has quit IRC | 03:42 | |
eliqiao | jwcroppe: okay , I can remove my -1 now. don't want to block you :) | 03:42 |
jwcroppe | thanks! | 03:42 |
*** VW_ has joined #openstack-nova | 03:43 | |
*** VW_ has quit IRC | 03:44 | |
*** VW_ has joined #openstack-nova | 03:45 | |
*** deepthi has joined #openstack-nova | 03:45 | |
*** links has joined #openstack-nova | 03:45 | |
*** boris-42 has joined #openstack-nova | 03:46 | |
*** changbl has joined #openstack-nova | 03:46 | |
*** Marga_ has quit IRC | 03:49 | |
*** unicell has joined #openstack-nova | 03:52 | |
*** rushil has quit IRC | 03:53 | |
*** VW__ has joined #openstack-nova | 03:54 | |
*** VW__ has quit IRC | 03:54 | |
*** VW_ has quit IRC | 03:54 | |
openstackgerrit | Joe Cropper proposed openstack/nova: Convert percent metrics back into the [0, 1] range https://review.openstack.org/216923 | 03:54 |
*** VW_ has joined #openstack-nova | 03:55 | |
jwcroppe | updated the UTs to be more explicit so this can't happen again | 03:56 |
*** fawadkhaliq has joined #openstack-nova | 03:58 | |
openstackgerrit | Joe Cropper proposed openstack/nova: Convert percent metrics back into the [0, 1] range https://review.openstack.org/216923 | 03:59 |
*** Nikolay_St has quit IRC | 04:02 | |
*** zh_song has joined #openstack-nova | 04:03 | |
*** lyanchih has quit IRC | 04:03 | |
*** baoli has quit IRC | 04:04 | |
*** haomaiwang has joined #openstack-nova | 04:05 | |
*** zhihai_song has quit IRC | 04:06 | |
*** kiwik-chenrui has quit IRC | 04:06 | |
*** annegentle has quit IRC | 04:07 | |
*** armax has joined #openstack-nova | 04:07 | |
*** unicell has quit IRC | 04:07 | |
*** unicell has joined #openstack-nova | 04:07 | |
*** hparekh2 has joined #openstack-nova | 04:07 | |
*** hparekh has quit IRC | 04:08 | |
*** sachin has joined #openstack-nova | 04:09 | |
*** liusheng has joined #openstack-nova | 04:09 | |
*** haomaiwang has quit IRC | 04:09 | |
*** haomaiwang has joined #openstack-nova | 04:10 | |
*** hemna has joined #openstack-nova | 04:13 | |
*** RuiChen has joined #openstack-nova | 04:13 | |
*** sachin has quit IRC | 04:14 | |
*** rajesht has joined #openstack-nova | 04:17 | |
*** rajesht has quit IRC | 04:19 | |
*** VW_ has quit IRC | 04:22 | |
*** ajayaa has joined #openstack-nova | 04:23 | |
*** VikasC has joined #openstack-nova | 04:25 | |
*** humble__ has quit IRC | 04:28 | |
*** ildikov has quit IRC | 04:30 | |
*** shoutm_ has joined #openstack-nova | 04:32 | |
*** hparekh2 has quit IRC | 04:32 | |
*** hparekh has joined #openstack-nova | 04:33 | |
*** shoutm has quit IRC | 04:34 | |
*** deepakcs has joined #openstack-nova | 04:35 | |
*** meghal1 has quit IRC | 04:38 | |
*** Marga_ has joined #openstack-nova | 04:45 | |
*** n0ano has quit IRC | 04:48 | |
*** VW_ has joined #openstack-nova | 04:48 | |
*** yanxb__ has joined #openstack-nova | 04:49 | |
*** Marga_ has quit IRC | 04:49 | |
*** Sukhdev has joined #openstack-nova | 04:51 | |
deepakcs | johnthetubaguy: Hi, can u pls take a look at https://review.openstack.org/#/c/212518/ - very small bug fix | 04:57 |
*** achanda has joined #openstack-nova | 05:01 | |
*** tojuvone has joined #openstack-nova | 05:03 | |
*** shuquan has joined #openstack-nova | 05:04 | |
*** lpetrut has joined #openstack-nova | 05:06 | |
*** VW_ has quit IRC | 05:08 | |
*** doude has quit IRC | 05:09 | |
*** VW_ has joined #openstack-nova | 05:09 | |
*** haomaiwang has quit IRC | 05:09 | |
*** haomaiwang has joined #openstack-nova | 05:10 | |
*** shyu has quit IRC | 05:12 | |
*** shyu has joined #openstack-nova | 05:13 | |
*** hemna has quit IRC | 05:13 | |
*** davideagnello has quit IRC | 05:14 | |
*** VW_ has quit IRC | 05:14 | |
*** salv-orlando has joined #openstack-nova | 05:16 | |
*** VW_ has joined #openstack-nova | 05:16 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/nova: Updated from global requirements https://review.openstack.org/216968 | 05:18 |
*** salv-orlando has quit IRC | 05:21 | |
*** RaySun has joined #openstack-nova | 05:21 | |
*** VW_ has quit IRC | 05:26 | |
*** asd112z has quit IRC | 05:35 | |
*** dims has joined #openstack-nova | 05:36 | |
*** armax has quit IRC | 05:38 | |
*** dims has quit IRC | 05:42 | |
*** armax has joined #openstack-nova | 05:42 | |
*** lpetrut has quit IRC | 05:43 | |
*** tpeoples has quit IRC | 05:43 | |
*** summer has joined #openstack-nova | 05:44 | |
*** VikasC has quit IRC | 05:45 | |
*** Marga_ has joined #openstack-nova | 05:46 | |
*** shyu has quit IRC | 05:49 | |
*** Marga_ has quit IRC | 05:50 | |
*** VikasC has joined #openstack-nova | 05:53 | |
*** sachin has joined #openstack-nova | 05:57 | |
*** sachin has quit IRC | 06:01 | |
*** shyu has joined #openstack-nova | 06:02 | |
*** hparekh has quit IRC | 06:02 | |
*** vilobhmm1 has joined #openstack-nova | 06:03 | |
*** vivekd_ has joined #openstack-nova | 06:05 | |
openstackgerrit | Sergey Nikitin proposed openstack/nova: Switch to oslo.cache lib https://review.openstack.org/203049 | 06:06 |
*** lyanchih has joined #openstack-nova | 06:07 | |
*** vivekd has quit IRC | 06:08 | |
*** vivekd_ is now known as vivekd | 06:08 | |
*** wanghua has joined #openstack-nova | 06:08 | |
*** afazekas has joined #openstack-nova | 06:08 | |
*** haomaiwang has quit IRC | 06:09 | |
*** lpetrut has joined #openstack-nova | 06:09 | |
*** haomaiwa_ has joined #openstack-nova | 06:10 | |
*** jichen has joined #openstack-nova | 06:10 | |
*** kiran-r has joined #openstack-nova | 06:13 | |
*** agireud has joined #openstack-nova | 06:14 | |
*** vivekd_ has joined #openstack-nova | 06:15 | |
*** nkrinner has joined #openstack-nova | 06:15 | |
*** vivekd has quit IRC | 06:16 | |
*** vivekd_ is now known as vivekd | 06:17 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: resize-revert can break anti-affinity policy https://review.openstack.org/160110 | 06:19 |
*** Murali has joined #openstack-nova | 06:20 | |
*** RaySun has quit IRC | 06:20 | |
*** armax has quit IRC | 06:20 | |
*** rajesht has joined #openstack-nova | 06:21 | |
*** vivekd has quit IRC | 06:22 | |
*** lpetrut has quit IRC | 06:27 | |
*** alex_klimov has joined #openstack-nova | 06:28 | |
*** Marga_ has joined #openstack-nova | 06:29 | |
*** Marga_ has quit IRC | 06:29 | |
*** Marga_ has joined #openstack-nova | 06:30 | |
*** yanxb__ has quit IRC | 06:31 | |
*** yanxb_ has quit IRC | 06:31 | |
*** rdopiera has joined #openstack-nova | 06:33 | |
*** madhaviy has joined #openstack-nova | 06:35 | |
tonyb | mikal: would you be so kind as to look at: https://review.openstack.org/#/c/206709/ | 06:37 |
*** salv-orlando has joined #openstack-nova | 06:38 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/nova: Imported Translations from Transifex https://review.openstack.org/212367 | 06:39 |
*** neelabh has joined #openstack-nova | 06:39 | |
*** achanda has quit IRC | 06:40 | |
neelabh | I want to access list of servers through token, How I will do that... | 06:40 |
*** Zhang has quit IRC | 06:40 | |
neelabh | If anyone know please tell me | 06:40 |
neelabh | penick | 06:41 |
neelabh | penick: I want to access list of servers through token, How I will do that... | 06:41 |
*** jichen has quit IRC | 06:43 | |
*** abhishekk has joined #openstack-nova | 06:44 | |
abhishekk | ndipanov: hi you around? | 06:45 |
*** moshele has joined #openstack-nova | 06:45 | |
*** artom has quit IRC | 06:46 | |
*** ociuhandu has quit IRC | 06:47 | |
*** agireud has quit IRC | 06:49 | |
*** Sukhdev has quit IRC | 06:51 | |
*** sachin has joined #openstack-nova | 06:51 | |
*** shaohe_feng has joined #openstack-nova | 06:52 | |
*** vilobhmm1 has quit IRC | 06:54 | |
*** shuquan has quit IRC | 06:55 | |
*** sachin has quit IRC | 06:56 | |
*** shuquan has joined #openstack-nova | 06:57 | |
*** ociuhandu has joined #openstack-nova | 06:59 | |
*** pbrooko has joined #openstack-nova | 07:00 | |
*** ankit_ag has joined #openstack-nova | 07:01 | |
mikal | tonyb: it would be my pleasure | 07:03 |
*** sahid has joined #openstack-nova | 07:04 | |
*** humble_ has joined #openstack-nova | 07:04 | |
*** alexschm has joined #openstack-nova | 07:04 | |
*** wanghua has quit IRC | 07:07 | |
*** haomaiwa_ has quit IRC | 07:09 | |
*** Zhang has joined #openstack-nova | 07:09 | |
*** haomaiwang has joined #openstack-nova | 07:10 | |
*** fawadkhaliq has quit IRC | 07:15 | |
*** Zhang has quit IRC | 07:16 | |
*** wanghua has joined #openstack-nova | 07:18 | |
*** humble_ has quit IRC | 07:19 | |
openstackgerrit | Radomir Dopieralski proposed openstack/nova: Gracefully handle 404 responses from neutron when polling for floating IPs https://review.openstack.org/216746 | 07:20 |
*** davideagnello has joined #openstack-nova | 07:22 | |
*** humble_ has joined #openstack-nova | 07:22 | |
*** Zhang has joined #openstack-nova | 07:24 | |
*** dims has joined #openstack-nova | 07:24 | |
*** kumar has joined #openstack-nova | 07:25 | |
*** wanghua has quit IRC | 07:25 | |
*** davideagnello has quit IRC | 07:26 | |
*** VikasC has quit IRC | 07:27 | |
*** dims has quit IRC | 07:29 | |
*** shaohe_feng1 has joined #openstack-nova | 07:29 | |
*** Nikolay_St has joined #openstack-nova | 07:30 | |
*** rushiagr_away is now known as rushiagr | 07:31 | |
*** shaohe_feng has quit IRC | 07:32 | |
*** mpaolino has joined #openstack-nova | 07:32 | |
*** mpaolino has quit IRC | 07:32 | |
*** shuquan has quit IRC | 07:33 | |
*** apuimedo has quit IRC | 07:33 | |
*** fawadkhaliq has joined #openstack-nova | 07:34 | |
*** Sukhdev has joined #openstack-nova | 07:34 | |
*** scheuran has joined #openstack-nova | 07:35 | |
*** scheuran has quit IRC | 07:35 | |
*** Nikolay_St has quit IRC | 07:36 | |
*** Nikolay_St has joined #openstack-nova | 07:37 | |
*** fawadkhaliq has quit IRC | 07:38 | |
*** Sukhdev_ has joined #openstack-nova | 07:39 | |
*** Sukhdev has quit IRC | 07:39 | |
*** shyu has quit IRC | 07:41 | |
*** shyu has joined #openstack-nova | 07:42 | |
*** matrohon has joined #openstack-nova | 07:44 | |
*** shaohe_feng has joined #openstack-nova | 07:44 | |
*** lyanchih has quit IRC | 07:44 | |
*** shaohe_feng1 has quit IRC | 07:45 | |
*** browne1 has joined #openstack-nova | 07:48 | |
*** browne has quit IRC | 07:49 | |
*** andrearo1 is now known as andrearosa | 07:50 | |
tdurakov | johnthetubaguy, hi, are you around? | 07:51 |
*** fawadkhaliq has joined #openstack-nova | 07:54 | |
*** Sukhdev_ has quit IRC | 07:55 | |
*** IanGovett has joined #openstack-nova | 07:56 | |
openstackgerrit | Hans Lindgren proposed openstack/nova: Remove/deprecate conductor instance_update() https://review.openstack.org/189155 | 07:57 |
openstackgerrit | Hans Lindgren proposed openstack/nova: Make compute manager instance updates use objects https://review.openstack.org/189154 | 07:57 |
*** Marga_ has quit IRC | 07:59 | |
*** Marga_ has joined #openstack-nova | 08:04 | |
*** fawadkhaliq has quit IRC | 08:04 | |
ndipanov | abhishekk, I am now | 08:04 |
*** ndipanov has quit IRC | 08:05 | |
*** ndipanov has joined #openstack-nova | 08:06 | |
*** ndipanov has quit IRC | 08:06 | |
*** Marga_ has quit IRC | 08:06 | |
*** Marga_ has joined #openstack-nova | 08:07 | |
*** browne1 has quit IRC | 08:08 | |
*** derekh has joined #openstack-nova | 08:09 | |
*** VikasC has joined #openstack-nova | 08:09 | |
*** haomaiwang has quit IRC | 08:09 | |
*** lyanchih has joined #openstack-nova | 08:10 | |
*** haomaiwang has joined #openstack-nova | 08:10 | |
*** VikasC has quit IRC | 08:13 | |
*** shaohe_feng1 has joined #openstack-nova | 08:13 | |
*** shaohe_feng has quit IRC | 08:15 | |
*** jwcroppe has quit IRC | 08:16 | |
*** fawadkhaliq has joined #openstack-nova | 08:17 | |
*** lucasagomes has joined #openstack-nova | 08:20 | |
*** VikasC has joined #openstack-nova | 08:21 | |
*** rotbeard has quit IRC | 08:22 | |
*** GnomeKing is now known as BobBall | 08:22 | |
*** stefan_amann has joined #openstack-nova | 08:26 | |
*** romainh has joined #openstack-nova | 08:27 | |
*** danpb has joined #openstack-nova | 08:32 | |
*** zh_song has quit IRC | 08:33 | |
openstackgerrit | Adelina Tuvenie proposed openstack/nova: Moves OVS related code to a common location https://review.openstack.org/179727 | 08:33 |
openstackgerrit | Adelina Tuvenie proposed openstack/nova: Adds Hyper-V OVS ViF driver https://review.openstack.org/140045 | 08:33 |
*** VikasC has quit IRC | 08:36 | |
abhishekk | ndipanov: sorry was out for lunch | 08:37 |
*** sachin has joined #openstack-nova | 08:39 | |
*** jistr has joined #openstack-nova | 08:39 | |
*** shoutm_ has quit IRC | 08:40 | |
*** shaohe_feng1 has quit IRC | 08:42 | |
*** Zhang has quit IRC | 08:43 | |
*** sachin has quit IRC | 08:44 | |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Add functional test for server group https://review.openstack.org/147514 | 08:45 |
openstackgerrit | Huang Zhiteng proposed openstack/nova: libvirt: Force iSCSI disconnect after timeout https://review.openstack.org/167815 | 08:46 |
openstackgerrit | Huang Zhiteng proposed openstack/nova: libvirt: Force iSCSI disconnect after timeout https://review.openstack.org/167815 | 08:48 |
*** lyanchih has quit IRC | 08:49 | |
*** lyanchih has joined #openstack-nova | 08:52 | |
openstackgerrit | Sudipta Biswas proposed openstack/nova: cleanup NovaObjectDictCompat from agent https://review.openstack.org/216371 | 08:53 |
*** claudiub has joined #openstack-nova | 08:53 | |
johnthetubaguy | tdurakov: I am around | 08:54 |
*** shuquan has joined #openstack-nova | 08:54 | |
tdurakov | johnthetubaguy, started thread in ml for jobs to make live-migration reliable | 08:55 |
johnthetubaguy | deepakcs: for very small bug fixes, please add them onto the trivial patch list here: https://etherpad.openstack.org/p/liberty-nova-priorities-tracking | 08:55 |
johnthetubaguy | tdurakov: OK, cool, not gone through the list emails yet | 08:56 |
*** ildikov has joined #openstack-nova | 08:56 | |
*** jichen has joined #openstack-nova | 08:56 | |
johnthetubaguy | tdurakov: there is some work already going on around adding migration records, and such things: https://blueprints.launchpad.net/nova/+spec/migration-fix-resource-tracking | 08:56 |
tdurakov | johnthetubaguy, ok, reading it | 08:57 |
openstackgerrit | Adelina Tuvenie proposed openstack/nova: Adds Hyper-V OVS ViF driver https://review.openstack.org/140045 | 08:57 |
johnthetubaguy | tdurakov: ndipanov has the details | 08:58 |
tdurakov | johnthetubaguy, when you have time please provide your thoughts to ml | 08:59 |
johnthetubaguy | tdurakov: sure, are you likely to be at the next design summit in person? | 09:00 |
tdurakov | johnthetubaguy, in Tokyo? yep | 09:00 |
johnthetubaguy | tdurakov: cool, it smells like something we could make a priority, once we have a good plan to work on | 09:01 |
bauzas | tdurakov: well, your email is quite consensual I think :) | 09:01 |
bauzas | the main problem I guess is to find both human and hw resources :) | 09:02 |
johnthetubaguy | sahid: I would love to catch up about that real-time workload spec, and related things, if you have a moment | 09:02 |
deepakcs | johnthetubaguy: thanks, done | 09:02 |
bauzas | btw. does anyone know if the multinode job is broken ? | 09:04 |
tonyb | bauzas: not to th ebest of my knowledge | 09:06 |
tonyb | bauzas: do you have a log to hand? | 09:06 |
bauzas | tonyb: okay, looking at logstash | 09:06 |
bauzas | tonyb: I'm saying that because I saw many failures on the stuff I reviewed or uploadede | 09:06 |
johnthetubaguy | bauzas: I got the impression there are still a few nasty races lurking, but not sure where we are at right now | 09:06 |
bauzas | johnthetubaguy: yeah that | 09:07 |
johnthetubaguy | I miss jogo pushing that forward! | 09:07 |
bauzas | johnthetubaguy: broken is too strong, rather racing | 09:07 |
johnthetubaguy | same thing really, not reliably green | 09:07 |
bauzas | and logstash is confirming that : | 09:07 |
bauzas | http://logstash.openstack.org/#eyJzZWFyY2giOiJidWlsZF9uYW1lOlwiZ2F0ZS10ZW1wZXN0LWRzdm0tbXVsdGlub2RlLWZ1bGxcIiBBTkQgbWVzc2FnZTpcIldvcmtlciBCYWxhbmNlXCIgQU5EIGJ1aWxkX3N0YXR1czpcIkZBSUxVUkVcIiIsImZpZWxkcyI6W10sIm9mZnNldCI6MCwidGltZWZyYW1lIjoiNjA0ODAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQ0MDU3OTk0MzEwMX0= | 09:07 |
bauzas | tdurakov: ^ | 09:07 |
bauzas | tdurakov: I would say that step #0 would be to have the multinode job reliable :) | 09:08 |
johnthetubaguy | I keep thinking about us running all the jobs on a loop on master, so we get a baseline, but anyways | 09:08 |
tdurakov | bauzas, i've checked it seems ok, need more time to confirm that | 09:09 |
bauzas | tdurakov: see the pattern above, it gives you how many times the job is failing over time | 09:09 |
*** haomaiwang has quit IRC | 09:09 | |
tdurakov | bauzaz, ok thanks:) | 09:09 |
bauzas | (given from mriedem's mojo) | 09:10 |
tdurakov | damn, bauzas of course, sorry:( | 09:10 |
tonyb | bauzas: Hmm okay that's worse than I seen. Seems to have picked up lately | 09:10 |
bauzas | yeah, I'm not called Zylvain | 09:10 |
bauzas | :) | 09:10 |
*** haomaiwang has joined #openstack-nova | 09:10 | |
bauzas | tonyb: yup | 09:11 |
tdurakov | bauzas, link you've provided will help, working on it:) | 09:11 |
*** Zhang has joined #openstack-nova | 09:12 | |
*** claudiub has quit IRC | 09:12 | |
*** shoutm has joined #openstack-nova | 09:12 | |
johnthetubaguy | tonyb: bauzas: I guess we might have "fixed" something... | 09:12 |
bauzas | I'm really not expert of that job, basically just knowing what it does | 09:13 |
tonyb | johnthetubaguy: Yeah :/ | 09:13 |
bauzas | tdurakov: that's not mine, thank mriedem rather :) | 09:13 |
*** Zhang has quit IRC | 09:14 | |
*** h00327910__ has joined #openstack-nova | 09:14 | |
bauzas | johnthetubaguy: tonyb: by looking at the failures, mostly SSH timeouts when checking the instance state | 09:15 |
bauzas | guessing a n-net regression ? | 09:15 |
johnthetubaguy | oh dear, the old "network broken" error | 09:15 |
tonyb | johnthetubaguy: I was just about to say that. | 09:15 |
johnthetubaguy | I assumed it was neutron, I guess its not | 09:15 |
*** pbrooko has quit IRC | 09:16 | |
bauzas | johnthetubaguy: AFAIK, multinode is running n-net | 09:16 |
bauzas | not Neutron | 09:16 |
bauzas | but I can check that | 09:16 |
tonyb | bauzas: I think that johnthetubaguy's point | 09:16 |
tdurakov | n-net | 09:16 |
tdurakov | bauzas, johnthetubaguy ^ | 09:17 |
johnthetubaguy | its it using multi host? | 09:17 |
johnthetubaguy | s/its/is/ | 09:17 |
bauzas | johnthetubaguy: I guess so | 09:17 |
bauzas | https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/devstack-gate.yaml#L1913 | 09:17 |
johnthetubaguy | thats not the same thing, I should get hold of a nova.conf | 09:18 |
bauzas | johnthetubaguy: I don't honestly bet on Flat or FlatDHCP | 09:18 |
bauzas | johnthetubaguy: yeah, was loooking at the stuff | 09:18 |
*** pbrooko has joined #openstack-nova | 09:18 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: resize-revert can break anti-affinity policy https://review.openstack.org/160110 | 09:18 |
bauzas | johnthetubaguy: http://logs.openstack.org/54/189154/9/check/gate-tempest-dsvm-multinode-full/e49020a/logs/etc/nova/nova.conf.txt.gz | 09:18 |
bauzas | johnthetubaguy: that nova.conf ^ | 09:18 |
johnthetubaguy | http://logs.openstack.org/12/156112/14/check/gate-tempest-dsvm-multinode-full/a78edc9/logs/localrc.txt.gz multi-host=true | 09:18 |
johnthetubaguy | yeah, that matches | 09:19 |
bauzas | so FlatDHCP | 09:19 |
bauzas | johnthetubaguy: ^ | 09:19 |
*** Zhang has joined #openstack-nova | 09:19 | |
johnthetubaguy | oh well, I was thinking with one network node it would start to get "more concurrency" and hit old problems, but I guess not | 09:19 |
johnthetubaguy | bauzas: its the "multi_host = True" that I was looking for, that should make the iptables races the same as the single node version, in theory | 09:20 |
bauzas | johnthetubaguy: gotcha | 09:20 |
bauzas | johnthetubaguy: I honestly haven't played with n-net since Essex :D | 09:21 |
johnthetubaguy | I don't have neutron in my dev environment yet, one day | 09:21 |
* johnthetubaguy hides | 09:22 | |
*** Zhang has quit IRC | 09:22 | |
bauzas | johnthetubaguy: I do have a neutron multinode setup on my devstack ;) | 09:22 |
bauzas | johnthetubaguy: which actually is useless to me, but anyway... | 09:22 |
*** davideagnello has joined #openstack-nova | 09:23 | |
*** lykinsbd_ has joined #openstack-nova | 09:24 | |
*** nithyag__ has joined #openstack-nova | 09:24 | |
*** eglynn has joined #openstack-nova | 09:25 | |
*** ndipanov has joined #openstack-nova | 09:26 | |
*** RuiChen_ has joined #openstack-nova | 09:26 | |
*** davideagnello has quit IRC | 09:27 | |
*** jgriffit1 has joined #openstack-nova | 09:28 | |
*** RuiChen has quit IRC | 09:28 | |
*** moshele has quit IRC | 09:28 | |
*** jmccrory has quit IRC | 09:28 | |
*** Savemech has quit IRC | 09:28 | |
*** ildikov has quit IRC | 09:28 | |
*** rushiagr has quit IRC | 09:28 | |
*** lykinsbd has quit IRC | 09:28 | |
*** jgriffith has quit IRC | 09:28 | |
*** nithyag_ has quit IRC | 09:28 | |
*** RuiChen_ is now known as RuiChen | 09:28 | |
openstackgerrit | Eli Qiao proposed openstack/nova: Raise exception.Migration earlier in REST API layer https://review.openstack.org/214434 | 09:28 |
*** ildikov has joined #openstack-nova | 09:28 | |
*** jmccrory has joined #openstack-nova | 09:28 | |
*** lyanchih has quit IRC | 09:29 | |
bauzas | ndipanov: hola. any idea why we're not claiming against vcpus ? | 09:31 |
*** shuquan has quit IRC | 09:32 | |
openstackgerrit | Hans Lindgren proposed openstack/nova: Remove and deprecate conductor provider_fw_rule_get_all() https://review.openstack.org/216241 | 09:32 |
openstackgerrit | Hans Lindgren proposed openstack/nova: Remove unused provider firewall rules functionality in nova https://review.openstack.org/184027 | 09:32 |
openstackgerrit | Hans Lindgren proposed openstack/nova: Remove provider_fw_rules tables and associated db api methods https://review.openstack.org/216242 | 09:32 |
*** sachin has joined #openstack-nova | 09:34 | |
bauzas | ndipanov: we actually only decrement the disk and ram usage https://github.com/openstack/nova/blob/master/nova/compute/resource_tracker.py#L587 | 09:34 |
ndipanov | hmm | 09:35 |
*** dguitarbite has quit IRC | 09:37 | |
ndipanov | bauzas, I do | 09:37 |
*** goodygum has joined #openstack-nova | 09:38 | |
ndipanov | because extensible resource tracker used to do it | 09:38 |
ndipanov | and still does | 09:38 |
bauzas | ndipanov: ooooh I see now | 09:38 |
*** sachin has quit IRC | 09:38 | |
ndipanov | lol | 09:38 |
bauzas | ndipanov: yeah, you mean the only ERT plugin we have and that is not doing actually anything but the current stuff ? | 09:39 |
bauzas | that's just... | 09:39 |
bauzas | okay, looking for words | 09:39 |
bauzas | mmm, errorprone? | 09:39 |
* bauzas facepalms | 09:39 | |
*** dguitarbite has joined #openstack-nova | 09:40 | |
*** dguitarbite is now known as Guest90924 | 09:40 | |
johnthetubaguy | bauzas: the plan was to move everything over to the ERT, then drop the old stuff the follow release | 09:40 |
bauzas | johnthetubaguy: I thought jay was planning to get rid of ERT once he's done with resource-objects | 09:40 |
johnthetubaguy | bauzas: yep, thats the new plan, and why the ERT hasn't moved forward | 09:41 |
bauzas | johnthetubaguy: I know the status of ERT | 09:41 |
bauzas | johnthetubaguy: I just think that claiming something important elsewhere within a deprecated module is really something we need to care | 09:42 |
bauzas | johnthetubaguy: I was considering ERT as a no-op, it's obviously not the case here | 09:42 |
johnthetubaguy | bauzas: yup | 09:42 |
bauzas | okay, I'll loop back with jay about that since he's working on resource-objects | 09:43 |
sahid | johnthetubaguy: hello, you wanted to ask me somsething ? | 09:45 |
johnthetubaguy | sahid: hey, just following up about the realtime blueprint, and thinking about mitaka | 09:46 |
sahid | johnthetubaguy: yes actually i tried to put it in backlog but that was not merged so i probably have to resubmit it for mitaka, right? | 09:47 |
*** rushiagr has joined #openstack-nova | 09:47 | |
johnthetubaguy | sahid: yes, mitaka is technically open for specs, but there will unlikely be any core folks reviewing in there until we get past liberty-3, next week | 09:47 |
johnthetubaguy | sdague: focusing on code reviews for bugs and priority things right now | 09:48 |
johnthetubaguy | oops | 09:48 |
Guest90924 | hello, I have a few questions about noVNC stuff. | 09:48 |
johnthetubaguy | sahid: so I am more thinking about a plan to tidy up loose ends in that whole NFV area | 09:48 |
*** dims has joined #openstack-nova | 09:48 | |
johnthetubaguy | sahid: just wondering about getting more testing in the gate, etc | 09:49 |
*** Guest90924 has quit IRC | 09:49 | |
johnthetubaguy | sahid: I am also wondering where we are at with the scheduler, I know its having issues with some stuff | 09:49 |
sahid | johnthetubaguy: well i added functional tests with the code, that is not enough? | 09:49 |
*** dbite has joined #openstack-nova | 09:49 | |
openstackgerrit | Rajesh Tailor proposed openstack/nova: Set migration status to 'error' on live-migration failure https://review.openstack.org/215483 | 09:50 |
*** lyanchih has joined #openstack-nova | 09:50 | |
sahid | johnthetubaguy: wnat kind of issues with the scheduller ? i think ndipanov is working on something in that part | 09:50 |
johnthetubaguy | sahid: that sounds like a good step, just thinking more generally | 09:50 |
*** shoutm has quit IRC | 09:50 | |
dbite | hello, I have a few questions about NoVNC: Related to this b/p: https://blueprints.launchpad.net/nova/+spec/websocket-proxy-to-host-security | 09:50 |
johnthetubaguy | sahid: OK, maybe we have plans there, the races when dealing with NUMA were the things I am thinking about | 09:51 |
johnthetubaguy | dbite: it doesn't look like anyone is working on that spec right now, if that helps? | 09:51 |
dbite | johnthetubaguy: I would like to take it up. How do I start? | 09:51 |
johnthetubaguy | dbite: awesome, so we are basically in Feature freeze right now, to concentrate on bugs | 09:52 |
johnthetubaguy | dbite: but you can resubmit the spec for the mitaka release | 09:52 |
dbite | johnthetubaguy: I also want to add proper password auth along side tls support and it is under heavy demand. | 09:53 |
dbite | johnthetubaguy: yes that would be great. I will do that. Thanks :). Is there anything else that I should know of before I start with this? | 09:53 |
johnthetubaguy | dbite: once we open master for mitaka, then you are free to bring those old patches back to live | 09:53 |
johnthetubaguy | dbite: the password auth bit, would be a separate spec, I think | 09:54 |
johnthetubaguy | dbite: its possible we might want the password bit outside of Nova, but we can talk about that in the spec | 09:54 |
*** marzif_ has joined #openstack-nova | 09:55 | |
johnthetubaguy | dbite: depends on the use case really | 09:55 |
dbite | johnthetubaguy: Yes, IMO password auth with VNC (should be automatically done by websockify/no user involvement). Let me propose the spec and probably its a good idea to discuss it while its reviewing or IRC meeting. | 09:56 |
ndipanov | johnthetubaguy, theare are no races when dealing with numa that are not present when dealing with everything else | 09:56 |
dbite | johnthetubaguy: thanks. | 09:56 |
ndipanov | they are just affect numa more | 09:56 |
ndipanov | there is a patch that has 2 x +2s that fixes some of that stuff | 09:56 |
ndipanov | but was kind of waiting for you since you had some reservations | 09:57 |
johnthetubaguy | ndipanov: yeah, thats what I was assuming | 09:57 |
* ndipanov digs it up | 09:57 | |
johnthetubaguy | ndipanov: oh, I think I know the one you mean, with the updated_at changes | 09:57 |
ndipanov | yeah | 09:58 |
ndipanov | seems it may have either merged or got abandoned | 09:58 |
ndipanov | that one basically says - if there was a race that causes numa/pci calculations to fail... oops BUT make sure we refresh as soon as possible as we are out of date | 09:59 |
ndipanov | johnthetubaguy, yep it merged | 10:00 |
johnthetubaguy | cool | 10:00 |
johnthetubaguy | I know the ideas around the scheduler getting a resource tracker commit before returning should really help this case | 10:00 |
*** dave-mccowan has joined #openstack-nova | 10:01 | |
ndipanov | johnthetubaguy, well yeah but that makes it a bit more heavy weight | 10:01 |
openstackgerrit | Yixing proposed openstack/nova: Replace except Exception with specific exception https://review.openstack.org/217067 | 10:02 |
ndipanov | to have like a 2pc instead of an optimistic appraoch we have now | 10:02 |
ndipanov | my thoughts were always that we may want to allow both for people who don't care and for those who do | 10:02 |
johnthetubaguy | ndipanov: yeah, I suspect we might need both modes | 10:03 |
danpb | having 2 different approach seems somewhat burdensome for maint though | 10:03 |
johnthetubaguy | danpb: thats the big downside, agreed | 10:03 |
danpb | the optimistic approach may well end up bitrotting | 10:03 |
johnthetubaguy | so really, I think its more needed when we talk about the cross project scheduling | 10:04 |
johnthetubaguy | because you want to claim resources from all the services, and roll back and try again if it fails, before leaving the scheduler | 10:04 |
johnthetubaguy | but thats getting ahead of ourselves a bit | 10:05 |
*** ildikov has quit IRC | 10:05 | |
*** kiran-r has quit IRC | 10:06 | |
ndipanov | so that kind of approach seems to me to be a whole different design choice than what we have now | 10:06 |
ndipanov | we currently assume 1) spare capacity | 10:06 |
*** ociuhandu_ has joined #openstack-nova | 10:06 | |
ndipanov | 2) no hard limit on schedules | 10:07 |
johnthetubaguy | ndipanov: anyways, going back to my original thought, I am just wondering how we can tidy up all these efforts and get the documented and tested as a whole (in my head there are hypervisor performance tuning (not sucking on NUMA systems) and support for real time workloadloads (some kind of QoS on interruptions, I suppose)) | 10:07 |
johnthetubaguy | ndipanov: yeah, I have a feeling reality is turning out to violate lots of those assumptions, at least for some deployments | 10:07 |
*** ociuhandu has quit IRC | 10:08 | |
*** ociuhandu_ is now known as ociuhandu | 10:08 | |
ndipanov | johnthetubaguy, well if it doesn't work then we should come up with a different approach | 10:08 |
bauzas | mmm | 10:08 |
ndipanov | just sayin' that we want to understand what we throw out when changing appraoches | 10:08 |
bauzas | all of that just makes me feel uncomfortable | 10:09 |
ndipanov | so you are talking about the high-perf features like NUMA/pinning pci devices etx | 10:09 |
johnthetubaguy | ndipanov: totally agreed with understanding what we through away | 10:09 |
*** haomaiwang has quit IRC | 10:09 | |
ndipanov | and testing that in terms of scheduling? | 10:10 |
*** haomaiwang has joined #openstack-nova | 10:10 | |
ndipanov | johnthetubaguy, ^ is that what you are referring to? | 10:10 |
*** romainh has quit IRC | 10:12 | |
johnthetubaguy | ndipanov: really its more about having a clear picture of where we are at, and what is left, and being clear to our users about that | 10:14 |
johnthetubaguy | ndipanov: like I would love to be seeing more scheduler races in some test, so we can prove when the situation gets better, etc | 10:15 |
*** Zhang has joined #openstack-nova | 10:16 | |
*** Kennan2 has joined #openstack-nova | 10:16 | |
*** Kennan has quit IRC | 10:16 | |
*** kumar has quit IRC | 10:17 | |
ndipanov | johnthetubaguy, hmmm | 10:17 |
ndipanov | johnthetubaguy, we should really be able to trigger a bunch of that stuff in tempest regardless of NUMA | 10:17 |
ndipanov | the reason we are not I assume is because tempest is aggressive asbout cleaning up and purposefully allowing for enough spare capacity to not fail | 10:18 |
johnthetubaguy | ndipanov: yeah, I think large ops, using the fake virt driver might be getting close, but I haven't dug deep into that | 10:18 |
johnthetubaguy | ndipanov: I think its because we only really use a single node right now, and yeah, we give it loads of spare capacity anyways | 10:19 |
ndipanov | johnthetubaguy, well they could be happening on single node too | 10:19 |
ndipanov | that should not be a problem really | 10:19 |
ndipanov | hmmm | 10:19 |
ndipanov | actually it might be if it's an aio | 10:20 |
ndipanov | but single compute node should be enough to trigger a bunch of stuff | 10:20 |
johnthetubaguy | yeah, probably easier with fake virt though, if we just want to test the scheduler | 10:21 |
ndipanov | sure | 10:21 |
johnthetubaguy | well, can include resource tracker testing in there, in theory | 10:21 |
bauzas | what kind of tests are we talking about ? functional tests for verifying resource consumption ? | 10:22 |
ndipanov | bauzas, tbh I don't know - I'd say these tests need to be running and we should be collecting data | 10:23 |
ndipanov | and noticing when patches change the behavior significantly | 10:23 |
ndipanov | so if we decide to run a test that triggers races | 10:23 |
ndipanov | than we can't reallye xpect deterministic results | 10:23 |
johnthetubaguy | ndipanov: +1 I like the idea of having some performance numbers we can chase down | 10:23 |
bauzas | ndipanov: so not a smoke test, but rather a performance test at the limits? | 10:24 |
ndipanov | well not really performance rather | 10:24 |
bauzas | okay, gotcha | 10:24 |
johnthetubaguy | its more a stress test I guess? | 10:24 |
bauzas | even not that | 10:24 |
bauzas | I think ndipanov wants a test 'at the limits', right? | 10:25 |
ndipanov | run a workload and see how far are we from what is expected to happen if there are no races | 10:25 |
ndipanov | the trick is to get the test right so that there are actual numbers to compare | 10:25 |
ndipanov | and run it long enough to get some useful numbers | 10:25 |
bauzas | ndipanov: determinism is my main concern | 10:25 |
ndipanov | there is none | 10:25 |
bauzas | ndipanov: yeah | 10:25 |
johnthetubaguy | bauzas: hence me thinking about fake virt, so at least the non-determinism is our fault | 10:26 |
ndipanov | but fake virt should help with making the scope smaller | 10:26 |
johnthetubaguy | yeah | 10:26 |
johnthetubaguy | so my dream is... | 10:26 |
johnthetubaguy | we have a number | 10:26 |
johnthetubaguy | when it moves, its a good proxy for what our users would see in the real world | 10:26 |
ndipanov | right | 10:26 |
ndipanov | well | 10:26 |
ndipanov | I would be happy with | 10:26 |
ndipanov | when it moves we did something that is related to the scheduler guarantees | 10:27 |
ndipanov | getting the tests so that they reflect real world usage AND give us numbers quick might be tough | 10:27 |
*** apuimedo has joined #openstack-nova | 10:28 | |
*** gszasz has joined #openstack-nova | 10:28 | |
johnthetubaguy | yeah, true, we have to start somewhere | 10:28 |
ndipanov | I used to be a fan of replaying logs ... | 10:29 |
ndipanov | rally seems to have a lot of automation to stress test stuff | 10:29 |
ndipanov | might be just the case of actually measuring the right things | 10:30 |
johnthetubaguy | I am hoping we do that by isolating things a little, as well | 10:30 |
johnthetubaguy | I was quite impressed how a little unit test around the scheduler loop really predicted what happened in production: https://github.com/openstack/nova/blob/master/nova/tests/unit/scheduler/test_caching_scheduler.py#L143 | 10:31 |
*** Savemech has joined #openstack-nova | 10:32 | |
johnthetubaguy | now that doesn't go across machine, but you can get something useful quite quickly | 10:32 |
bauzas | johnthetubaguy: that's a pretty isolated test that doesn't claim resources | 10:32 |
bauzas | johnthetubaguy: tho really useful | 10:32 |
johnthetubaguy | bauzas: agreed, the next step is way more complicated, but with fake virt, it seems doable | 10:33 |
bauzas | fair enough | 10:33 |
* bauzas heading off for lunch | 10:33 | |
*** neelabh has quit IRC | 10:35 | |
*** smatzek has joined #openstack-nova | 10:36 | |
*** mhorban has quit IRC | 10:36 | |
ndipanov | johnthetubaguy, I'm with you on that | 10:37 |
*** mhorban has joined #openstack-nova | 10:37 | |
ndipanov | do the simplest thing that gets us 95% there is >>>> very complicated thing that does 98% | 10:37 |
johnthetubaguy | ndipanov: +1 | 10:37 |
johnthetubaguy | honestly, the above unit test shocked me, I threw away almost all the code I wrote after testing it | 10:38 |
johnthetubaguy | and it was dead simple, it just proved I got the best results when I turned off my optimisations, and well it was the same in production | 10:39 |
ndipanov | johnthetubaguy, yeah measure first | 10:39 |
*** fawadkhaliq has quit IRC | 10:40 | |
johnthetubaguy | yeah, it might be the wrong measure, but that usually becomes clear quite quickly | 10:40 |
*** lpetrut has joined #openstack-nova | 10:41 | |
ndipanov | interesting | 10:41 |
ndipanov | does this hit the DB at all? | 10:42 |
johnthetubaguy | ndipanov: that unit test is totally isolated | 10:42 |
openstackgerrit | Daniel Berrange proposed openstack/nova: ironic: convert driver to use nova.objects.ImageMeta https://review.openstack.org/189362 | 10:43 |
openstackgerrit | Daniel Berrange proposed openstack/nova: objects: convert config drive to use ImageMeta object https://review.openstack.org/189323 | 10:43 |
openstackgerrit | Daniel Berrange proposed openstack/nova: hyperv: convert driver to use nova.objects.ImageMeta https://review.openstack.org/189302 | 10:43 |
johnthetubaguy | ndipanov: basically, because the caching scheduler does the fetch outside the context of a user request | 10:43 |
openstackgerrit | Daniel Berrange proposed openstack/nova: objects: add virtual 'image_meta' property to Instance object https://review.openstack.org/190145 | 10:43 |
openstackgerrit | Daniel Berrange proposed openstack/nova: libvirt: convert to use instance.image_meta property https://review.openstack.org/190146 | 10:43 |
openstackgerrit | Daniel Berrange proposed openstack/nova: compute: convert manager to use nova.objects.ImageMeta https://review.openstack.org/189685 | 10:43 |
ndipanov | well catching races is a bit more tricky than that but we could have some basic instrumentation in functional tests | 10:43 |
*** tojuvone has quit IRC | 10:43 | |
ndipanov | that might prove to be very useful | 10:43 |
ndipanov | let me look into it after the FF | 10:44 |
johnthetubaguy | ndipanov: yeah, that would be cool, thanks | 10:44 |
*** moshele has joined #openstack-nova | 10:44 | |
openstackgerrit | Daniel Berrange proposed openstack/nova: libvirt: take account of disks in migration data size https://review.openstack.org/206632 | 10:44 |
johnthetubaguy | ndipanov: the other bit, was I am wondering how we should document all this NUMA and real time stuff, my gut tells me we need to pull all this together, so we can spot the gaps in testing or bad default config, etc | 10:45 |
ndipanov | johnthetubaguy, ah well | 10:46 |
openstackgerrit | Sergey Nikitin proposed openstack/nova: Added server tags support in nova-api https://review.openstack.org/128940 | 10:46 |
ndipanov | johnthetubaguy, the problem with it is that it's all the known knobs (config, filters, extra specs) | 10:48 |
ndipanov | that are well documented | 10:48 |
ndipanov | but putting it together is what people want and is a bit out of scope of the standard docs | 10:48 |
ndipanov | We have docs that describe the "high-perf" use cases here and there - I just wasn't sure where they would fit in Nova docs | 10:49 |
johnthetubaguy | ndipanov: yeah, its the joined up bits, I think the standard docs do have a place for that, its just a bit empty right now, stuff like this: http://docs.openstack.org/openstack-ops/content/compute_nodes.html | 10:49 |
ndipanov | hmmm | 10:50 |
ndipanov | missed that | 10:50 |
ndipanov | that would be a good place to document it | 10:50 |
ndipanov | yes | 10:50 |
*** fawadkhaliq has joined #openstack-nova | 10:50 | |
ndipanov | the general architecture part | 10:51 |
johnthetubaguy | ndipanov: honestly, its missing almost all useful information at this point, but I am sure we can fit something in | 10:51 |
ndipanov | there is a bit in devref done by danpb that explains how to test it | 10:51 |
openstackgerrit | Simona Iuliana Toader proposed openstack/nova: Hyper-V: Adds Hyper-V UEFI Secure Boot https://review.openstack.org/209581 | 10:52 |
openstackgerrit | Simona Iuliana Toader proposed openstack/nova: Hyper-V: refactors utilsfactory https://review.openstack.org/214527 | 10:52 |
ndipanov | probably won't be enough for someone to set up real production with it easily | 10:52 |
ndipanov | johnthetubaguy, doc/cource/testing/libvirt-numa.rst | 10:53 |
johnthetubaguy | we might want to tweak the default config, I suspect, given most nodes are NUMA nodes these days (waves hands around in big circles, realising he just made that up) | 10:53 |
johnthetubaguy | but anyways, yeah, pulling this stuff together somewhere, would be awesome | 10:54 |
*** rotbeard has joined #openstack-nova | 10:54 | |
openstackgerrit | Hans Lindgren proposed openstack/nova: Remove and deprecate conductor provider_fw_rule_get_all() https://review.openstack.org/216241 | 10:54 |
ndipanov | lol danpb has this in there | 10:54 |
openstackgerrit | Hans Lindgren proposed openstack/nova: Remove provider_fw_rules tables and associated db api methods https://review.openstack.org/216242 | 10:54 |
ndipanov | sudo emacs /etc/nova/nova.conf | 10:54 |
ndipanov | that's against the advertising policy of nova docs :D | 10:54 |
* johnthetubaguy is tempted to put up a patch for vi | 10:54 | |
ndipanov | please don't! :D | 10:55 |
* johnthetubaguy feels obliged to mention hitler to ensure that stops the conversation | 10:55 | |
ndipanov | nice | 10:55 |
johnthetubaguy | I am just thinking, with those docs, it should make it super clear why that real time workload stuff is important, and maybe highlight whats missing | 10:55 |
danpb | ndipanov: sorry, i should change that to 'sudo ooffice /etc/nova/nova.conf' | 10:56 |
danpb | to be properly enterprise ready | 10:56 |
*** shyu has quit IRC | 10:57 | |
johnthetubaguy | and the other thing, we keep talking about what image properties and flavor extraspecs should become, I feel like this (overall) feature should really shape that | 10:57 |
johnthetubaguy | danpb: lol | 10:57 |
ndipanov | danpb, nano to be PC | 10:57 |
ndipanov | johnthetubaguy, well I was just speaking about this last week and tbh I am a bit hazy on what exactly we want to do with thos | 10:58 |
ndipanov | iiuc - we want to make it discoverable through the API | 10:58 |
johnthetubaguy | ndipanov: I think everyone is, my though was, if we get the overall picture clear, it should make that easier | 10:58 |
ndipanov | but that kind of defeats the purpose of them being just an internal implementation detail to help admins build flavors | 10:58 |
ndipanov | in terms of nova should look and feel like nova no matter which cloud that is | 10:59 |
johnthetubaguy | ndipanov: yeah, its discoverable is one side, +1 for that, the other is abstract concept to the user, but possibly with technology specific admin config (if needed) or something like that | 10:59 |
johnthetubaguy | ndipanov: yeah thats the key sentence | 10:59 |
ndipanov | I find it really hard to imagine that this could usefully work | 11:00 |
ndipanov | so --flavor 42 is never going to be portable between clouds right? | 11:00 |
johnthetubaguy | well, it doesn't have to look the same as every other cloud to the admin | 11:00 |
ndipanov | yeah so that's where I get confused | 11:00 |
ndipanov | where is the right line? | 11:01 |
johnthetubaguy | so that is me just being pragmatic really, and I think it depends on the feature | 11:01 |
ndipanov | well in terms of flavors and extra specs | 11:01 |
johnthetubaguy | so it might be a case of "hidden" admin only extra specs, or ideally some better construct | 11:02 |
johnthetubaguy | but without writing down the full picture for a meaty feature, and going through with examples, its hard to make the idea real | 11:02 |
ndipanov | hmm | 11:02 |
johnthetubaguy | we could have some "well know" tags that get added to flavors, for example, just for admins to let users know what they are getting | 11:03 |
johnthetubaguy | "real-time optimised" or "GPU enabled" or something | 11:05 |
johnthetubaguy | need some cross cloud way to compare flavors and images, agreed we don't have that yet | 11:05 |
*** sudipto has joined #openstack-nova | 11:06 | |
openstackgerrit | Sudipta Biswas proposed openstack/nova: cleanup NovaObjectDictCompat from agent https://review.openstack.org/216371 | 11:07 |
johnthetubaguy | "CUDA GPU enabled" might be more useful, I guess, but anyways | 11:07 |
johnthetubaguy | at some point something is a human interpretation I guess, but the use cases should make it clearer where the dividing line goes | 11:08 |
*** lyanchih has quit IRC | 11:08 | |
ndipanov | johnthetubaguy, yeah - so that kind of agrees with my point that flavors are not enough for that | 11:09 |
*** haomaiwang has quit IRC | 11:09 | |
*** pbrooko has quit IRC | 11:10 | |
johnthetubaguy | ndipanov: I guess it does, I think you asked the right question: "where is the right line?" I don't think we have a good answer for that yet | 11:11 |
ndipanov | very interesting stuff tbh | 11:12 |
johnthetubaguy | ndipanov: I think some docs on how folks need to use the NUMA and realtime things, should help with finding that line | 11:12 |
johnthetubaguy | seems like a good example | 11:12 |
ndipanov | johnthetubaguy, so there's stuff like blogposts etc. | 11:13 |
ndipanov | for example http://redhatstackblog.redhat.com/2015/05/05/cpu-pinning-and-numa-topology-awareness-in-openstack-compute/ | 11:13 |
ndipanov | we can try to get that into a more coherent docs format | 11:13 |
*** ildikov has joined #openstack-nova | 11:13 | |
johnthetubaguy | ndipanov: actually that post is a great start, but +1 for getting something into the upstream docs | 11:14 |
*** summer has quit IRC | 11:15 | |
ndipanov | johnthetubaguy, tbh I am not sure hwo the process of updating docs goes | 11:15 |
*** summer has joined #openstack-nova | 11:15 | |
johnthetubaguy | ndipanov: I think you just throw up a patch in gerrit, with a bug attached, but its been a while since I last looked into that | 11:15 |
ndipanov | I am assuming if I put up a patch with my balkan english, it may result in more back and forth than needed | 11:16 |
ndipanov | :D | 11:16 |
*** Sree has quit IRC | 11:16 | |
johnthetubaguy | if I remember rightly, the eventually give up and uploaded an nicely edited version for me :) | 11:17 |
johnthetubaguy | s/the/they/ | 11:17 |
*** Sree has joined #openstack-nova | 11:17 | |
*** deepthi has quit IRC | 11:17 | |
ndipanov | let me see if we can get something going | 11:18 |
openstackgerrit | Alex Xu proposed openstack/nova: Strip the extra properties out when using legacy v2 compatible middleware https://review.openstack.org/215436 | 11:18 |
openstackgerrit | Alex Xu proposed openstack/nova: api: tidy up paste.ini https://review.openstack.org/214085 | 11:18 |
alex_xu | johnthetubaguy: sdague ^ | 11:18 |
johnthetubaguy | ndipanov: awesome, thank you | 11:19 |
*** summer has quit IRC | 11:20 | |
*** EinstCrazy has joined #openstack-nova | 11:20 | |
johnthetubaguy | alex_xu: oh, nice, I see thats got the stripping added back in | 11:20 |
*** exploreshaifali has joined #openstack-nova | 11:20 | |
alex_xu | johnthetubaguy: yeah | 11:21 |
*** Sree has quit IRC | 11:21 | |
alex_xu | also worth waiting for what jenkins say before review it | 11:21 |
*** sachin has joined #openstack-nova | 11:22 | |
*** thorst has joined #openstack-nova | 11:23 | |
*** davideagnello has joined #openstack-nova | 11:24 | |
*** dprince has joined #openstack-nova | 11:24 | |
johnthetubaguy | alex_xu: taking a look at the first one anyway, just enough time before I go to make my lunch | 11:24 |
*** hparekh2 has joined #openstack-nova | 11:24 | |
*** hparekh2 has quit IRC | 11:24 | |
*** hparekh has joined #openstack-nova | 11:25 | |
*** sachin has quit IRC | 11:26 | |
*** davideagnello has quit IRC | 11:28 | |
johnthetubaguy | alaski: this is totally doing the opposite of what you wanted, but tempest tests are showing that we need it really, sadly :( https://review.openstack.org/#/c/215436/7 | 11:29 |
*** fawadkhaliq has quit IRC | 11:30 | |
openstackgerrit | Andrey Kurilin proposed openstack/python-novaclient: Add mechanism to vm list to return all resources https://review.openstack.org/217101 | 11:31 |
openstackgerrit | Sudipta Biswas proposed openstack/nova: cleanup NovaObjectDictCompat from external_event https://review.openstack.org/216822 | 11:31 |
*** fawadkhaliq has joined #openstack-nova | 11:33 | |
*** lucasagomes is now known as lucas-hungry | 11:34 | |
*** pbrooko has joined #openstack-nova | 11:34 | |
*** VikasC has joined #openstack-nova | 11:37 | |
*** yangyp has joined #openstack-nova | 11:38 | |
*** liusheng has quit IRC | 11:38 | |
*** moshele_ has joined #openstack-nova | 11:38 | |
*** moshele has quit IRC | 11:38 | |
*** moshele_ has quit IRC | 11:38 | |
*** moshele has joined #openstack-nova | 11:39 | |
openstackgerrit | Timofey Durakov proposed openstack/nova: Moved live_migration_cleanup_flags to driver class https://review.openstack.org/216329 | 11:39 |
*** yangyp has quit IRC | 11:42 | |
*** Zhang has quit IRC | 11:42 | |
*** ajayaa has quit IRC | 11:42 | |
*** EinstCrazy has quit IRC | 11:43 | |
*** VikasC has quit IRC | 11:47 | |
*** dims_ has joined #openstack-nova | 11:48 | |
*** romainh has joined #openstack-nova | 11:51 | |
*** dims has quit IRC | 11:52 | |
*** h00327910__ has quit IRC | 11:53 | |
openstackgerrit | jichenjc proposed openstack/nova: Return HTTPForbidden if over quota https://review.openstack.org/180469 | 11:55 |
*** marcusvrn_ has joined #openstack-nova | 12:01 | |
*** MVenesio has joined #openstack-nova | 12:02 | |
openstackgerrit | sulochan-acharya proposed openstack/nova: xapi: cleanup volume sr on live migration rollback https://review.openstack.org/217105 | 12:04 |
*** VikasC has joined #openstack-nova | 12:04 | |
*** madhaviy has quit IRC | 12:04 | |
*** VW_ has joined #openstack-nova | 12:06 | |
abhishekk | ndipanov: hi when you get time could you please reply with your findings to http://lists.openstack.org/pipermail/openstack-dev/2015-July/070736.html | 12:08 |
*** Zhang has joined #openstack-nova | 12:08 | |
abhishekk | ndipanov: thank you and sorry for trouble | 12:08 |
*** EinstCrazy has joined #openstack-nova | 12:10 | |
*** raildo-afk is now known as raildo | 12:14 | |
*** ferest has joined #openstack-nova | 12:14 | |
*** markus_z has joined #openstack-nova | 12:15 | |
*** tojuvone has joined #openstack-nova | 12:16 | |
*** sachin has joined #openstack-nova | 12:16 | |
*** ferest has quit IRC | 12:19 | |
*** sachin has quit IRC | 12:20 | |
ndipanov | abhishekk, will do | 12:22 |
abhishekk | ndipanov: thank you | 12:22 |
*** VikasC has quit IRC | 12:23 | |
*** shoutm has joined #openstack-nova | 12:23 | |
*** erlon has joined #openstack-nova | 12:23 | |
*** annegentle has joined #openstack-nova | 12:27 | |
tdurakov | danpb, hi! | 12:27 |
*** pbrooko has quit IRC | 12:28 | |
tdurakov | are you around? | 12:28 |
*** doude has joined #openstack-nova | 12:28 | |
*** aix has quit IRC | 12:29 | |
*** ccarmack has left #openstack-nova | 12:30 | |
*** pbrooko has joined #openstack-nova | 12:32 | |
*** pbrooko has quit IRC | 12:33 | |
*** pbrooko has joined #openstack-nova | 12:37 | |
*** lucas-hungry is now known as lucasagomes | 12:37 | |
*** ajayaa has joined #openstack-nova | 12:40 | |
*** edmondsw has joined #openstack-nova | 12:40 | |
johnthetubaguy | edleafe: just wanted to quickly reach out about those v3 renames, did we have a way of tracking those? | 12:40 |
danpb | tdurakov: ? | 12:43 |
johnthetubaguy | sdague: this last API test merge looks ready now: https://review.openstack.org/#/c/214985/4 | 12:43 |
sdague | johnthetubaguy: ok, I'll take a look | 12:46 |
tdurakov | danpb, are there any restrictions to start domain from icehouse on kilo? Was domain schema changed? | 12:46 |
*** EinstCrazy has quit IRC | 12:46 | |
*** dane-fichter has joined #openstack-nova | 12:47 | |
danpb | tdurakov: i'm not sure what you mean ? | 12:48 |
dane-fichter | I have a spec up for review for the mitaka release. when can I expect to start getting reviews on it? | 12:48 |
tdurakov | danpb, if i copy instance xml definition from icehouse env is it possible to start it then on kilo env? | 12:48 |
danpb | nova should always write out new xml any time a guest is started | 12:49 |
dane-fichter | i.e. is there a plan amongst the cores to start doing mitaka spec reviews in october or something? | 12:49 |
*** EinstCrazy has joined #openstack-nova | 12:49 | |
danpb | so copying xml across shouldn;tbe needed | 12:49 |
tdurakov | danpb, :) sure but if i would like to copy:) the question is about libvirt more than nova itself. Also I've start instance on devstack and tried to validate its domain using virt-xml-validate with fail: http://paste.openstack.org/show/428291/ | 12:51 |
*** lyanchih has joined #openstack-nova | 12:51 | |
openstackgerrit | jichenjc proposed openstack/nova: Remove soft_deleted filter in cache management https://review.openstack.org/217118 | 12:52 |
danpb | tdurakov: well copying is pointless because nova will overwrite whatever you copy | 12:52 |
danpb | the xml validate problem is probably a bug with libvirt RNG schema - please file a bug against libvirt for that | 12:53 |
*** madhaviy has joined #openstack-nova | 12:55 | |
openstackgerrit | John Garbutt proposed openstack/nova: api: remove osapi_compute_extension from tests https://review.openstack.org/217120 | 12:55 |
*** deepakcs has quit IRC | 12:56 | |
*** aix has joined #openstack-nova | 12:58 | |
tdurakov | danpb, ok, thank you. | 12:58 |
*** aysyd has joined #openstack-nova | 12:58 | |
pkholkin | nova cores, please look at our patch 'switch to oslo_cache' https://review.openstack.org/#/c/203049/17, thanks in advance! | 12:59 |
*** mtanino has quit IRC | 12:59 | |
*** eharney has joined #openstack-nova | 13:00 | |
*** Sree has joined #openstack-nova | 13:00 | |
*** jwcroppe has joined #openstack-nova | 13:00 | |
*** Sree has quit IRC | 13:01 | |
*** ajayaa has quit IRC | 13:01 | |
*** mdrabe has joined #openstack-nova | 13:01 | |
*** sudipto has quit IRC | 13:01 | |
*** Sree has joined #openstack-nova | 13:01 | |
*** smatzek has quit IRC | 13:01 | |
openstackgerrit | John Garbutt proposed openstack/nova: api: deprecate the concept of extensions in v2.1 https://review.openstack.org/214592 | 13:03 |
*** irenab has quit IRC | 13:03 | |
*** mriedem has joined #openstack-nova | 13:03 | |
*** takedakn has joined #openstack-nova | 13:04 | |
*** dane-fichter has quit IRC | 13:04 | |
*** Zhang has quit IRC | 13:04 | |
*** irenab has joined #openstack-nova | 13:05 | |
openstackgerrit | John Garbutt proposed openstack/nova: api: deprecate the concept of extensions in v2.1 https://review.openstack.org/214592 | 13:05 |
*** ericksonsantos has quit IRC | 13:05 | |
*** vivekd has joined #openstack-nova | 13:05 | |
*** ivasev has joined #openstack-nova | 13:05 | |
*** Sree has quit IRC | 13:06 | |
*** xyang1 has joined #openstack-nova | 13:07 | |
alaski | johnthetubaguy: on https://review.openstack.org/#/c/215436/7, that only affects a few calls right? | 13:07 |
johnthetubaguy | alaski: its actually all calls | 13:07 |
*** kylek3h has joined #openstack-nova | 13:07 | |
bauzas | I thought the consensus was to drop all of them but the sched hints | 13:08 |
alaski | johnthetubaguy: my main concern is that v2 compat mode is supposed to ease the transition to v2.1. If we're stripping params we(rax) can't migrate over for a lot longer than we could with a real compat mode | 13:08 |
jwcroppe | dansmith: whenever you're back, jaypipes and I would love your feedback on our commentary in https://review.openstack.org/#/c/216923/ regarding the metrics bug we chatted about last night (FYI, I'll be in meetings for a couple hrs this morning, apologies if I'm absent for a bit) | 13:08 |
alaski | johnthetubaguy: in my mind it means we can't ever drop v2 in tree | 13:08 |
johnthetubaguy | alaski: so the problem is we end up with less validation and more odd 500 errors without it | 13:09 |
jwcroppe | johnthetubaguy, bauzas: you might be interested in that patch too I mentioned ^^^ | 13:09 |
alaski | johnthetubaguy: right, but that means v2 != v2.1 with v2 compat | 13:09 |
bauzas | jwcroppe: yeah, just saw that | 13:09 |
*** jichen has quit IRC | 13:10 | |
johnthetubaguy | alaski: it seems much closer than without dropping the params | 13:10 |
johnthetubaguy | alaski: the bit we need is all previously accepted requests keep working as before, and that should be true (assuming only upstream master) | 13:10 |
jwcroppe | bauzas: I was curious why a system I was crunching numbers on was always reporting 0% :) | 13:10 |
*** jichen has joined #openstack-nova | 13:11 | |
alaski | johnthetubaguy: and I'm not sure we can assume only upstream master. we allowed v2 to be extended, we can't break that mechanism | 13:11 |
*** ferest has joined #openstack-nova | 13:12 | |
*** ivasev has quit IRC | 13:12 | |
*** doude has quit IRC | 13:12 | |
johnthetubaguy | alaski: this is the deprecation of it right, with the killing of the v2 code base that option goes away | 13:12 |
*** abhijeetm has joined #openstack-nova | 13:13 | |
*** irenab has quit IRC | 13:13 | |
*** doude has joined #openstack-nova | 13:14 | |
*** doude has quit IRC | 13:14 | |
*** doude has joined #openstack-nova | 13:14 | |
*** vladikr has joined #openstack-nova | 13:14 | |
*** dustins has joined #openstack-nova | 13:14 | |
alaski | johnthetubaguy: it seems to me that we can't say v2.1 is v2 compatible if it's not. I would like to kill v2, but if we're not offering a compatible mode on v2.1 then I think the timeline needs to be stretched out | 13:14 |
alaski | johnthetubaguy: the way we're heading I think a lot of operators are in for a big surprise when a lot of things stop working for them | 13:15 |
*** dustins has quit IRC | 13:15 | |
johnthetubaguy | alaski: sorry, I am being really dense here, whats the example of things we are breaking here? | 13:15 |
*** links has quit IRC | 13:15 | |
*** ferest has quit IRC | 13:16 | |
johnthetubaguy | alaski: I know there are scheduler hints, and I think we need to relax the validation for that, but I am look for other cases | 13:16 |
alaski | johnthetubaguy: all out of tree extensions and out of tree scheduler hints are the things I can think of | 13:16 |
alaski | and I totally understand they're out of tree. but they work now, and that's going to change | 13:17 |
johnthetubaguy | out of tree extensions are going to break, I don't think there is any way around that | 13:17 |
johnthetubaguy | the scheduler stuff, we just need to relax that call a bit, and I am fine with that | 13:17 |
*** smatzek has joined #openstack-nova | 13:17 | |
*** dustins has joined #openstack-nova | 13:18 | |
alaski | okay. I guess my complaint is that we call it v2 compat when it's not. let's just call it relaxed v2.1, and make it clear we're removing v2 and there's not a full substitute | 13:18 |
jwcroppe | alaski: FWIW, I agree with your point. I think the extension thing is really going to throw folks through a big loop when you can no longer do that. | 13:19 |
*** dane-fichter has joined #openstack-nova | 13:20 | |
*** vivekd has quit IRC | 13:20 | |
johnthetubaguy | alaski: so for those without out of tree extensions, it should be a drop in replacement right, I like that part of the name | 13:20 |
alaski | jwcroppe: yeah. and that's going to change our migration strategy. it's fine, it'll just slow us | 13:22 |
mriedem | so i guess people with out of tree extensions will just be running with a revert patch of whatever disables extensions (or drops v2)? | 13:22 |
*** ccarmack has joined #openstack-nova | 13:22 | |
alaski | johnthetubaguy: I worry that it's confusing, because it doesn't mean that someone using v2 now can necessarily migrate to v2.1 w/v2 compat mode | 13:23 |
jwcroppe | mriedem: I suspect you are right. I fear that too many people will have been depending on that and will have little choice than doing exactly what you asserted | 13:23 |
alaski | mriedem: if we can't migrate to v2.1 in time that's what we'll end up doing | 13:23 |
tdurakov | bauzas, ping | 13:23 |
alaski | though I am pushing v2.1 in hopes that it won't happen | 13:23 |
*** zzzeek has joined #openstack-nova | 13:24 | |
mriedem | what was the timeline on dropping v2? i thought it was a couple of years out? | 13:24 |
openstackgerrit | Andrey Kurilin proposed openstack/python-novaclient: Remove novaclient.v1_1 module https://review.openstack.org/217131 | 13:24 |
*** davideagnello has joined #openstack-nova | 13:24 | |
johnthetubaguy | mriedem: that sure is the risk, the "tainted" flag, or whatever it was was the migration plan I guess | 13:24 |
*** Zhang has joined #openstack-nova | 13:24 | |
jwcroppe | mriedem, alaski: historically the extension mechanism was a feature, so I suspect a *lot* of folks are using that construct for things that didn't make sense to be in-tree | 13:24 |
alaski | mriedem: as I understand it, the idea of the v2 compat mode for v2.1 was to drop v2 code in tree sooner and offer v2 on v2.1 | 13:25 |
openstackgerrit | Hans Lindgren proposed openstack/nova: Add version 3.0 of conductor RPC interface https://review.openstack.org/168857 | 13:25 |
johnthetubaguy | mriedem: honestly, it probably is a year out, I was hoping for sooner | 13:25 |
openstackgerrit | Hans Lindgren proposed openstack/nova: Remove lazy-loading property compute_task_api from compute api https://review.openstack.org/168859 | 13:25 |
openstackgerrit | Hans Lindgren proposed openstack/nova: Remove conductor 2.x RPC API https://review.openstack.org/168858 | 13:25 |
openstackgerrit | Hans Lindgren proposed openstack/nova: Remove and deprecate conductor compute_node_create() https://review.openstack.org/217132 | 13:25 |
mriedem | alaski: ok, and if v2 compat mode doesn't allow extensions, then it's not compat mode | 13:25 |
alaski | mriedem: right | 13:25 |
*** ericksonsantos has joined #openstack-nova | 13:25 | |
*** irenab has joined #openstack-nova | 13:25 | |
mriedem | so, | 13:26 |
mriedem | what's preventing anyone with out of tree extensions to just port those as out of tree apis for v2.1? | 13:26 |
openstackgerrit | jichenjc proposed openstack/nova: Catch invalid id input in service_delete https://review.openstack.org/198753 | 13:26 |
*** abhijeetm has quit IRC | 13:27 | |
*** annegentle has quit IRC | 13:27 | |
alaski | mriedem: ultimately nothing, but if v2 compat mode strips extra params then people doing that also have to change the validation schemes. I was pushing for that to not be necessary | 13:27 |
mriedem | unless refstack is going to be doing a whitelist of api plugins in v2.1 or something, i don't see why people wouldn't just port their out of tree extensiosn to v2.1 | 13:27 |
*** rlrossit has joined #openstack-nova | 13:27 | |
*** Sree has joined #openstack-nova | 13:27 | |
johnthetubaguy | mriedem: so defcore has started testing to ensure there are no extra attributes in the returned values | 13:29 |
alaski | if it's possible to have v2 schemas separate from v2.1 schemas that would ease my concern as well. | 13:29 |
johnthetubaguy | mriedem: I don't think that was a great plan, but that was added | 13:29 |
*** davideagnello has quit IRC | 13:29 | |
johnthetubaguy | alaski: yeah, thats a nice option, we have support for different schemas for v2.2 vs v2.1 for example | 13:30 |
johnthetubaguy | alaski: its not a stretch to have a different schema for v2.0 | 13:30 |
johnthetubaguy | it does dilute the message of, "there is only one compute API" though | 13:31 |
alaski | if I can make v2 on v2.1 look exactly like our current extended v2 api without affecting the rest of v2.1 then I'm happy | 13:31 |
*** ctrath has joined #openstack-nova | 13:32 | |
*** jgriffit1 is now known as jgriffith | 13:32 | |
johnthetubaguy | alaski: thats totally possible, as I understand it, and ideally including that extra "modified by Rackspace" header. | 13:32 |
dane-fichter | johnthetubaguy: Are the cores waiting to review mitaka specs until the liberty release? | 13:32 |
alaski | johnthetubaguy: yeah. and I want to get to the point where there's one. I just don't want to say we're offering a migration period of v2 support in v2.1 that doesn't accoutn for all migration paths | 13:32 |
alaski | johnthetubaguy: sure. What I'm aiming for is a rax customized v2, and a stock v2.1 | 13:33 |
*** irenab has quit IRC | 13:33 | |
*** Sree has quit IRC | 13:33 | |
*** pbrooko has quit IRC | 13:33 | |
mriedem | johnthetubaguy: i'm less concerned about extra returned values | 13:34 |
alaski | dane-fichter: I personally am not likely to spend much time with specs until that point | 13:34 |
*** Piet has quit IRC | 13:34 | |
*** Sree has joined #openstack-nova | 13:35 | |
dane-fichter | alaski: I sort've figured that was the case. Just confirming so I can tell my boss :) | 13:35 |
johnthetubaguy | dane-fichter: most of the reviewers are busy doing code reviews, at least until feature freeze, i.e. next week, but the big review push will be once mitaka opens, I suspect, folks a free to review and merge specs now, if they want, its just people are busy on other things right now | 13:35 |
*** VW_ has quit IRC | 13:35 | |
*** VW_ has joined #openstack-nova | 13:36 | |
dane-fichter | johnthetubaguy: cool. I figured that's what what going on. thanks john. | 13:36 |
johnthetubaguy | mriedem: agreed, extra values are less of a big deal | 13:36 |
johnthetubaguy | alaski: yeah, customised v2 should be possible, although I am not sure we have that the hooks for that right now... | 13:37 |
andreykurilin | johnthetubaguy, mriedem: hi! The implementation of microversions in novaclient is finished. That is why I update a spec due to changes in novaclient. https://review.openstack.org/#/c/211206/ A change is quite small. Can you look at it? | 13:38 |
*** ftersin has joined #openstack-nova | 13:38 | |
johnthetubaguy | alaski: I think the same decorators should work, and the middle were adds some stuff in there to identify compatibility requests | 13:38 |
andreykurilin | alaski: ^ | 13:38 |
alaski | johnthetubaguy: yeah. I'll just need to disable schema validation for now, or modify v2 schemas separate from v2.1 | 13:38 |
johnthetubaguy | andreykurilin: it would be great to get the other API folks to review that as well, I wasn't tracking that work very closely | 13:39 |
*** ivasev has joined #openstack-nova | 13:40 | |
*** tpeoples has joined #openstack-nova | 13:40 | |
johnthetubaguy | alaski: its probably skipping two lines for a particular set of extensions that don't want that, or adding new schmeas for the modified v2 | 13:40 |
openstackgerrit | Sylvain Bauza proposed openstack/nova: Update HostManager and filters to use ComputeNode ratios https://review.openstack.org/216696 | 13:41 |
andreykurilin | johnthetubaguy: but everyone ignores it:) It was published several weeks ago and no one leave a comment | 13:41 |
johnthetubaguy | andreykurilin: I am not reviewing any specs right now, pushing hard on code reviews, so its easy to miss I am afraid | 13:41 |
dansmith | jwcroppe: replied with opinion | 13:41 |
andreykurilin | johnthetubaguy: got it. I'll try to ping sdague, alex_xu and melwitt | 13:42 |
*** browne has joined #openstack-nova | 13:42 | |
johnthetubaguy | andreykurilin: I have added onto the API subteam's list of reviews, to get it attention: https://etherpad.openstack.org/p/liberty-nova-priorities-tracking | 13:42 |
andreykurilin | johnthetubaguy: thanks! | 13:42 |
*** irenab has joined #openstack-nova | 13:43 | |
andreykurilin | johnthetubaguy: btw, should I move a spec to implemented dir? | 13:43 |
*** Sree has quit IRC | 13:43 | |
openstackgerrit | Marian Horban proposed openstack/nova: Rsync compression removed https://review.openstack.org/209957 | 13:44 |
johnthetubaguy | andreykurilin: we normally sort that out at the end of the release, so I wouldn't worry about that right now | 13:44 |
andreykurilin | johnthetubaguy: ok. got it. one more question: Are you planning to release new version of novaclient? | 13:45 |
johnthetubaguy | andreykurilin: we should do one to get all those features out, I keep meaning to catch up with mriedem about that | 13:45 |
mriedem | do we want a novaclient release now or are we waiting for one? | 13:46 |
mriedem | note that releases go through the openstack/releases repo now | 13:46 |
*** burt has joined #openstack-nova | 13:47 | |
mriedem | looks like we haven't done a novaclient release since 6/3 | 13:48 |
mriedem | that was 2.26 | 13:48 |
johnthetubaguy | mriedem: yeah, seems like we should do one soon ish, before the client release freeze | 13:49 |
mriedem | http://paste.openstack.org/show/428347/ | 13:49 |
mriedem | there are a lot of changes | 13:49 |
johnthetubaguy | mriedem: did you want to submit the request to the openstack/releases folks, and I can ack that, if needed? | 13:50 |
andreykurilin | mriedem: I want to get several patches(3 patches in the chain - https://review.openstack.org/#/c/216815/ ) merged before new release. | 13:50 |
mriedem | johnthetubaguy: i can do it | 13:51 |
mriedem | andreykurilin: ok, how are those looking? | 13:51 |
johnthetubaguy | mriedem: thank you | 13:51 |
andreykurilin | mriedem: what do you mean? | 13:52 |
*** irenab has quit IRC | 13:52 | |
*** claudiub has joined #openstack-nova | 13:52 | |
mriedem | andreykurilin: do we need to wait for those 3 changes? | 13:53 |
mriedem | johnthetubaguy: when is dep freeze? | 13:53 |
mriedem | same as feature freeze? | 13:53 |
mriedem | ttx: sdague: ^? | 13:53 |
johnthetubaguy | mriedem: I think that aligns with liberty-3, so possibly tuesday, I need to double check | 13:53 |
andreykurilin | mriedem: they are not blocking. but since they are small and already have +2(two patches), it would be nice to wait a bit:) | 13:53 |
*** Murali has quit IRC | 13:54 | |
mriedem | johnthetubaguy: yeah i guess 9/1-9/3 | 13:54 |
johnthetubaguy | mriedem: so I only actually see dep freeze listed for kilo, but it was aligned last time: https://wiki.openstack.org/wiki/Kilo_Release_Schedule | 13:54 |
*** irenab has joined #openstack-nova | 13:54 | |
ttx | mriedem: Thursday Sept 3 | 13:55 |
ttx | (soft dep freeze) | 13:55 |
*** dane-fichter has quit IRC | 13:56 | |
mriedem | ccarmack: ctrath: rlrossit: https://review.openstack.org/#/c/215859/ | 13:56 |
*** fawadkhaliq has quit IRC | 13:56 | |
mriedem | cores ^ patch for top gate bug | 13:56 |
*** shoutm has quit IRC | 13:56 | |
mriedem | ttx: ok, thanks | 13:56 |
*** irenab has quit IRC | 13:56 | |
mriedem | andreykurilin: johnthetubaguy: so let's plan on a novaclient release next week (tuesday) | 13:56 |
mriedem | i'll add a reminder to my calendar and post to the ML that we plan on doing one | 13:57 |
johnthetubaguy | mriedem: that does seem close to the wire, I should check with the relmgr-office folks | 13:57 |
*** irenab has joined #openstack-nova | 13:57 | |
andreykurilin | mriedem: excellent | 13:57 |
*** mtanino has joined #openstack-nova | 13:58 | |
johnthetubaguy | mriedem: cool, so ttx seems OK with tuesday, lets try for that, thanks for taking that | 13:59 |
* mriedem adds it to my kanban board ftw | 14:00 | |
ftersin | ndipanov: hi. do you have any wishes for default volume names? (https://review.openstack.org/#/c/213433/ | 14:00 |
ftersin | ndipanov: <instance_id>-vol, <instance_id>-image-vol, <instance_id>-image-vol-from-<image_id> | 14:00 |
ftersin | ndipanov: or something else? | 14:01 |
*** Kennan2 has quit IRC | 14:01 | |
*** diogogmt has quit IRC | 14:01 | |
*** eharney has quit IRC | 14:02 | |
*** Kennan has joined #openstack-nova | 14:02 | |
*** fawadkhaliq has joined #openstack-nova | 14:02 | |
*** thangp has joined #openstack-nova | 14:03 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/nova: Updated from global requirements https://review.openstack.org/216968 | 14:03 |
openstackgerrit | sahid proposed openstack/nova: libvirt: make guest to return power state https://review.openstack.org/216263 | 14:03 |
openstackgerrit | sahid proposed openstack/nova: libvirt: move domain info to guest https://review.openstack.org/191046 | 14:03 |
*** rushiagr is now known as rushiagr_away | 14:03 | |
*** annegentle has joined #openstack-nova | 14:03 | |
*** shoutm has joined #openstack-nova | 14:03 | |
*** diogogmt has joined #openstack-nova | 14:04 | |
*** baoli has joined #openstack-nova | 14:04 | |
*** links has joined #openstack-nova | 14:05 | |
openstackgerrit | Andrew Laski proposed openstack/nova: Xen: import migrated ephemeral disk based on previous size https://review.openstack.org/217176 | 14:05 |
*** unicell1 has joined #openstack-nova | 14:06 | |
*** unicell has quit IRC | 14:06 | |
ndipanov | ftersin, ah yes - I thought about it a bit yesterday | 14:08 |
*** mmedvede has quit IRC | 14:09 | |
ndipanov | well we don't want it to be too verbose | 14:09 |
ndipanov | so not sure if we should include the instance there | 14:09 |
ndipanov | I couldn't come up with something that I'd be proud of :) so am open for suggestions | 14:09 |
*** mmedvede has joined #openstack-nova | 14:10 | |
ftersin | ndipanov: you know, currently names of blank volumes has <instance_id>_blank_vol format | 14:10 |
sdague | andreykurilin: you have a list of these patches? It would be good to cut a new client sooner rather than later in case there is fallout we don't know about. | 14:10 |
sdague | also, this whole picking up a bug at conferences things is no fun. I need to figure out a way to avoid that in future :) | 14:11 |
ftersin | ndipanov: i agree that instance_id is not a good part of the name | 14:11 |
ftersin | ndipanov: but we cannot use instance name | 14:11 |
ndipanov | ftersin, I'm sure we are unlikely to do much worse than ' ' | 14:11 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-novaclient: Updated from global requirements https://review.openstack.org/217210 | 14:12 |
ndipanov | so maybe just propose something and we can discuss it there | 14:12 |
mriedem | sdague: this is andreykurilin's list https://review.openstack.org/#/q/status:open+project:openstack/python-novaclient+branch:master+topic:list,n,z | 14:12 |
*** burgerk has joined #openstack-nova | 14:12 | |
mriedem | sdague: we are going to do a novaclient 2.27.0 on tuesday | 14:12 |
andreykurilin | mriedem: thanks | 14:12 |
ftersin | ndipanov: ok, will do | 14:13 |
ndipanov | ftersin, awesome | 14:13 |
bauzas | alaski: unsure you have time for that, but I'd love to get your opinion on https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bp/request-spec-object,n,z | 14:13 |
andreykurilin | sdague: there are only 3 small patches | 14:13 |
sdague | andreykurilin: ok, I'm fine with the limit / marker stuff. However, could you make some functional tests on the client for those as well? So that it builds a few servers and actually walks through them. | 14:15 |
bauzas | gosh I hate pinging people for such asking reviews... | 14:15 |
sdague | andreykurilin: as a follow on patch | 14:15 |
alaski | bauzas: cool, will look shortly | 14:15 |
andreykurilin | sdague: ok, I'll do it it third patch | 14:15 |
bauzas | alaski: that whole chain is a mess for rebasing because it's huge, hence my pings | 14:16 |
bauzas | sorry about that | 14:16 |
alaski | bauzas: np. I've been wanting to get to that one, just need to fiddle with an internal bug tracker first | 14:17 |
bauzas | hah | 14:17 |
*** diogogmt has quit IRC | 14:18 | |
*** thumpba has joined #openstack-nova | 14:19 | |
*** thumpba has quit IRC | 14:20 | |
*** thumpba has joined #openstack-nova | 14:20 | |
*** takedakn has quit IRC | 14:22 | |
*** rushil has joined #openstack-nova | 14:22 | |
*** shoutm has quit IRC | 14:22 | |
*** mdrabe has quit IRC | 14:22 | |
*** rushiagr_away is now known as rushiagr | 14:22 | |
*** haomaiwang has joined #openstack-nova | 14:22 | |
*** lifeless1 has joined #openstack-nova | 14:23 | |
*** thedodd has joined #openstack-nova | 14:23 | |
*** lifeless has quit IRC | 14:24 | |
*** rotbeard has quit IRC | 14:26 | |
mriedem | ccarmack: you could take a crack at this if you want https://bugs.launchpad.net/nova/+bug/1441361 | 14:26 |
openstack | Launchpad bug 1441361 in OpenStack Compute (nova) "Don't trace on InstanceInfoCacheNotFound when refreshing network info_cache" [Low,Triaged] - Assigned to Matt Riedemann (mriedem) | 14:26 |
mriedem | ccarmack: i forgot that i had that | 14:26 |
mriedem | i just added some more details | 14:26 |
mriedem | easy fix | 14:26 |
*** browne has quit IRC | 14:27 | |
*** ankit_ag has quit IRC | 14:27 | |
*** vivekd has joined #openstack-nova | 14:28 | |
*** baoli has quit IRC | 14:28 | |
*** EinstCrazy has quit IRC | 14:28 | |
*** Piet has joined #openstack-nova | 14:29 | |
*** jcoufal has joined #openstack-nova | 14:30 | |
*** aysyd has quit IRC | 14:31 | |
*** baoli_ has joined #openstack-nova | 14:31 | |
*** rotbeard has joined #openstack-nova | 14:33 | |
openstackgerrit | Dan Smith proposed openstack/nova: WIP: Implement manifest-based backports https://review.openstack.org/217239 | 14:35 |
*** fawadkhaliq has quit IRC | 14:35 | |
*** browne has joined #openstack-nova | 14:37 | |
*** Zhang has quit IRC | 14:37 | |
*** mtanino has quit IRC | 14:37 | |
*** mdrabe has joined #openstack-nova | 14:37 | |
*** eharney has joined #openstack-nova | 14:37 | |
jwcroppe | dansmith: thanks for review ... you +2 on it, or you want me to switch anything? | 14:38 |
dansmith | I haven't actually reviewed the code yet | 14:38 |
dansmith | I can do that after I finish the thing I'm working on now, but it'll be a bit | 14:38 |
jwcroppe | dansmith: no problem, thanks. | 14:38 |
*** moshele has quit IRC | 14:40 | |
*** aysyd has joined #openstack-nova | 14:42 | |
openstackgerrit | Andrey Kurilin proposed openstack/python-novaclient: Add mechanism to vm list to return all resources https://review.openstack.org/217101 | 14:42 |
mriedem | rlrossit: https://docs.python.org/2/tutorial/datastructures.html#sets | 14:43 |
johnthetubaguy | sdague: I have seen dansmith recommend high doses of vitamin C, not sure how well that works though | 14:43 |
dansmith | eh? | 14:43 |
*** mtanino has joined #openstack-nova | 14:43 | |
johnthetubaguy | oh, I went back in time for some reason | 14:43 |
johnthetubaguy | I was meaning about picking up illnesses at conferences | 14:44 |
dansmith | ah | 14:44 |
mriedem | vitamin c is the early - mid 2000s cure | 14:44 |
mriedem | the cure all is zinc now | 14:44 |
mriedem | if you're a pirate, then vitamin c would be good | 14:45 |
dansmith | heh, zinc has a specific effect on viruses like the common cold in a certain stage of things | 14:45 |
johnthetubaguy | I went for a multi-vitamins and minerals thing, its a bigger tablet, so the placebo affect is much stronger | 14:45 |
dansmith | conferences have a lot more to offer than just the common cold :) | 14:45 |
dansmith | johnthetubaguy: heh | 14:45 |
*** Zhang has joined #openstack-nova | 14:46 | |
bauzas | cold can be seen as a nice goodie | 14:47 |
bauzas | and since I'm not so used to AC, I'm always getting that goodie when I visit the US :p | 14:47 |
*** Zhang has quit IRC | 14:47 | |
*** Zhang has joined #openstack-nova | 14:48 | |
*** tsekiyama has joined #openstack-nova | 14:49 | |
*** Zhang has quit IRC | 14:49 | |
*** Zhang has joined #openstack-nova | 14:49 | |
*** yamahata has joined #openstack-nova | 14:50 | |
andreykurilin | sdague: btw, can you look at spec update? https://review.openstack.org/#/c/211206/ | 14:51 |
andreykurilin | sdague: it contains a small update | 14:51 |
ctrath | mriedem: based on comments from kylek3h in https://review.openstack.org/#/c/210092/5/nova/utils.py … should I reduce the method like suggested, or leave more 'expanded', which to me is easier to read? | 14:51 |
sdague | sure, will do | 14:51 |
mriedem | ctrath: i don't like: groups = [ not_used_symbolgroups.pop(0) if not_used_symbolgroups else _random_index(num_symbolgroups) for i in range(length)] | 14:53 |
mriedem | sure it's fun to be fancy and write a bunch of code on one line | 14:54 |
mriedem | but ffs it's not fun to read | 14:54 |
ctrath | me either.. sorry kylek3h :-) | 14:54 |
mriedem | for mere mortals | 14:54 |
kylek3h | :-) | 14:54 |
*** smatzek_ has joined #openstack-nova | 14:55 | |
ctrath | kylek3h: you must like regex ;-) | 14:55 |
kylek3h | ctrath: not really. i just couldn't resist hassling you again. | 14:56 |
mriedem | kylek3h: wants to rewrite nova in perl | 14:56 |
ctrath | kylek3h: I know | 14:56 |
kylek3h | ugh | 14:56 |
ctrath | mriedem: lol | 14:56 |
ctrath | at least wait for perl 6 | 14:56 |
*** baoli_ has quit IRC | 14:57 | |
*** Zhang has quit IRC | 14:57 | |
*** topshare has joined #openstack-nova | 14:58 | |
*** baoli_ has joined #openstack-nova | 14:58 | |
*** topshare has quit IRC | 14:58 | |
*** topshare has joined #openstack-nova | 14:58 | |
*** smatzek has quit IRC | 14:58 | |
*** baoli_ has quit IRC | 14:59 | |
*** links has quit IRC | 14:59 | |
*** VW_ has quit IRC | 14:59 | |
*** tpeoples has quit IRC | 14:59 | |
*** VW_ has joined #openstack-nova | 14:59 | |
*** ajayaa has joined #openstack-nova | 15:00 | |
*** baoli_ has joined #openstack-nova | 15:00 | |
*** baoli_ has quit IRC | 15:00 | |
*** apuimedo has quit IRC | 15:00 | |
*** topshare has quit IRC | 15:01 | |
*** baoli_ has joined #openstack-nova | 15:01 | |
*** topshare has joined #openstack-nova | 15:01 | |
*** fawadkhaliq has joined #openstack-nova | 15:02 | |
*** asd112z has joined #openstack-nova | 15:02 | |
*** Marga_ has quit IRC | 15:02 | |
*** topshare has quit IRC | 15:02 | |
*** topshare has joined #openstack-nova | 15:03 | |
*** topshare has quit IRC | 15:03 | |
*** topshare has joined #openstack-nova | 15:04 | |
*** VW_ has quit IRC | 15:04 | |
*** tonytan4ever has joined #openstack-nova | 15:06 | |
*** topshare has quit IRC | 15:06 | |
*** Zhang has joined #openstack-nova | 15:07 | |
*** r-daneel has joined #openstack-nova | 15:07 | |
*** tpeoples has joined #openstack-nova | 15:07 | |
*** armax has joined #openstack-nova | 15:08 | |
*** abhishekk has quit IRC | 15:08 | |
*** marzif_ has quit IRC | 15:08 | |
*** hemnafk is now known as hemna | 15:09 | |
*** haomaiwang has quit IRC | 15:09 | |
*** boris-42 has quit IRC | 15:10 | |
*** asd112z has quit IRC | 15:10 | |
*** haomaiwang has joined #openstack-nova | 15:10 | |
*** asd112z has joined #openstack-nova | 15:11 | |
*** jistr is now known as jistr|mtg | 15:12 | |
*** kiran-r has joined #openstack-nova | 15:13 | |
*** jaypipes has joined #openstack-nova | 15:13 | |
*** Zhang has quit IRC | 15:14 | |
*** diogogmt has joined #openstack-nova | 15:15 | |
*** zhangjn has joined #openstack-nova | 15:15 | |
*** zhangjn has quit IRC | 15:16 | |
*** Nikolay_St has quit IRC | 15:16 | |
*** zhangjn has joined #openstack-nova | 15:16 | |
*** bnemec has joined #openstack-nova | 15:17 | |
*** zhangjn has quit IRC | 15:17 | |
*** stefan_amann has quit IRC | 15:18 | |
*** vivekd has quit IRC | 15:19 | |
*** zhangjinnan has joined #openstack-nova | 15:19 | |
*** zhangjinnan has quit IRC | 15:19 | |
mriedem | andreykurilin: do you know if we ever put something in the release notes for kilo that the v1_1 module in python-novaclient was deprecated? | 15:19 |
*** vishwanathj has joined #openstack-nova | 15:19 | |
mriedem | doesn't look like it | 15:19 |
*** Marga_ has joined #openstack-nova | 15:19 | |
mriedem | andreykurilin: could you add a note to the liberty release notes that the v1_1 module in novaclient has been deprecated since 2.21.0 and we are going to remove it in the first novaclient release in mitaka? | 15:20 |
*** zhangjn has joined #openstack-nova | 15:20 | |
bauzas | oh man, I made those notes very ugly :/ | 15:20 |
*** changbl has quit IRC | 15:21 | |
*** agireud has joined #openstack-nova | 15:21 | |
*** zhangjn has quit IRC | 15:22 | |
*** vivekd has joined #openstack-nova | 15:22 | |
*** kiran-r has quit IRC | 15:22 | |
*** zhangjn has joined #openstack-nova | 15:22 | |
*** rushil has quit IRC | 15:22 | |
*** zhangjn has quit IRC | 15:22 | |
*** jistr|mtg is now known as jistr | 15:22 | |
*** zhangjn has joined #openstack-nova | 15:23 | |
*** irenab has quit IRC | 15:24 | |
openstackgerrit | Alexander Schmidt proposed openstack/nova: WIP libvirt: Acquire TCP ports for console during live migration https://review.openstack.org/215102 | 15:24 |
*** irenab has joined #openstack-nova | 15:24 | |
*** Marga_ has quit IRC | 15:25 | |
mriedem | bauzas: yeah, remove the : | 15:25 |
bauzas | mriedem: just did | 15:25 |
*** davideagnello has joined #openstack-nova | 15:25 | |
*** Marga_ has joined #openstack-nova | 15:25 | |
*** zhangjn has quit IRC | 15:25 | |
*** zhangjn has joined #openstack-nova | 15:26 | |
*** zhangjn has quit IRC | 15:26 | |
*** zhangjn has joined #openstack-nova | 15:26 | |
*** zhangjn has quit IRC | 15:26 | |
*** zhangjn has joined #openstack-nova | 15:27 | |
*** zhangjn has quit IRC | 15:27 | |
*** ferest has joined #openstack-nova | 15:28 | |
*** zhangjn has joined #openstack-nova | 15:28 | |
*** zhangjn has quit IRC | 15:28 | |
bauzas | jaypipes: heya | 15:29 |
*** ferest has quit IRC | 15:29 | |
*** zhangjn has joined #openstack-nova | 15:29 | |
*** ferest has joined #openstack-nova | 15:29 | |
*** Sukhdev has joined #openstack-nova | 15:30 | |
*** davideagnello has quit IRC | 15:30 | |
bauzas | jaypipes: I left some comments on your patch chain, would you be okay to review them quickly and either comment them or spin-off a new set ? since we're pretty close to FF, I really like those and I don't want them to wait | 15:30 |
bauzas | jaypipes: also https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bp/allocation-ratio-to-resource-tracker,n,z is worth to be merged for Liberty I hope :) | 15:31 |
*** MVenesio has quit IRC | 15:31 | |
bauzas | jaypipes: I think you could be interested | 15:31 |
jaypipes | bauzas: just read yoru comments. will respond/fix shortly and push again. | 15:32 |
jaypipes | thx again for the reviews. | 15:32 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: Allow for migration object to be passed to _move_claim https://review.openstack.org/199679 | 15:32 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: rt: generalize claim code to be useful for other move actions https://review.openstack.org/197138 | 15:32 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: rt: move filtering of migration by type lower in the call stack https://review.openstack.org/199678 | 15:32 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: Make rebuild/evacuate use resource claims https://review.openstack.org/214770 | 15:32 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: compute: Make rebuild consider the node that was passed in https://review.openstack.org/214713 | 15:32 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: compute: Make rebuild_instance RPC take additional args https://review.openstack.org/200485 | 15:32 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: compute: Split the rebuild_instance method https://review.openstack.org/213461 | 15:32 |
ndipanov | dansmith, ^ | 15:32 |
jaypipes | bauzas: and yeah, I will review the allocation patch series today | 15:32 |
dansmith | ndipanov: ack | 15:32 |
ndipanov | dansmith, thanks! | 15:33 |
bauzas | jaypipes: I've plenty of time now for being a jerk :p | 15:33 |
*** Marga_ has quit IRC | 15:33 | |
*** ferest has quit IRC | 15:33 | |
*** zhangjn has quit IRC | 15:33 | |
*** Marga_ has joined #openstack-nova | 15:34 | |
*** haomaiwang has quit IRC | 15:34 | |
*** Tedster has quit IRC | 15:35 | |
jaypipes | bauzas: :) | 15:36 |
*** tonytan_brb has joined #openstack-nova | 15:37 | |
jaypipes | alaski, dansmith, danpb: should be straightforward: https://review.openstack.org/#/c/203049/ | 15:37 |
mriedem | jaypipes: i'll look at the oslo.cache one again | 15:37 |
mriedem | it's not super straightforward :) | 15:37 |
mriedem | at least it wasn't before | 15:37 |
*** tonytan4ever has quit IRC | 15:38 | |
mriedem | it would have been nice if one of the keystone guys that are maintaining oslo.cache would have reviewed that | 15:38 |
*** Tedster has joined #openstack-nova | 15:39 | |
*** afazekas has quit IRC | 15:40 | |
jaypipes | mriedem: not exactly sure it's not super-straighforward... no behavioral changes, AFAICT | 15:40 |
mriedem | famous | 15:40 |
mriedem | last | 15:40 |
mriedem | words | 15:40 |
*** Marga_ has quit IRC | 15:42 | |
*** lyanchih has quit IRC | 15:42 | |
*** lucasagomes has quit IRC | 15:42 | |
bauzas | ndipanov: correct me if I'm wrong but resize == cold-migrate, right ? | 15:43 |
*** fawadkhaliq has quit IRC | 15:43 | |
bauzas | ndipanov: just looking at https://review.openstack.org/#/c/197138/18/nova/compute/resource_tracker.py,cm | 15:43 |
ndipanov | bauzas, yes I guess | 15:44 |
bauzas | ndipanov: IIRC, that's the same stuff but named differently based on where we are (ie. compute or API) | 15:44 |
*** alexschm has quit IRC | 15:44 | |
*** lucasagomes has joined #openstack-nova | 15:44 | |
-openstackstatus- NOTICE: restarting gerrit due to a slow memory leak | 15:45 | |
bauzas | ndipanov: okay, will look at that before commenting | 15:45 |
ndipanov | yeah I guess migrate is a subset of resize when flavors are the same | 15:45 |
bauzas | oh god, thanks infra | 15:45 |
*** mtanino has quit IRC | 15:45 | |
andreykurilin | mriedem: yes, release notes doesn't include this iformation. Where I should add it? Just on wiki page? | 15:45 |
mriedem | andreykurilin: yeah | 15:45 |
andreykurilin | mriedem: ok. | 15:46 |
mriedem | https://wiki.openstack.org/wiki/ReleaseNotes/Liberty#OpenStack_Compute_.28Nova.29 | 15:46 |
mriedem | andreykurilin: maybe add a sub-section under nova about deprecations | 15:46 |
bauzas | ndipanov: that's what I'll double-check, because there are 2 CLI commands | 15:46 |
andreykurilin | mriedem: maybe we should deprecate whole 1.1 API-version? Novaclient accepts it now and uses v2 instead:) | 15:47 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: Allow for migration object to be passed to _move_claim https://review.openstack.org/199679 | 15:47 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: rt: generalize claim code to be useful for other move actions https://review.openstack.org/197138 | 15:47 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: rt: move filtering of migration by type lower in the call stack https://review.openstack.org/199678 | 15:47 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: Make rebuild/evacuate use resource claims https://review.openstack.org/214770 | 15:47 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: compute: Make rebuild consider the node that was passed in https://review.openstack.org/214713 | 15:47 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: compute: Make rebuild_instance RPC take additional args https://review.openstack.org/200485 | 15:47 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: compute: Split the rebuild_instance method https://review.openstack.org/213461 | 15:47 |
mriedem | andreykurilin: i have no opinion on that at this time | 15:47 |
*** davideagnello has joined #openstack-nova | 15:48 | |
*** mtanino has joined #openstack-nova | 15:48 | |
*** jichen has quit IRC | 15:48 | |
*** agireud has quit IRC | 15:48 | |
ndipanov | bauzas, dansmith if you were commenting on this refresh pls as I had to re-uplaod due to pep8 fails | 15:48 |
andreykurilin | mriedem: it looks like only novaclient supports "1.1" API Version) | 15:48 |
bauzas | ndipanov: ack | 15:48 |
dansmith | ndipanov: I have several other burning fires at the moment, so it'll be a bit | 15:48 |
*** dannywilson has joined #openstack-nova | 15:48 | |
*** lbeliveau has joined #openstack-nova | 15:49 | |
ndipanov | dansmith, no rush - just saying to avoid the same thing like yesterday | 15:49 |
dansmith | yep | 15:49 |
*** davideagnello has quit IRC | 15:49 | |
tdurakov | johnthetubaguy, bauzas, update about ci job for multinode: working on identification of all failed tests in a week long period to make it clear what would help to make this job stable | 15:49 |
bauzas | tdurakov: sounds a good idea, at least get the top-failing checks | 15:50 |
tdurakov | yep, top 5) | 15:51 |
johnthetubaguy | seems like a good starting point :) | 15:51 |
tdurakov | ok, thanks, I'll provide update tomorrow | 15:52 |
*** matrohon has quit IRC | 15:52 | |
apmelton | is there anyone around who can point me in the right direction for properly stubbing out this change in the functional testing? https://review.openstack.org/#/c/216895/ | 15:52 |
*** exploreshaifali has quit IRC | 15:52 | |
*** armax has quit IRC | 15:53 | |
*** Marga_ has joined #openstack-nova | 15:54 | |
*** agireud has joined #openstack-nova | 15:55 | |
*** ccarmack has quit IRC | 15:56 | |
*** mtanino_ has joined #openstack-nova | 15:57 | |
*** gszasz has quit IRC | 15:57 | |
*** sachin has joined #openstack-nova | 15:57 | |
mriedem | jaypipes: i posted a -1 on that oslo.cache change. overall it looks ok to me, but there were a couple of confusing things inline with how that config option deprecation is supposed to be handled. | 15:58 |
mriedem | apmelton: pep8! | 15:59 |
*** markus_z has quit IRC | 15:59 | |
apmelton | mriedem: I fixed that | 15:59 |
apmelton | mriedem: but there's a ton of actual issues in the functional tests | 15:59 |
apmelton | because netifaces.ifaddresses() required an actual interface | 15:59 |
*** mtanino has quit IRC | 16:00 | |
apmelton | so I've gotta stub that out for the functional tests as well | 16:00 |
*** dims_ has quit IRC | 16:00 | |
mriedem | apmelton: yeah http://logs.openstack.org/95/216895/1/check/gate-nova-tox-functional/7cc8d6f/console.html#_2015-08-25_23_15_15_084 | 16:00 |
*** changbl has joined #openstack-nova | 16:00 | |
apmelton | so, I'm wondering where the proper place to stub that out is | 16:01 |
*** dims has joined #openstack-nova | 16:01 | |
mriedem | apmelton: so "# (danwent) bridge device MAC address can't be set directly." is bogus? | 16:02 |
apmelton | mriedem: as far as I can tell | 16:02 |
*** sachin has quit IRC | 16:02 | |
*** Marga_ has quit IRC | 16:02 | |
apmelton | when I was testing on devstack it's apparent that the lowest mac attached is used | 16:02 |
apmelton | and will change as instances are deleted and created | 16:02 |
openstackgerrit | lalit dagre proposed openstack/nova: WIP: Flavor create and Flavor get_* methods support both DB https://review.openstack.org/213041 | 16:02 |
mriedem | apmelton: but you can set it? | 16:03 |
apmelton | and it is possible to set the mac directly | 16:03 |
mriedem | ok, yeah | 16:03 |
mriedem | so that was the question, the previous comment said you couldn't, but you are | 16:03 |
apmelton | ip net link dev br100 set address <mac> | 16:03 |
danpb | you can't set the mac on the bridge directly | 16:03 |
*** ijw has quit IRC | 16:03 | |
danpb | it'll change if any device is later enslaved that has a numerically lower mac | 16:03 |
*** ijw has joined #openstack-nova | 16:03 | |
apmelton | danpb: setting it with the above command locks it to that mac | 16:03 |
*** unicell1 has quit IRC | 16:04 | |
danpb | i don't believe it will | 16:04 |
danpb | well ok, it will as long as all the tap devices you enslave have a higher mac adress than the one you set | 16:05 |
*** nic has joined #openstack-nova | 16:05 | |
openstackgerrit | Nikola Dipanov proposed openstack/nova: db: Add the migration_context to the instance_extra table https://review.openstack.org/216731 | 16:05 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: objects: Hook migration object into Instance https://review.openstack.org/216733 | 16:05 |
openstackgerrit | Nikola Dipanov proposed openstack/nova: objects: Add MigrationContext object https://review.openstack.org/216732 | 16:05 |
danpb | any libvirt created TAP devices will get 0xFE as their first byte | 16:05 |
*** tojuvone has quit IRC | 16:05 | |
*** ijw_ has joined #openstack-nova | 16:05 | |
*** ccarmack has joined #openstack-nova | 16:05 | |
danpb | but i'm not sure if, eg, nova created TAP devices for neutron get such a mac address set | 16:05 |
*** rajesht has quit IRC | 16:05 | |
*** meghal has joined #openstack-nova | 16:06 | |
apmelton | https://gist.github.com/ramielrowe/b41f467be80f060eb85f | 16:06 |
apmelton | thats what my interfaces look like after using https://review.openstack.org/#/c/216895/ and creating and deleting multiple new instances | 16:06 |
apmelton | vnet1 are taps created by libvirt | 16:07 |
apmelton | vnetX* | 16:07 |
*** ijw has quit IRC | 16:08 | |
*** nkrinner has quit IRC | 16:08 | |
apmelton | let me comment out the code and monkey around a little more and see if it changes | 16:08 |
danpb | that change doesn't make sense | 16:09 |
mriedem | apmelton: what is the interface that is passed to netifaces in the nova functional tests that makes it explode? | 16:09 |
apmelton | mriedem: it's the interface being bridged into | 16:09 |
danpb | as the brctl addif command a few lines earlier would have caused the mac tobe set on the bridge | 16:09 |
*** lucasagomes is now known as lucas-afk | 16:10 | |
*** jistr has quit IRC | 16:12 | |
mriedem | apmelton: right, but i was wondering what was being passed in that caused "ValueError: You must specify a valid interface name." | 16:12 |
mriedem | like is it passing 'fake' or something | 16:12 |
*** romainh has quit IRC | 16:12 | |
apmelton | mriedem: one sec, I'll check | 16:13 |
*** Apoorva has joined #openstack-nova | 16:13 | |
apmelton | danpb: https://gist.github.com/ramielrowe/0fdf38484b798c69de9e | 16:14 |
apmelton | danpb: ^^ lower taps being created and br100's address doesn't change | 16:14 |
*** doude has quit IRC | 16:14 | |
*** lucas-afk is now known as lucasagomes | 16:17 | |
apmelton | mriedem: the interface is 'vlan100' | 16:18 |
*** Piet has quit IRC | 16:20 | |
*** fawadkhaliq has joined #openstack-nova | 16:23 | |
danpb | apmelton: it seems this behaviour changed in linux 2.6.27 kernel | 16:24 |
danpb | apmelton: whereby it will now honour admin set mac whereas previously it would arbitrarily replace it | 16:24 |
apmelton | gotcha | 16:24 |
apmelton | danpb: does setting the mac this way make sense, or is there a better way to do it with brctl? | 16:25 |
danpb | the ip command is best way | 16:25 |
openstackgerrit | Radomir Dopieralski proposed openstack/nova: Make the create_instance call accept security group ids as well as names https://review.openstack.org/217292 | 16:25 |
jogo | mriedem: responded to the multinode thread | 16:26 |
mriedem | jogo: you're alive! | 16:27 |
mriedem | apmelton: so how about i make my lxc devstack test change depend on that nova-network change also | 16:28 |
*** Nikolay_St has joined #openstack-nova | 16:28 | |
mriedem | see if that helps any | 16:28 |
apmelton | mriedem: had you already tried disabling the volume zeroing? | 16:28 |
mriedem | apmelton: yeah | 16:28 |
mriedem | haven't checked results yet | 16:29 |
mriedem | doing that now | 16:29 |
apmelton | I have a feeling that might help | 16:29 |
*** VW_ has joined #openstack-nova | 16:29 | |
jogo | mriedem: I think I blew my cover, now I have to be relocated | 16:29 |
mriedem | volume_clear=none is at least being set properly http://logs.openstack.org/33/215733/4/check/gate-tempest-dsvm-full/2e289ef/logs/etc/nova/nova.conf.txt.gz | 16:29 |
mriedem | jogo: huh? | 16:29 |
apmelton | danpb: you wouldn't happen to have a link to the changelog or something that describes that change in behavior? | 16:29 |
mriedem | apmelton: i don't think it helped, there are still only 3 instances | 16:30 |
mriedem | http://logs.openstack.org/33/215733/4/check/gate-tempest-dsvm-full/2e289ef/logs/libvirt/lxc/ | 16:30 |
danpb | apmelton: http://paste.fedoraproject.org/259661/06676144 | 16:31 |
apmelton | danpb: thanks! | 16:31 |
openstackgerrit | Feodor Tersin proposed openstack/nova: Fix creation of volumes during block device mapping stage https://review.openstack.org/213433 | 16:32 |
* jogo goes back into hiding | 16:34 | |
*** moshele has joined #openstack-nova | 16:35 | |
*** alex_klimov has quit IRC | 16:36 | |
*** moshele has quit IRC | 16:38 | |
*** nic has quit IRC | 16:44 | |
*** derekh has quit IRC | 16:46 | |
apmelton | mriedem: yea... I'm still seeing the same issue even with my patch | 16:47 |
*** lucasagomes is now known as lucas-dinner | 16:48 | |
*** rushil has joined #openstack-nova | 16:48 | |
*** VW_ has quit IRC | 16:49 | |
*** VW_ has joined #openstack-nova | 16:49 | |
*** exploreshaifali has joined #openstack-nova | 16:50 | |
*** meghal has quit IRC | 16:51 | |
*** lpetrut has quit IRC | 16:51 | |
*** sachin has joined #openstack-nova | 16:52 | |
*** unicell has joined #openstack-nova | 16:52 | |
*** achanda has joined #openstack-nova | 16:52 | |
*** davideagnello has joined #openstack-nova | 16:55 | |
openstackgerrit | Huang Zhiteng proposed openstack/nova: libvirt: Force iSCSI disconnect after timeout https://review.openstack.org/167815 | 16:55 |
*** thedodd has quit IRC | 16:56 | |
*** sachin has quit IRC | 16:56 | |
*** meghal has joined #openstack-nova | 16:57 | |
*** ssurana has joined #openstack-nova | 16:57 | |
dims | hey jogo come back! | 16:59 |
dims | :) | 16:59 |
*** baoli_ has quit IRC | 16:59 | |
*** baoli has joined #openstack-nova | 16:59 | |
ndipanov | mriedem, so this https://bugs.launchpad.net/nova/+bug/1445021 | 17:01 |
openstack | Launchpad bug 1445021 in OpenStack Compute (nova) "nova-compute does not start after upgrade from juno->kilo if there are boot from volume servers running" [High,In progress] - Assigned to Nikola Đipanov (ndipanov) | 17:01 |
ndipanov | is the same as https://bugs.launchpad.net/nova/+bug/1416132 | 17:01 |
openstack | Launchpad bug 1416132 in OpenStack Compute (nova) "_get_instance_disk_info fails to read files from NFS due to permissions" [High,In progress] - Assigned to Eric Harney (eharney) | 17:01 |
*** nic has joined #openstack-nova | 17:01 | |
ndipanov | and probably another 2-50 bugs in the tracker | 17:01 |
ndipanov | there is a non-trivial way to fix it | 17:01 |
ndipanov | and an even more tricky way to fix it | 17:02 |
mriedem | ndipanov: i was just cleaning up LP for bugs assigned to me | 17:02 |
mriedem | when i updated the commit message before approving one of your patches it assigned the bug to me in LP | 17:02 |
ndipanov | mriedem, that thing was the first thing I was gonna jump on when FF is done | 17:02 |
mriedem | so i re-assigned it back | 17:02 |
ndipanov | ok just saying | 17:02 |
*** boris-42 has joined #openstack-nova | 17:07 | |
*** rushiagr is now known as rushiagr_away | 17:07 | |
*** rushiagr_away is now known as rushiagr | 17:08 | |
*** meghal has quit IRC | 17:09 | |
*** meghal has joined #openstack-nova | 17:09 | |
*** rushiagr is now known as rushiagr_away | 17:09 | |
*** rushiagr_away is now known as rushiagr | 17:10 | |
*** meghal has quit IRC | 17:10 | |
*** meghal has joined #openstack-nova | 17:10 | |
*** meghal has quit IRC | 17:10 | |
*** meghal has joined #openstack-nova | 17:11 | |
*** madhaviy has quit IRC | 17:11 | |
*** VW_ has quit IRC | 17:11 | |
*** meghal has quit IRC | 17:11 | |
*** VW_ has joined #openstack-nova | 17:12 | |
*** meghal has joined #openstack-nova | 17:12 | |
*** hemna is now known as hemnafk | 17:13 | |
*** winston-d is now known as winston-d_zZZ | 17:13 | |
*** VW_ has quit IRC | 17:14 | |
*** VW_ has joined #openstack-nova | 17:14 | |
*** tonytan_brb has quit IRC | 17:16 | |
*** lpetrut has joined #openstack-nova | 17:16 | |
*** VW__ has joined #openstack-nova | 17:16 | |
*** meghal has quit IRC | 17:17 | |
*** meghal has joined #openstack-nova | 17:17 | |
*** VW_ has quit IRC | 17:20 | |
*** Piet has joined #openstack-nova | 17:26 | |
*** stefan_amann has joined #openstack-nova | 17:27 | |
*** sachin has joined #openstack-nova | 17:27 | |
*** baoli has quit IRC | 17:27 | |
*** vilobhmm1 has joined #openstack-nova | 17:27 | |
openstackgerrit | Radomir Dopieralski proposed openstack/nova: Make the create_instance call accept security group ids as well as names https://review.openstack.org/217292 | 17:28 |
*** davideagnello has quit IRC | 17:29 | |
*** Sukhdev has quit IRC | 17:30 | |
*** davideagnello has joined #openstack-nova | 17:30 | |
*** VW_ has joined #openstack-nova | 17:30 | |
*** Sukhdev has joined #openstack-nova | 17:31 | |
*** VW__ has quit IRC | 17:31 | |
*** ijw_ has quit IRC | 17:32 | |
*** baoli_ has joined #openstack-nova | 17:32 | |
*** ijw has joined #openstack-nova | 17:32 | |
*** VW_ has quit IRC | 17:33 | |
*** armax has joined #openstack-nova | 17:34 | |
*** stefan_amann has quit IRC | 17:34 | |
*** VW_ has joined #openstack-nova | 17:34 | |
*** tonytan4ever has joined #openstack-nova | 17:37 | |
ndipanov | hey jaypipes do I remember correctly that you actually had some patches that refactor Claims to not return None or failure string but an actual value? | 17:38 |
*** achanda_ has joined #openstack-nova | 17:39 | |
ndipanov | actually as in we didn't just talk about it but there was code written? | 17:39 |
*** achanda has quit IRC | 17:39 | |
*** rushiagr is now known as rushiagr_away | 17:41 | |
*** dims_ has joined #openstack-nova | 17:41 | |
*** VW_ has quit IRC | 17:41 | |
*** dims has quit IRC | 17:42 | |
*** aix has quit IRC | 17:44 | |
*** hemnafk is now known as hemna | 17:44 | |
*** danpb has quit IRC | 17:46 | |
*** stefan_amann has joined #openstack-nova | 17:47 | |
*** meghal has quit IRC | 17:47 | |
*** baoli_ has quit IRC | 17:47 | |
*** achanda_ has quit IRC | 17:48 | |
*** jdurgin has quit IRC | 17:49 | |
*** achanda has joined #openstack-nova | 17:51 | |
*** ivasev has quit IRC | 17:53 | |
*** rushiagr_away is now known as rushiagr | 17:53 | |
*** thedodd has joined #openstack-nova | 17:58 | |
*** exploreshaifali has quit IRC | 17:58 | |
*** ajayaa has quit IRC | 17:59 | |
*** meghal has joined #openstack-nova | 18:01 | |
*** tonytan4ever has quit IRC | 18:02 | |
*** rdopiera has quit IRC | 18:04 | |
*** baoli has joined #openstack-nova | 18:06 | |
*** andreykurilin__ has joined #openstack-nova | 18:07 | |
*** ivasev has joined #openstack-nova | 18:08 | |
*** meghal has quit IRC | 18:08 | |
*** jdurgin has joined #openstack-nova | 18:09 | |
*** meghal has joined #openstack-nova | 18:09 | |
*** meghal has quit IRC | 18:09 | |
*** smatzek__ has joined #openstack-nova | 18:09 | |
*** meghal has joined #openstack-nova | 18:09 | |
*** meghal has joined #openstack-nova | 18:09 | |
*** tonytan4ever has joined #openstack-nova | 18:09 | |
*** meghal has quit IRC | 18:10 | |
*** meghal has joined #openstack-nova | 18:11 | |
*** meghal has quit IRC | 18:11 | |
*** meghal has joined #openstack-nova | 18:11 | |
*** smatzek_ has quit IRC | 18:13 | |
*** annegentle has quit IRC | 18:14 | |
*** unicell has quit IRC | 18:14 | |
*** unicell has joined #openstack-nova | 18:14 | |
*** ccarmack has quit IRC | 18:14 | |
*** baoli has quit IRC | 18:16 | |
*** achanda has quit IRC | 18:16 | |
*** openstackgerrit has quit IRC | 18:17 | |
*** openstackgerrit has joined #openstack-nova | 18:17 | |
*** armax has quit IRC | 18:18 | |
*** armax has joined #openstack-nova | 18:20 | |
*** ccarmack has joined #openstack-nova | 18:23 | |
*** zhenguo has quit IRC | 18:23 | |
*** marzif has joined #openstack-nova | 18:24 | |
*** meghal has quit IRC | 18:24 | |
*** baoli has joined #openstack-nova | 18:26 | |
*** VW_ has joined #openstack-nova | 18:26 | |
*** VW_ has quit IRC | 18:27 | |
*** meghal has joined #openstack-nova | 18:27 | |
*** VW_ has joined #openstack-nova | 18:27 | |
*** marzif has quit IRC | 18:28 | |
*** aix has joined #openstack-nova | 18:30 | |
*** jaypipes has quit IRC | 18:31 | |
*** ociuhandu has quit IRC | 18:33 | |
*** baoli has quit IRC | 18:36 | |
*** lifeless1 is now known as lifeless | 18:39 | |
*** lpetrut has quit IRC | 18:39 | |
*** jaypipes has joined #openstack-nova | 18:40 | |
jaypipes | ndipanov: no code written yet, no. :( | 18:43 |
mriedem | it was all a dream | 18:43 |
jaypipes | mriedem, ndipanov, alaski, dansmith: if you have a chance... https://review.openstack.org/#/c/209499/ | 18:46 |
* dansmith doesn't have a chance | 18:46 | |
*** diegows has joined #openstack-nova | 18:47 | |
openstackgerrit | Andrey Kurilin proposed openstack/python-novaclient: Add mechanism to vm list to return all resources https://review.openstack.org/217101 | 18:47 |
ndipanov | jaypipes, too late for that kind of complexity I'm afraid | 18:47 |
ndipanov | but leaving it queued for when I reboot tomorrow | 18:47 |
*** jdurgin has quit IRC | 18:48 | |
*** marzif has joined #openstack-nova | 18:50 | |
*** baoli has joined #openstack-nova | 18:50 | |
*** jwcroppe has quit IRC | 18:50 | |
*** yamahata has quit IRC | 18:51 | |
*** asd112z_ has joined #openstack-nova | 18:52 | |
*** mtanino_ has quit IRC | 18:53 | |
*** tsekiyam_ has joined #openstack-nova | 18:53 | |
*** dims_ has quit IRC | 18:53 | |
*** dims has joined #openstack-nova | 18:54 | |
*** mtanino has joined #openstack-nova | 18:54 | |
*** smatzek__ has quit IRC | 18:55 | |
*** asd112z has quit IRC | 18:56 | |
*** Sukhdev has quit IRC | 18:56 | |
*** tsekiyama has quit IRC | 18:57 | |
alaski | jaypipes: in the queue, should get to it today | 18:57 |
jaypipes | alaski: cheers | 18:57 |
*** angdraug has joined #openstack-nova | 19:00 | |
*** rushiagr is now known as rushiagr_away | 19:03 | |
*** baoli has quit IRC | 19:04 | |
*** marzif has quit IRC | 19:04 | |
*** baoli has joined #openstack-nova | 19:05 | |
*** jdurgin has joined #openstack-nova | 19:07 | |
*** lpetrut has joined #openstack-nova | 19:07 | |
*** exploreshaifali has joined #openstack-nova | 19:07 | |
*** jwcroppe has joined #openstack-nova | 19:08 | |
*** smatzek has joined #openstack-nova | 19:10 | |
openstackgerrit | Cale Rath proposed openstack/nova: Make generate_password more secure https://review.openstack.org/210092 | 19:11 |
*** yamahata has joined #openstack-nova | 19:11 | |
*** tsekiyam_ has quit IRC | 19:13 | |
*** krtaylor has quit IRC | 19:14 | |
*** achanda has joined #openstack-nova | 19:16 | |
*** Sukhdev has joined #openstack-nova | 19:18 | |
*** tonytan4ever has quit IRC | 19:18 | |
*** lpetrut has quit IRC | 19:18 | |
*** smatzek has quit IRC | 19:21 | |
*** stefan_amann has quit IRC | 19:24 | |
*** meghal has quit IRC | 19:24 | |
*** achanda has quit IRC | 19:25 | |
*** meghal has joined #openstack-nova | 19:26 | |
*** VW_ has quit IRC | 19:28 | |
*** VW_ has joined #openstack-nova | 19:29 | |
*** skylerberg has joined #openstack-nova | 19:31 | |
*** VW_ has quit IRC | 19:33 | |
*** tsekiyama has joined #openstack-nova | 19:37 | |
*** mtanino_ has joined #openstack-nova | 19:37 | |
*** Marga_ has joined #openstack-nova | 19:38 | |
*** mtanino has quit IRC | 19:39 | |
*** rushil has quit IRC | 19:41 | |
*** lpetrut has joined #openstack-nova | 19:41 | |
*** ociuhandu has joined #openstack-nova | 19:44 | |
*** meghal has quit IRC | 19:48 | |
*** armax has quit IRC | 19:48 | |
*** VW_ has joined #openstack-nova | 19:49 | |
*** matrohon has joined #openstack-nova | 19:51 | |
*** irenab has quit IRC | 19:51 | |
mriedem | melwitt: thanks https://review.openstack.org/#/c/215859/ | 19:54 |
mriedem | i'm tired of the recheck bot calling that out in the -qa channel | 19:54 |
*** thumpba has quit IRC | 19:55 | |
*** armax has joined #openstack-nova | 19:56 | |
*** y_sawai has joined #openstack-nova | 19:59 | |
*** vivekd has quit IRC | 20:00 | |
*** marzif has joined #openstack-nova | 20:00 | |
*** sachin has quit IRC | 20:01 | |
*** achanda has joined #openstack-nova | 20:02 | |
*** sachin has joined #openstack-nova | 20:02 | |
*** jwcroppe has quit IRC | 20:03 | |
*** lpetrut1 has joined #openstack-nova | 20:04 | |
*** jecarey has joined #openstack-nova | 20:05 | |
*** achanda has quit IRC | 20:08 | |
*** y_sawai has quit IRC | 20:09 | |
*** baoli has quit IRC | 20:10 | |
*** jwcroppe has joined #openstack-nova | 20:10 | |
*** krtaylor has joined #openstack-nova | 20:10 | |
melwitt | mriedem: thanks for fixing it :) | 20:11 |
mriedem | jaypipes: reviewed https://review.openstack.org/#/c/209499/ - some comments inline | 20:12 |
*** marzif has quit IRC | 20:12 | |
mriedem | jaypipes: mostly, i'm looking to see if there are changes already up that are building on this for the numa stuff | 20:12 |
mriedem | jaypipes: btw, i get the reward for being the first core you've pinged to review it | 20:13 |
*** smatzek has joined #openstack-nova | 20:14 | |
*** jwcroppe has quit IRC | 20:14 | |
*** sachin has quit IRC | 20:14 | |
*** sachin has joined #openstack-nova | 20:16 | |
*** VW__ has joined #openstack-nova | 20:17 | |
*** irenab has joined #openstack-nova | 20:18 | |
*** VW__ has quit IRC | 20:19 | |
*** jichen has joined #openstack-nova | 20:19 | |
*** VW__ has joined #openstack-nova | 20:19 | |
mriedem | sweet, new segfault in unit tests http://logs.openstack.org/80/148980/28/check/gate-nova-python27/f7cb9dd/console.html#_2015-08-25_22_14_53_647 | 20:20 |
*** VW_ has quit IRC | 20:20 | |
mriedem | https://bugs.launchpad.net/nova/+bug/1489159 | 20:21 |
openstack | Launchpad bug 1489159 in OpenStack Compute (nova) "IronicDriverTestCase unit tests are seg-faulting" [Undecided,New] | 20:21 |
*** browne has quit IRC | 20:21 | |
*** Marga_ has quit IRC | 20:21 | |
*** meghal has joined #openstack-nova | 20:22 | |
*** VW__ has quit IRC | 20:24 | |
*** eglynn_ has joined #openstack-nova | 20:24 | |
*** eglynn has quit IRC | 20:24 | |
*** fawadkhaliq has quit IRC | 20:25 | |
*** lucas-dinner has quit IRC | 20:25 | |
*** meghal has quit IRC | 20:26 | |
*** achanda has joined #openstack-nova | 20:26 | |
*** thumpba has joined #openstack-nova | 20:29 | |
*** sachin has quit IRC | 20:29 | |
*** rushil has joined #openstack-nova | 20:29 | |
*** sachin has joined #openstack-nova | 20:29 | |
*** rushil_ has joined #openstack-nova | 20:29 | |
*** browne has joined #openstack-nova | 20:30 | |
*** sachin has quit IRC | 20:31 | |
*** sachin has joined #openstack-nova | 20:31 | |
openstackgerrit | Dan Smith proposed openstack/nova: Implement manifest-based backports https://review.openstack.org/217239 | 20:34 |
openstackgerrit | Dan Smith proposed openstack/nova: Use compatibility methods from oslo https://review.openstack.org/217382 | 20:34 |
*** rushil has quit IRC | 20:34 | |
*** y_sawai has joined #openstack-nova | 20:35 | |
rlrossit | dansmith: you're stealing the easy work I wanted to do :( | 20:35 |
dansmith | oh? | 20:35 |
*** y_sawai has quit IRC | 20:36 | |
rlrossit | yeah I was going to wait for the o.vo g-r change to land and then just go nuts on all of the duped code we can get rid of | 20:36 |
rlrossit | like the ObjectListBase stuff | 20:36 |
dansmith | there's more | 20:37 |
*** VW_ has joined #openstack-nova | 20:38 | |
*** smatzek_ has joined #openstack-nova | 20:38 | |
rlrossit | dansmith: another change I was thinking of making: can we have conductor inherit from o.vo's indirection API? | 20:38 |
dansmith | well, | 20:39 |
rlrossit | or will they forever be half-brothers? | 20:39 |
dansmith | conductor does more than just that | 20:39 |
dansmith | they might be mixin-able, I dunno | 20:39 |
*** sachin has quit IRC | 20:39 | |
*** sachin has joined #openstack-nova | 20:39 | |
*** apuimedo has joined #openstack-nova | 20:39 | |
*** smatzek has quit IRC | 20:40 | |
*** phschwartz has quit IRC | 20:43 | |
*** phschwartz has joined #openstack-nova | 20:43 | |
*** sachin has quit IRC | 20:45 | |
*** sachin has joined #openstack-nova | 20:45 | |
*** sahid has quit IRC | 20:47 | |
mriedem | rlrossit: http://www.rottentomatoes.com/m/1193743-step_brothers/ | 20:48 |
mriedem | like that? | 20:48 |
mriedem | classic | 20:48 |
*** sachin has quit IRC | 20:48 | |
*** sachin has joined #openstack-nova | 20:49 | |
*** sachin has quit IRC | 20:49 | |
*** sachin has joined #openstack-nova | 20:49 | |
*** irenab_ has joined #openstack-nova | 20:50 | |
*** irenab has quit IRC | 20:50 | |
*** irenab_ is now known as irenab | 20:50 | |
*** asd112z_ has quit IRC | 20:51 | |
*** smatzek_ has quit IRC | 20:51 | |
*** fesp has joined #openstack-nova | 20:51 | |
*** asd112z has joined #openstack-nova | 20:52 | |
*** sachin has quit IRC | 20:52 | |
*** asd112z has quit IRC | 20:52 | |
*** sachin has joined #openstack-nova | 20:53 | |
*** sachin has quit IRC | 20:53 | |
*** asd112z has joined #openstack-nova | 20:53 | |
*** sachin has joined #openstack-nova | 20:53 | |
*** sachin has quit IRC | 20:55 | |
*** sachin has joined #openstack-nova | 20:55 | |
*** sachin has quit IRC | 20:55 | |
*** sachin has joined #openstack-nova | 20:56 | |
jaypipes | alaski, mriedem: answered your questions on https://review.openstack.org/#/c/209499/ | 20:56 |
*** lpetrut1 has quit IRC | 20:57 | |
*** dustins has quit IRC | 20:57 | |
*** sachin has quit IRC | 20:58 | |
skylerberg | browne: I have been looking into the cryptography bug that has been affecting me: https://bugs.launchpad.net/nova/+bug/1483408 | 20:58 |
openstack | Launchpad bug 1483408 in OpenStack Compute (nova) "Decryption failure after replacing openssl with cryptography lib" [High,Confirmed] - Assigned to Eric Brown (ericwb) | 20:58 |
*** lpetrut has quit IRC | 20:58 | |
skylerberg | Do you have a minute to discuss it? | 20:58 |
*** sachin has joined #openstack-nova | 20:58 | |
*** raildo is now known as raildo-afk | 20:59 | |
*** sachin has quit IRC | 20:59 | |
*** meghal has joined #openstack-nova | 20:59 | |
*** sachin has joined #openstack-nova | 20:59 | |
*** jwcroppe has joined #openstack-nova | 20:59 | |
*** sachin has quit IRC | 21:01 | |
*** irenab has quit IRC | 21:01 | |
mriedem | jaypipes: ok, replied | 21:01 |
*** openstackgerrit has quit IRC | 21:01 | |
mriedem | jaypipes: i think i'm satisfied | 21:01 |
*** sachin has joined #openstack-nova | 21:02 | |
*** openstackgerrit has joined #openstack-nova | 21:02 | |
*** jichen has quit IRC | 21:02 | |
*** winston-d_zZZ has quit IRC | 21:03 | |
*** winston-d_zZZ has joined #openstack-nova | 21:03 | |
*** sachin has quit IRC | 21:03 | |
mriedem | alaski: ball is in your court | 21:04 |
*** sachin has joined #openstack-nova | 21:04 | |
*** sachin has quit IRC | 21:04 | |
*** sachin has joined #openstack-nova | 21:04 | |
alaski | mriedem: hah | 21:05 |
*** r-daneel has quit IRC | 21:05 | |
mriedem | choose wisely | 21:05 |
*** irenab has joined #openstack-nova | 21:05 | |
* mriedem envisions standard angel / devil shoulder scenario with alaski | 21:05 | |
*** sachin has quit IRC | 21:06 | |
mriedem | https://www.youtube.com/watch?v=YnHw-WlP8LQ | 21:06 |
alaski | I was envisioning an Indiana Jones scenario where jaypipes is the old dusty chalice | 21:06 |
mriedem | yeah that too | 21:07 |
openstackgerrit | Rahul proposed openstack/python-novaclient: Fixed typo Errors in comments https://review.openstack.org/217397 | 21:07 |
*** achanda has quit IRC | 21:07 | |
mriedem | jaypipes: would be the devil on the shoulder of course | 21:07 |
*** sachin has joined #openstack-nova | 21:07 | |
*** jecarey has quit IRC | 21:08 | |
*** rfolco has quit IRC | 21:08 | |
jaypipes | hehe | 21:08 |
*** sachin has quit IRC | 21:09 | |
*** sachin has joined #openstack-nova | 21:09 | |
*** sachin has quit IRC | 21:10 | |
*** ivasev has quit IRC | 21:10 | |
*** sachin has joined #openstack-nova | 21:10 | |
*** irenab has quit IRC | 21:10 | |
*** jcoufal has quit IRC | 21:10 | |
*** VW_ has quit IRC | 21:11 | |
*** meghal has quit IRC | 21:11 | |
*** sachin has quit IRC | 21:11 | |
*** sachin has joined #openstack-nova | 21:13 | |
*** haypo has left #openstack-nova | 21:13 | |
*** sinisak has joined #openstack-nova | 21:13 | |
*** sachin has quit IRC | 21:14 | |
*** sachin has joined #openstack-nova | 21:15 | |
*** sachin has quit IRC | 21:15 | |
*** sachin has joined #openstack-nova | 21:15 | |
*** Sukhdev has quit IRC | 21:18 | |
*** jcoufal has joined #openstack-nova | 21:18 | |
*** aysyd has quit IRC | 21:19 | |
*** sachin has quit IRC | 21:19 | |
*** Piet has quit IRC | 21:19 | |
*** irenab has joined #openstack-nova | 21:20 | |
openstackgerrit | Andrew Laski proposed openstack/nova: Add persistence to the RequestSpec object https://review.openstack.org/211753 | 21:20 |
bauzas | alaski: just before going off, I was looking at my changes and saw https://review.openstack.org/#/c/191250/26/nova/compute/api.py,cm | 21:20 |
bauzas | alaski: I just wonder what you mean | 21:20 |
bauzas | alaski: oh gotcha, you mean I should remove the parameter... | 21:21 |
alaski | bauzas: that method no longer uses that argument | 21:21 |
bauzas | alaski: nevermind | 21:21 |
alaski | yeah | 21:21 |
bauzas | okay, will do | 21:21 |
*** irenab has quit IRC | 21:21 | |
bauzas | alaski: about https://review.openstack.org/#/c/187197/30 I tried to get the exact same dict as for the primitive | 21:21 |
bauzas | alaski: not all keys are provided in the primitive dict, hence my 'if' conditional to add those | 21:22 |
*** rushil_ has quit IRC | 21:22 | |
bauzas | alaski: I'll answer to your comment by pointing out the callers so we can discuss | 21:23 |
*** thedodd has quit IRC | 21:23 | |
alaski | bauzas: but every place that is currently using a request spec could rely on instance_type, as an example, being there | 21:23 |
bauzas | alaski: really not :) | 21:23 |
bauzas | alaski: each of them is using .get() | 21:23 |
bauzas | alaski: I suppose it's due to the tests which provide really small dicts like {'num_instances': 1} basically | 21:24 |
alaski | that's annoying | 21:24 |
alaski | bauzas: I would expect that the method would return something looking like http://git.openstack.org/cgit/openstack/nova/tree/nova/scheduler/utils.py#n84 at a minimum | 21:24 |
bauzas | alaski: so you don't explicitely need to get all the keys, that's the main reason I sucked with filt_props because the keys are not explicit | 21:25 |
bauzas | alaski: for request_spec, that's doable | 21:25 |
bauzas | alaski: for filter_props, that's really difficult since we can have multiple possibilies | 21:25 |
alaski | I should have been more specific in my comments, but that was my concern | 21:25 |
bauzas | alaski: yeah I understood your concern | 21:26 |
alaski | okay. I'm less worried about filter_props | 21:26 |
bauzas | alaski: like I said, I went to that approach because of how the dicts were populated before | 21:26 |
bauzas | alaski: okay, will spin off something tomorrow morning | 21:26 |
bauzas | alaski: thanks for your reviews | 21:27 |
*** vladikr has quit IRC | 21:28 | |
alaski | bauzas: np | 21:28 |
*** irenab has joined #openstack-nova | 21:28 | |
* bauzas flies | 21:28 | |
*** ccarmack has quit IRC | 21:28 | |
*** IanGovett has quit IRC | 21:29 | |
*** irenab has quit IRC | 21:29 | |
*** Sukhdev has joined #openstack-nova | 21:30 | |
*** irenab has joined #openstack-nova | 21:31 | |
*** sachin_ has joined #openstack-nova | 21:31 | |
*** burgerk has quit IRC | 21:32 | |
*** thorst has quit IRC | 21:32 | |
*** alex_xu has quit IRC | 21:33 | |
*** tjones has joined #openstack-nova | 21:35 | |
*** alex_xu has joined #openstack-nova | 21:35 | |
*** irenab has quit IRC | 21:36 | |
*** jamielennox has quit IRC | 21:36 | |
*** jaypipes has quit IRC | 21:37 | |
*** jamielennox has joined #openstack-nova | 21:38 | |
*** matrohon has quit IRC | 21:38 | |
*** d34dh0r53 has quit IRC | 21:38 | |
browne | skylerberg: sorry, was stuck in a meeting, now is good | 21:39 |
*** d34dh0r53 has joined #openstack-nova | 21:39 | |
*** alejandrito has joined #openstack-nova | 21:39 | |
*** tjones has quit IRC | 21:40 | |
skylerberg | browne: np. I have been investigating the issue, and I just found that euca2ools was not working because M2Crypto was not installed. Now I am testing to see if installing M2Crypto helps. | 21:40 |
*** ccarmack has joined #openstack-nova | 21:40 | |
*** mriedem has quit IRC | 21:40 | |
*** thumpba has quit IRC | 21:40 | |
skylerberg | browne: If that isn't the issue, than I am pretty well confused. | 21:40 |
*** thumpba has joined #openstack-nova | 21:40 | |
browne | skylerberg: ok, let me know. hopefully that's the issue | 21:41 |
skylerberg | It seems like it is trying to use an rsa key to decrypt something encrypted with aes. I don't know my crypto very well, but that seems really odd. | 21:41 |
*** armax has quit IRC | 21:41 | |
browne | i think the rsa key is encrypted in aes if i remember that code path correctly | 21:41 |
*** meghal has joined #openstack-nova | 21:43 | |
*** fesp has quit IRC | 21:45 | |
*** sachin_ has quit IRC | 21:46 | |
*** thumpba has quit IRC | 21:47 | |
*** sachin_ has joined #openstack-nova | 21:47 | |
*** rlrossit has left #openstack-nova | 21:47 | |
*** armax has joined #openstack-nova | 21:47 | |
*** claudiub has quit IRC | 21:48 | |
*** krtaylor has quit IRC | 21:48 | |
*** sachin_ has quit IRC | 21:48 | |
*** thumpba has joined #openstack-nova | 21:49 | |
*** ctrath has quit IRC | 21:49 | |
*** sachin_ has joined #openstack-nova | 21:50 | |
*** tjones has joined #openstack-nova | 21:50 | |
*** dprince has quit IRC | 21:50 | |
*** thumpba has quit IRC | 21:51 | |
*** alejandrito has quit IRC | 21:51 | |
skylerberg | browne: Yes! It finally works. It looks like the problem was M2Crypto not being installed. I am not sure why devstack didn't get it installed for me on RHEL or Ubuntu, so this could be problem with devstack. | 21:51 |
*** jaypipes has joined #openstack-nova | 21:52 | |
browne | skylerberg: awesome. glad the root cause was finally determined. thanks! | 21:53 |
*** eharney has quit IRC | 21:53 | |
*** dims_ has joined #openstack-nova | 21:56 | |
jlk | anybody around that can talk about the metadata server, and neutron, and why having neutron talk to nova via https results in metadata requests getting a 300 response with choices? | 21:59 |
*** edmondsw has quit IRC | 21:59 | |
*** dims has quit IRC | 21:59 | |
jlk | strike that, ignore me. | 22:01 |
*** tpeoples has quit IRC | 22:03 | |
*** burt has quit IRC | 22:04 | |
*** mdrabe has quit IRC | 22:04 | |
*** achanda has joined #openstack-nova | 22:06 | |
*** SourabhP has joined #openstack-nova | 22:06 | |
*** meghal has quit IRC | 22:08 | |
*** diogogmt has quit IRC | 22:08 | |
*** meghal has joined #openstack-nova | 22:08 | |
*** meghal has joined #openstack-nova | 22:08 | |
*** shoutm has joined #openstack-nova | 22:15 | |
*** kylek3h has quit IRC | 22:15 | |
*** zzzeek has quit IRC | 22:19 | |
*** meghal has quit IRC | 22:21 | |
*** meghal has joined #openstack-nova | 22:21 | |
*** dims_ has quit IRC | 22:24 | |
*** dims has joined #openstack-nova | 22:24 | |
*** thorst has joined #openstack-nova | 22:27 | |
*** achanda_ has joined #openstack-nova | 22:28 | |
*** achanda has quit IRC | 22:29 | |
*** jwcroppe has quit IRC | 22:30 | |
openstackgerrit | Andrey Kurilin proposed openstack/python-novaclient: Add mechanism to vm list to return all resources https://review.openstack.org/217101 | 22:31 |
*** jcoufal has quit IRC | 22:31 | |
*** Piet has joined #openstack-nova | 22:32 | |
*** meghal has quit IRC | 22:32 | |
*** kiran_c has joined #openstack-nova | 22:32 | |
*** shoutm has quit IRC | 22:32 | |
*** kiran_c has left #openstack-nova | 22:32 | |
*** kiran_c has joined #openstack-nova | 22:32 | |
*** jaypipes has quit IRC | 22:33 | |
*** dims has quit IRC | 22:34 | |
*** kiran_c has left #openstack-nova | 22:35 | |
*** kiran_c has joined #openstack-nova | 22:35 | |
*** kiran_c has left #openstack-nova | 22:35 | |
*** shoutm has joined #openstack-nova | 22:36 | |
*** hemna is now known as hemnafk | 22:36 | |
*** meghal has joined #openstack-nova | 22:38 | |
*** krtaylor has joined #openstack-nova | 22:39 | |
*** meghal has quit IRC | 22:39 | |
*** tjones has quit IRC | 22:42 | |
*** exploreshaifali has quit IRC | 22:45 | |
*** meghal has joined #openstack-nova | 22:45 | |
*** markvoelker has quit IRC | 22:46 | |
*** thangp has quit IRC | 22:46 | |
*** armax has quit IRC | 22:51 | |
*** markvoelker has joined #openstack-nova | 22:54 | |
*** lbeliveau has quit IRC | 22:57 | |
*** diegows has quit IRC | 23:10 | |
*** sachin_ has quit IRC | 23:11 | |
*** sachin_ has joined #openstack-nova | 23:12 | |
*** armax has joined #openstack-nova | 23:14 | |
openstackgerrit | Dan Smith proposed openstack/nova: Implement manifest-based backports https://review.openstack.org/217239 | 23:15 |
openstackgerrit | Dan Smith proposed openstack/nova: Implement manifest-based backports https://review.openstack.org/217239 | 23:17 |
*** achanda has joined #openstack-nova | 23:18 | |
*** achanda_ has quit IRC | 23:18 | |
*** bkopilov has quit IRC | 23:19 | |
*** arif-ali has quit IRC | 23:19 | |
*** bkopilov has joined #openstack-nova | 23:19 | |
*** arif-ali has joined #openstack-nova | 23:19 | |
*** sachin_ has quit IRC | 23:19 | |
*** sachin has joined #openstack-nova | 23:22 | |
*** diegows has joined #openstack-nova | 23:23 | |
*** diegows has quit IRC | 23:23 | |
*** nic has quit IRC | 23:26 | |
*** Sukhdev has quit IRC | 23:30 | |
*** kylek3h has joined #openstack-nova | 23:30 | |
oomichi | sdague: hi | 23:35 |
*** mriedem has joined #openstack-nova | 23:36 | |
openstackgerrit | Dan Smith proposed openstack/nova: Implement manifest-based backports https://review.openstack.org/217239 | 23:37 |
*** Nikolay_1t has joined #openstack-nova | 23:38 | |
*** achanda has quit IRC | 23:38 | |
*** Nikolay_St has quit IRC | 23:40 | |
*** meghal has quit IRC | 23:44 | |
openstackgerrit | Michael Still proposed openstack/nova: Add deprecated_for_removal parm for deprecated neutron_ops https://review.openstack.org/214256 | 23:45 |
*** shyu has joined #openstack-nova | 23:46 | |
*** shoutm_ has joined #openstack-nova | 23:54 | |
*** zhangjn has joined #openstack-nova | 23:55 | |
*** asd112z has quit IRC | 23:57 | |
*** shoutm has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!