Jump to: navigation, search

Difference between revisions of "CinderRockyPTGSummary"

(Wednesday 2/28/2018)
(Wednesday 2/28/2018)
Line 44: Line 44:
 
  *'''Action (jungleboyj):'''  Figure out how to bring in the extension for oslo.sphinx.
 
  *'''Action (jungleboyj):'''  Figure out how to bring in the extension for oslo.sphinx.
 
  *'''Action (jungleboyj):'''  Try migrating over the LVM driver to be automated as a first patch.
 
  *'''Action (jungleboyj):'''  Try migrating over the LVM driver to be automated as a first patch.
 +
 +
 +
===Revisit grouping release notes===
 +
*'''Decision:'''  The release notes are not as user friendly as we would like.  Work in this area would be good.
 +
<br>
 +
*'''Action (jungleboyj):'''  Start documenting some standards around release note file names.  I.E. <driver>-<what is being done (add|remove|fix|destroy)>-<description>
 +
*'''Action (jungleboyj):'''  Figure out how the release note build process is working and document anything that might help us to better leverage the process.
 +
*'''Action (jungleboyj):'''  Clean up issues with existing notes.
 +
 +
 +
===Condense/Standardize on Base Set of Config Options ===
 +
*'''Decision:'''  We do not want to pursue this further right now as we have enough other work to do to get the config options cleaned up.
 +
<br>
 +
 +
 +
[https://www.youtube.com/watch?v=4mC_dxvTAw0&feature=youtu.be Video Recording Part 3]
 +
 +
 +
===Support AZ in volume type ===
 +
*'''Decision:'''  The team supports making this change.
 +
<br>
 +
*'''Action (team):'''  Need to review the spec:  https://review.openstack.org/#/c/542691/
 +
*'''Action (tommylikehu):'''  To propose code based on the final spec.

Revision as of 00:28, 6 March 2018

Introduction

This page contains a summary of the subjects covered during the Queens PTG in Dublin, Ireland Wednesday February 28th, through Friday March 2nd, 2018.

The full etherpad and all associated notes may be found here.


Wednesday 2/28/2018

Etherpad with Detailed Notes

Video Recording Part 1

Support signature verification when create from image

  • Decision: We do wish to go forward with this feature.


*Agreement: We will add a config option for this.  It should be enabled by default.  If the signature is in the image we verify it, if not there is nothing to do.
*Agreement:  We will need to look close at where there are places in the code path that an image is being moved and make sure that we do appropriate checking.
*Action (tommylikehu):  Ensure that we have pointers the documentation explaining how to set up the keys and signing.
*Action (jungleboyj):  Add the spec to the spec review list:  https://review.openstack.org/#/c/384143/


Generic Backup

  • Decision: We do want to continue forward implementing this.


*Action (e0ne):  Create documentation that indicates where this works and does not.
*Action (e0ne):  Update the spec based on how the code is developed.
*Action (eharney):   To review the following patch:  https://review.openstack.org/#/c/543967/


Video Recording Part 2


Support restore backup to different volumes simultaneously

  • Decision: This is not something that we want to do as it really seems to be an inappropriate use of backup.


*Action (abishop):  To create a bug on narrowing the lock timing on creating a volume from the image cache. (method: _create_from_image_cache_or_download in cinder/volume/flows/manager/create_volume.py)


Automatic config generation

  • Decision: This needs to be investigated and understood as far as how this can be automated/updated.


*Agreement:  This is a relatively critical thing to work on given the user experience impact. 
*Action (patrickeast):  See if we can find the documentation for shared backend config options.
*Action (jungleboyj):  Figure out how to bring in the extension for oslo.sphinx.
*Action (jungleboyj):  Try migrating over the LVM driver to be automated as a first patch.


Revisit grouping release notes

  • Decision: The release notes are not as user friendly as we would like. Work in this area would be good.


*Action (jungleboyj):  Start documenting some standards around release note file names.  I.E. <driver>-<what is being done (add|remove|fix|destroy)>-<description>
*Action (jungleboyj):  Figure out how the release note build process is working and document anything that might help us to better leverage the process.
*Action (jungleboyj):  Clean up issues with existing notes.


Condense/Standardize on Base Set of Config Options

  • Decision: We do not want to pursue this further right now as we have enough other work to do to get the config options cleaned up.



Video Recording Part 3


Support AZ in volume type

  • Decision: The team supports making this change.


*Action (team):  Need to review the spec:  https://review.openstack.org/#/c/542691/
*Action (tommylikehu):  To propose code based on the final spec.