Jump to: navigation, search

Difference between revisions of "Swift/PriorityReviews"

Line 9: Line 9:
 
== swift ==
 
== swift ==
  
'''Due date Feb 14''' [I love the sound deadlines make as they whiz by --torgomatic]
+
'''Storage Policies'''
 +
* Look at the feature/ec branch
 +
* Changes will be proposed to master soon
  
# https://review.openstack.org/#/c/65347/
+
=== For Icehouse ===
# write+land reconciler
 
# https://review.openstack.org/#/c/73747/p
 
  
'''Due date March 7'''
+
* If-None-Match support to PUT (https://review.openstack.org/#/c/81646/)
 
+
* Fix logging bug with manifests (https://review.openstack.org/#/c/82909/)
# merge feature/ec into master
+
* In-process functional tests (https://review.openstack.org/#/c/66108/)
 
+
* Fix range requests with SLOs (https://review.openstack.org/#/c/82895/)
'''Due date March 28'''
+
* Check segment md5s with large objects (https://review.openstack.org/#/c/80383/)
 
 
# suss out any outstanding issues
 
# cut Icehouse RC
 
 
 
* https://review.openstack.org/#/q/branch:feature/ec+AND+-status:workinprogress+AND+status:open,n,z
 
* https://trello.com/b/LlvIFIQs/swift-erasure-codes-and-storage-policies
 

Revision as of 15:39, 26 March 2014

Looking for something to review?

All patches:https://review.openstack.org/#/q/status:open+AND+(project:openstack/swift-bench+OR+project:openstack/object-api+OR+project:openstack/swift+OR+project:openstack/python-swiftclient),n,z

All patches with no core reviews: https://review.openstack.org/#/q/-reviewer:torgomatic+AND+-reviewer:notmyname+AND+-reviewer:gholt+AND+-reviewer:peter-a-portante+AND+-reviewer:darrellb+AND+-reviewer:chmouel+AND+-reviewer:clay-gerrard+AND+-reviewer:zaitcev+AND+-reviewer:david-goetz+AND+-reviewer:cthier+AND+-reviewer:redbo+AND+-reviewer:greglange+AND+status:open+AND+-status:workinprogress+AND+(project:openstack/swift+OR+project:openstack/python-swiftclient+OR+project:openstack/swift-bench+OR+project:openstack/object-api),n,z

Patches needing one more core review: https://review.openstack.org/#/q/status:open+AND+(project:openstack/swift+OR+project:openstack/python-swiftclient+OR+project:openstack/swift-bench+OR+project:openstack/object-api)+AND+CodeReview%252B2+AND+Verified%252B1+AND+-Verified-1+AND+-CodeReview-2+AND+-Approved%252B1,n,z

swift

Storage Policies

  • Look at the feature/ec branch
  • Changes will be proposed to master soon

For Icehouse