Jump to: navigation, search

Difference between revisions of "Meetings/Nova"

(Agenda for next meeting)
(Agenda for next meeting)
Line 50: Line 50:
 
*** ?
 
*** ?
 
* Open discussion
 
* Open discussion
 +
** (mlakat) We'd like to get some advice on: What is the standard OpenStack way of running something (in this case an os.path.getsize()) with a timeout? This came up as part of: https://bugs.launchpad.net/nova/+bug/1691131 Basically what happened is that a broken NFS connection might block os.path.getsize(path) forever. Approaches tried:
 +
*** putting it on a separate green thread: Still blocks the main green thread forever
 +
*** putting it on a separate Thread: We have no way of killing threads nicely in python
 +
*** use multiprocess module: seems to work, but I am a bit worried about the overhead of it
 +
*** Someone must have solved this already in OpenStack
 
** ?
 
** ?
  

Revision as of 09:28, 18 May 2017

Weekly Nova team meeting

MEETING TIME: Thursdays alternating 14:00 UTC (#openstack-meeting) and 21:00 UTC (#openstack-meeting)

This meeting is a weekly gathering of developers working on OpenStack Compute (Nova). We cover topics such as release planning and status, bugs, reviews, and other current topics worthy of real-time discussion.

NOTE: this wiki page should be 'emptied' at the end of each meeting.

Agenda for next meeting

Next meetings scheduled for:


Where you see "?" feel free to just edit the wiki and add your item.

Here is the agenda for the next meeting:

Sub-teams

There are also some Nova subteam meetings. See Nova#Active_Sub-teams: for details.

Previous meetings