Jump to: navigation, search

Swift/ideas

< Swift
Revision as of 22:52, 24 November 2015 by Notmyname (talk | contribs)

Ideas for OpenStack Swift

This is a list of stuff you might be interested in working on. Most of these are smaller, self-contained projects that probably won't overlap too much with other ongoing work. This is a great place to get some ideas of things to work on.

  • change default ports - follow-on to https://review.openstack.org/#/c/118200/
  • stdin streaming to swiftclient
  • deep health check to test all the way to drives (? or at least storage servers)
  • better ring deployment inside of swift itself
  • need internal net sec enforcement - https://blueprints.launchpad.net/swift/+spec/secure-internal-network-requests
  • change the ssync (object-replicator) design to be run as another process for concurrency
  • durability simulator based on swift specification (e.g. # of replicas, # of devices and network speed to replicate) (inprogress by Christian)
  • skeleton middleware, well-commented
  • DiskFile entry point (https://review.openstack.org/#/c/206105/)
  • policy descriptions, exactly how https://review.openstack.org/#/c/120424/ is not implemented (see the review comments)
  • allow multiple storage policy names for one policy
  • rewrite server-side-copy (COPY and PUT with x-copy-from) as middleware (in progress https://review.openstack.org/#/c/156923/)
  • utility to "undelete" accounts, as described in http://docs.openstack.org/developer/swift/overview_reaper.html
  • add account-to-account server-side copy docs. actually just add server-side copy docs
  • Exposed allowed and denied headers on tempurl requests in /info. See http://docs.openstack.org/developer/swift/middleware.html#tempurl
  • expose container sync enablement in /info
  • API endpoint for invalidating cached auth tokens
  • specify the storage policy for functests to use. or test every exposed policy
  • container reaper that also sets a header on the container to show it's being deleted
  • COPY with ranges: send 1 or more ranges with a copy request that allows for those ranges to be copied to a new file
  • deprecate threads_per_port setting
  • allow some sort of "None" or empty referrer ACL as valid. eg allow these referrers and empty ones but not others
  • Use O_TMPFILE under Linux during object creation: https://review.openstack.org/162243
  • Allow listings to be sorted/fetched by last-modified time
  • add reverse listing support to swiftclient