Jump to: navigation, search

Difference between revisions of "Meetings/Swift"

(286 intermediate revisions by 18 users not shown)
Line 1: Line 1:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
| '''Meeting Time''' || Every Wednesday at 21:00 UTC in #openstack-meeting
+
! '''2100 UTC Meeting'''
 
|-
 
|-
| '''Meeting Logs''' || http://eavesdrop.openstack.org/meetings/swift/2017/
+
| '''Next meeting:''' February 26, 2020
 
|-
 
|-
| '''Chair''' || notmyname
+
| '''Chair:''' timburke
 +
|-
 +
|
 +
<!-- List 2100UTC meeting items below here -->
 +
 
 +
* Vancouver PTG (June 8-11)
 +
** https://www.openstack.org/events/opendev-ptg-2020/
 +
** Another shift in formats; discussions in the mornings, working sessions in the afternoons
 +
** Early bird prices are $299, not sure when price increases may happen
 +
** Foundation wants an attendance estimate by March 2
 +
* Object GET timings, EC, and concurrent GETs
 +
 
 +
<!-- End 2100UTC meeting items -->
 
|}
 
|}
  
'''Next meeting:''' March 22, 2017 2100 UTC
+
{| class="wikitable"
 
+
|-
* Follow-up from last week
+
| '''Meeting Logs''' || http://eavesdrop.openstack.org/meetings/swift/2020/
** Undelete accounts patch, needs eyes from a "new API" perspective. https://review.openstack.org/#/c/445160/
+
|-
** https://review.openstack.org/#/c/444604/ closes critical bug https://bugs.launchpad.net/swift/+bug/1657246
+
|'''Useful Commands'''|| #link #info #agreed #topic and #startmeeting
** Composite rings - how best to expose composite ring building as CLI?
+
|}
*** etherpad https://etherpad.openstack.org/p/composite_rings
 
* Idea: call your patches
 
* FYI stuff
 
** nightly gate stable branch failures [timburke]
 
** assert:never-breaks-compat TC resolution
 
*** https://review.openstack.org/#/c/446561/
 
*** do we want to assert this for Swift?
 
* Agnostic implementation for "object store" (a.k.a. diskfile) (alecuyer)
 
** Patch: <url>
 
** Goal: having an agnostic interface for DiskFileManager
 
*** eg: _get_hashes(self, partition_path, ...) => _get_hashes(self, device, policy, partition, ...)
 
** Goal is not to have a "supported" interface that must be stable. Goal is just to ease the implementation of non-filesystem based diskfile
 
** Naming idea: BaseObjectStoreManager -> provide an interface and very generic method
 
*** BaseDiskFileManager inherit from BaseObjectStoreManager
 
*** LOSF inherit from BaseObjectStoreManager
 
** Convert non-agnostic method from BaseDiskFileManager to agnostic method in BaseObjectStoreManager by replacing listdir(path) by list(device, policy, partition=None, sfx=None, ohash=None), list() would be implementation-specific
 
* Open Discussion
 
  
 
----
 
----
 
 
'''Notes left from earlier'''
 
 
* Things happening in Swift
 
** golang object server
 
** global ec
 
** composite rings
 
** policy migration
 
** policy auto tiering
 
** sync to elasticsearch
 
** container sharding
 
** symlinks
 
** increase part power
 
** container sharding
 
 
  
 
When adding an item, please include your IRC nickname with it.
 
When adding an item, please include your IRC nickname with it.
 
  
 
----
 
----
  
 
[[Category:ObjectStorage]]
 
[[Category:ObjectStorage]]

Revision as of 02:00, 20 February 2020

2100 UTC Meeting
Next meeting: February 26, 2020
Chair: timburke
  • Vancouver PTG (June 8-11)
    • https://www.openstack.org/events/opendev-ptg-2020/
    • Another shift in formats; discussions in the mornings, working sessions in the afternoons
    • Early bird prices are $299, not sure when price increases may happen
    • Foundation wants an attendance estimate by March 2
  • Object GET timings, EC, and concurrent GETs
Meeting Logs http://eavesdrop.openstack.org/meetings/swift/2020/
Useful Commands #link #info #agreed #topic and #startmeeting

When adding an item, please include your IRC nickname with it.