Update Erasure Coding Overview doc to remove Beta version
The major functionality of EC has been released for Liberty and the beta version of the code has been removed since it is now in production. Change-Id: If60712045fb1af803093d6753fcd60434e637772
This commit is contained in:
parent
d0f5e38f84
commit
0bcd7fd50e
@ -2,20 +2,6 @@
|
||||
Erasure Code Support
|
||||
====================
|
||||
|
||||
|
||||
--------------------------
|
||||
Beta: Not production ready
|
||||
--------------------------
|
||||
The erasure code support in Swift is considered "beta" at this point.
|
||||
Most major functionality is included, but it has not been tested or validated
|
||||
at large scale. This feature relies on ssync for durability. Deployers are
|
||||
urged to do extensive testing and not deploy production data using an
|
||||
erasure code storage policy.
|
||||
|
||||
If any bugs are found during testing, please report them to
|
||||
https://bugs.launchpad.net/swift
|
||||
|
||||
|
||||
-------------------------------
|
||||
History and Theory of Operation
|
||||
-------------------------------
|
||||
|
@ -172,10 +172,7 @@ use = egg:swift#recon
|
||||
# concurrency = 1
|
||||
# stats_interval = 300
|
||||
#
|
||||
# The sync method to use; default is rsync but you can use ssync to try the
|
||||
# EXPERIMENTAL all-swift-code-no-rsync-callouts method. Once ssync is verified
|
||||
# as having performance comparable to, or better than, rsync, we plan to
|
||||
# deprecate rsync so we can move on with more features for replication.
|
||||
# default is rsync, alternative is ssync
|
||||
# sync_method = rsync
|
||||
#
|
||||
# max duration of a partition rsync
|
||||
|
Loading…
x
Reference in New Issue
Block a user