21:00:22 #startmeeting nova 21:00:23 Meeting started Thu Sep 1 21:00:22 2016 UTC and is due to finish in 60 minutes. The chair is mriedem. Information about MeetBot at http://wiki.debian.org/MeetBot. 21:00:24 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 21:00:26 The meeting name has been set to 'nova' 21:00:31 o/ 21:00:35 o/ 21:00:37 \o 21:00:37 o/ 21:00:39 o/ 21:00:39 o- 21:00:41 o/ 21:00:48 #link agenda https://wiki.openstack.org/wiki/Meetings/Nova 21:00:55 o/ 21:01:04 let's make this a fast one since we are watching some changes go through the gate for n-3 21:01:08 #topic release status 21:01:22 n-3 and feature freeze is today 21:01:44 we are watching for 3 things to get in before FF and n-3 21:01:46 1. https://review.openstack.org/#/c/364498/ 21:01:50 for placement allocations 21:02:05 2. https://review.openstack.org/#/c/356138/ for listing instances with cells v2 21:02:17 that merged 21:02:22 3. https://review.openstack.org/#/c/326906 for cells mq switching 21:02:23 sweet 21:02:45 * edleafe wanders in 21:02:55 once those are merged we'll tag n-3 21:03:17 novaclient 6.0.0 was released this week and is in upper-constraints 21:03:23 #info Sep 12-16: PTL self-nominations open for Ocata 21:03:27 fyi on that ^ 21:03:34 #info Sep 15: RC1 21:03:40 so we have 2 weeks to rc1 21:03:47 be on the lookout for critical bugs 21:04:02 questions? 21:04:23 i'm going to skip bugs and gate status, nothing critical to report there 21:04:37 #topic summit planning 21:04:40 mriedem: can I patch nova to work better with os-brick 1.6.X? 21:04:46 or is that better for ocata? 21:05:04 tonyb: that's a bug fix, so ok 21:05:10 \o/ 21:05:11 although i already put up a patch for that today 21:05:25 mriedem: okay, the problem with having stale context :( 21:05:35 https://review.openstack.org/#/c/364454/ 21:05:46 there might be other issues, but let's just bug fix those afterware 21:05:57 so back to summit planning 21:05:58 Etherpad for topics: https://etherpad.openstack.org/p/ocata-nova-summit-ideas 21:06:06 We'll have 13 fishbowl sessions (all of Thurs and Fri morning), and the meetup style on Friday afternoon. Compared to Austin where we had 18 FB sessions and a full Friday meetup. 21:06:28 we probably had a few too many FB sessions in austin so i think this is ok 21:06:38 #link Ocata is a shorter cycle with a tentative schedule here: https://review.openstack.org/#/c/357214/ 21:06:57 Because of this we'll probably limit to one unconference session and focus the majority of the release on priority items carried over from Newton, like cells v2, placement API, and libvirt storage pools. 21:07:28 i'm thinking planning meetings for sessions after rc1 21:07:39 questions about the summit? 21:07:55 #topic open discussion 21:08:04 (xavvior) Resume Guests State automatically rebuild on error 21:08:15 BUG: https://bugs.launchpad.net/nova/+bug/1585494 21:08:15 Launchpad bug 1585494 in OpenStack Compute (nova) "Rebuild instance, if the physical data is missing (at start)" [Undecided,In progress] - Assigned to Alex Szarka (xavvior) 21:08:48 Hi all, about this patch: 21:08:56 This patch automatically rebuilds the instance, if we get any error during resume. At rebuild we restore all attributes of instance from database (e.g.: ip addresses, networks). 21:09:05 As base conception, we automatically rebuild the instance, if the physical files is missing from the disk. For example: compute blade replacement (due to hardware failure) and then nova can't recover, resume the instance. 21:09:06 this is what evacuate is intended for right? 21:09:19 Also, we kept the original restarting conception and extended it, so we introduce a new config flag, and we can turn on/off the fully automated rebuild. 21:09:27 If this flag is False (this default value), then behaviour stays the same as before, set instance state to error and we can do nothing with this instance. If the flag is true (the system operator can set this), then all instance with error state is automatically is tried to rebuild. If it also fail, then set the instance state to error. 21:09:34 On instance we don't store persistent data at normal, therefore I think, this not dangerous, but not restricted, so we set this decision of system administrator. 21:09:38 The restart already automatized in nova and we'd the rebuild automatize as like restart. Also, automatized restarting can cause damage too (as we try to reboot from a corrupt disk, that can cause more corruption -> data loss) 21:10:15 is that a feature rather ? 21:10:20 xavvior: so i think this is at least a blueprint, probably needs a spec discussion 21:10:24 i definitely don't think this is a bug fix 21:10:27 yeah, this is more a feature than bug 21:10:44 a spec would be a good place to explain the use case and why this is different from evacuate 21:10:48 or evacuate doesn't work for this 21:10:55 and it seems like evacuate covers this, though it's not automated 21:10:58 xavvior: so i think you should work on a blueprint and start a spec for ocata 21:11:12 xavvior: http://docs.openstack.org/developer/nova/process.html#how-do-i-get-my-code-merged can help understanding the process 21:11:48 is it still a feature if the resume fails only beacuse the instance is not defined in libvirt but the local disk exists (as it was on shared storage)? 21:12:58 "If physical data is missing from the disk (e.g.: compute blade replacement due to hardware failure), nova can't recover instances. But we should try to rebuild instances with the original data (which are stored in the database)." 21:13:05 that reads to me as the scenario for using evacuate 21:13:21 unplanned outage and you have to resurrect an instance from a failed compute 21:13:22 gibi: if the operator tramples the disks, then I don't think Nova should help him 21:13:24 if somehow Nova is causing the instance to be incorrectly removed from libvirt that's a bug. anything outside of that needs discussion 21:13:40 yeah that 21:14:07 mriedem: Will you remove your -2's from centralize-config-option patches next week? 21:14:18 raj_singh: maybe 21:14:33 alaski: in this case the it is not nova that removes the instance from libvirt but the hw replacement removes it 21:14:35 with 2 weeks to rc1 i don't want a ton of distraction really 21:14:48 mriedem: Ok 21:15:01 gibi: I wouldn't consider that a bug. If Nova has to deal with external changes like that it's a feature 21:15:16 +1 21:15:22 alaski: OK. Let's spec this up 21:15:25 but my pet! 21:15:29 gibi: sounds good, thanks! 21:15:34 xavvior: did you follow that? 21:15:40 mriedem: yeah, this is about pets 21:15:44 if you have questions just hit us up in #openstack-nova in irc 21:15:48 yes, i follow the talk 21:15:51 preferrably after FF 21:15:56 * dansmith is losing focus quick 21:16:09 oh shit we're losing him 21:16:13 * mriedem grabs paddles 21:16:18 anything else? 21:16:30 hah 21:16:32 ok then let's wrap up newton 21:16:33 CLEAR! 21:16:36 #endmeeting