Jump to: navigation, search

Difference between revisions of "Swift for File Systems w/o Extended Attributes"

m (Design)
m (Design)
Line 8: Line 8:
 
User wants to deploy Openstack swift on EXT2 file system.
 
User wants to deploy Openstack swift on EXT2 file system.
 
==Design==
 
==Design==
===Affected Areas in Swift===
 
 
===Alternative to extended attributes===
 
===Alternative to extended attributes===
  
 
==Implementation==
 
==Implementation==
 
==Demo Plan==
 
==Demo Plan==

Revision as of 08:46, 26 August 2013

Summary

Today swift assumes that file system underneath supports extended attributes. This restricts use of file systems w/o extended attributes with Swift.

Release Date

Post Havana

Rationale

More the flexibility given to user, the better it would be adoption of Openstack swift. If we can conquer limitations of file systems w/o extended attributes it would be more flexible for end use to choose and select file system.

User Stories

User wants to deploy Openstack swift on EXT2 file system.

Design

Alternative to extended attributes

Implementation

Demo Plan