clarify the current state of the DiskFile API

Change-Id: Ia3d62c53d14c9a5efdb9a39b08817320cf331085
This commit is contained in:
John Dickinson 2013-12-09 10:33:53 -08:00
parent 55dafa2f07
commit 038878b1a4
2 changed files with 5 additions and 2 deletions

View File

@ -44,8 +44,9 @@ swift (1.11.0)
The DiskFile abstraction for talking to data on disk has been The DiskFile abstraction for talking to data on disk has been
refactored to allow alternate implementations to be developed. refactored to allow alternate implementations to be developed.
Included in the codebase is an in-memory reference Included in the codebase is an in-memory reference
implementation. For full documentation, please see implementation. For full documentation, please see the developer
http://docs.openstack.org/developer/swift/development_ondisk_backends.html documentation. The DiskFile API is still a work in progress and
is not yet finalized.
* Removal of swift-bench * Removal of swift-bench

View File

@ -15,6 +15,8 @@ servers. For historical reasons, the object server backend reference
implementation module is named `diskfile`, while the account and container implementation module is named `diskfile`, while the account and container
server backend reference implementation modules are named appropriately. server backend reference implementation modules are named appropriately.
This API is still under development and not yet finalized.
----------------------------------------- -----------------------------------------
Back-end API for Account Server REST APIs Back-end API for Account Server REST APIs
----------------------------------------- -----------------------------------------