Jump to: navigation, search

Difference between revisions of "Swift/ideas"

Line 10: Line 10:
 
* need internal net sec enforcement - https://blueprints.launchpad.net/swift/+spec/secure-internal-network-requests
 
* 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
 
* 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)
+
* durability simulator based on swift specification (e.g. # of replicas, # of devices and network speed to replicate) (inprogress by Christian)
* in the situation where a proxy needs to talk to a storage node on the same server, call the storage node method(s) directly instead of putting bytes on the network
+
* in the situation where a proxy needs to talk to a storage node on the same server, call the storage node method(s) directly instead of putting bytes on the network (somewhat in progress)
 
* skeleton middleware, well-commented
 
* skeleton middleware, well-commented
  

Revision as of 22:46, 2 October 2014

Ideas for OpenStack Swift