Jump to: navigation, search

Difference between revisions of "Meetings/Swift"

(389 intermediate revisions by 19 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:''' June 16th, 2021
 
|-
 
|-
| '''Chair''' || notmyname
+
| '''Location:''' #openstack-swift on OFTC
 +
|-
 +
| '''Chair:''' timburke
 +
|-
 +
|
 +
<!-- List 2100UTC meeting items below here -->
 +
* Testing on ARM
 +
** <s>https://review.opendev.org/c/openstack/swift/+/792867 - Swift unit tests</s>
 +
** https://review.opendev.org/c/openstack/swift/+/793280 - Swift func and probe tests
 +
** <s>https://review.opendev.org/c/openstack/pyeclib/+/793281 - pyeclib unit tests</s>
 +
** <s>https://review.opendev.org/c/openstack/liberasurecode/+/793511 - libec unit tests</s>
 +
* Py3 func tests
 +
** https://review.opendev.org/c/openstack/swift/+/795425 - Run in-process func tests under py38
 +
* Updates
 +
** Sharding/shrinking
 +
** Relinker
 +
** Dark data watcher
 +
<!--
 +
** jerasure support in pyeclib/libec
 +
-->
 +
<!-- 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/2021/
** 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 05:14, 12 June 2021

2100 UTC Meeting
Next meeting: June 16th, 2021
Location: #openstack-swift on OFTC
Chair: timburke
Meeting Logs http://eavesdrop.openstack.org/meetings/swift/2021/
Useful Commands #link #info #agreed #topic and #startmeeting

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