Jump to: navigation, search

Difference between revisions of "Meetings/Swift"

 
(494 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:''' Apr 3rd, 2024
 
|-
 
|-
| '''Chair''' || notmyname
+
| '''Location:''' #openstack-swift on OFTC
 +
|-
 +
| '''Chair:''' timburke
 +
|-
 +
|
 +
<!-- List 2100UTC meeting items below here -->
 +
* Caracal release this week!
 +
* PTG next week!
 +
** Tim won't be around, hasn't done any prep work (sorry)
 +
** Still slots enough if someone else would like to organize
 +
*  s3api: Fix handling of non-ascii access keys - merged!
 +
** 913723 | https://review.opendev.org/c/openstack/swift/+/913723
 +
* Feature/MPU feature branch
 +
** https://review.opendev.org/q/project:openstack/swift+branch:feature/mpu+status:open
 +
* drive-full-checker
 +
** Run it on cron to disable(/re-enable) rsync based on disk fullness
 +
** 907523: drive-full-checker | https://review.opendev.org/c/openstack/swift/+/907523
 +
* expirer grace period
 +
** 874806: Add per account grace period to object expirer | https://review.opendev.org/c/openstack/swift/+/874806
 +
** 874710: Add x-open-expired to recover expired objects | https://review.opendev.org/c/openstack/swift/+/874710
 +
* cooperative tokens
 +
** 890174: add memcached based cooperative token mechanism | https://review.opendev.org/c/openstack/swift/+/890174
 +
** 908969: use cooperative tokens to coalesce updating shard range requests into backend | https://review.opendev.org/c/openstack/swift/+/908969
 +
* aws-chunked transfers
 +
** 909049: s3api: Improve checksum-mismatch detection | https://review.opendev.org/c/openstack/swift/+/909049
 +
*** Clay has concerns about the BaseException pattern
 +
** 909800: utils: Add crc32c function | https://review.opendev.org/c/openstack/swift/+/909800
 +
** 909801: s3api: Add support for additional checksums | https://review.opendev.org/c/openstack/swift/+/909801
 +
** 909802: s3api: Additional checksums for MPUs | https://review.opendev.org/c/openstack/swift/+/909802
 +
*** Should maybe get squashed into a single "add checksum support" patch?
 +
** 836755: Add support of Sigv4-streaming | https://review.opendev.org/c/openstack/swift/+/836755
 +
* s3api and slo Partnum support
 +
** Swift chain landed!
 +
** 902020: support part-num in python swiftClient | https://review.opendev.org/c/openstack/python-swiftclient/+/902020
 +
<!-- End 2100UTC meeting items -->
 
|}
 
|}
  
'''Next meeting:''' March 22, 2017 2100 UTC
+
{| class="wikitable"
 +
|-
 +
| '''Meeting Logs''' || http://eavesdrop.openstack.org/meetings/swift/2024/
 +
|-
 +
|'''Useful Commands'''|| #link #info #agreed #topic and #startmeeting
 +
|}
  
* Follow-up from last week
+
* PTG action items
** object server tests scratch pad: done! https://etherpad.openstack.org/p/swift-object-server-tests
+
** (timburke) interop feedback on https://review.opendev.org/c/openinfra/interop/+/811049/
** Undelete accounts patch, needs eyes from a "new API" perspective. https://review.openstack.org/#/c/445160/
+
** better defaults (or at least, use better defaults in install/deployment guides)
** https://review.openstack.org/#/c/444604/ closes critical bug https://bugs.launchpad.net/swift/+bug/1657246
+
*** (mattoliverau) recommend servers-per-port
*** done! (but notmyname will backport)
+
*** (mattoliverau) make etherpad to collect more defaults that need updating
** Composite rings - how best to expose composite ring building as CLI?
+
*** Etherpad: https://etherpad.opendev.org/p/swift-better-defaults
*** https://etherpad.openstack.org/p/composite_rings
+
** (acoles) dark data audit watcher patch: https://review.opendev.org/c/openstack/swift/+/787656
* FYI stuff
+
** (timburke) abandon old patches
** nightly gate stable branch failures [timburke]
+
** (mattoliverau) bug triage/squash
** assert:never-breaks-compat TC resolution
+
*** Etherpad: https://etherpad.opendev.org/p/swift-bug-triage-a-thon
*** https://review.openstack.org/#/c/446561/
+
*** Ethercalc: https://ethercalc.openstack.org/mf3yro7018m0
*** do we want to assert this for Swift?
+
** (acoles) drop logging translations - https://bugs.launchpad.net/swift/+bug/1674543
** Boston Forum topics https://etherpad.openstack.org/p/BOS-Swift-brainstorming
+
** (timburke) look into how to translate docs so seongsoocho can propose Korean translations
*** need to be on the etherpad this week!
+
** check continued usefulness of the ops runbook
* Agnostic implementation for "object store" (a.k.a. diskfile) (alecuyer)
+
** consolidate various admin guides
** Etherpad link : https://etherpad.openstack.org/p/swift-losf-base
+
** write a "why swift?" doc(/README?) section
** 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
 
* Idea: call your patches
 
* 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]]

Latest revision as of 20:25, 3 April 2024

2100 UTC Meeting
Next meeting: Apr 3rd, 2024
Location: #openstack-swift on OFTC
Chair: timburke
Meeting Logs http://eavesdrop.openstack.org/meetings/swift/2024/
Useful Commands #link #info #agreed #topic and #startmeeting

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