diff --git a/doc/source/overview_erasure_code.rst b/doc/source/overview_erasure_code.rst index 0f9f00eb88..b09adcfbd3 100755 --- a/doc/source/overview_erasure_code.rst +++ b/doc/source/overview_erasure_code.rst @@ -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 ------------------------------- diff --git a/etc/object-server.conf-sample b/etc/object-server.conf-sample index 84328b0c3f..815b63cc5d 100644 --- a/etc/object-server.conf-sample +++ b/etc/object-server.conf-sample @@ -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