Skip to content

Commit

Permalink
Change documentation and build version script to version 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeov committed Sep 16, 2018
1 parent 0e4ec56 commit 1b017ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes

## QFS version 2.0.
## QFS version 2.1.0

https://github.com/quantcast/qfs/wiki/Release-Notes
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
QFS version 2.0.
QFS version 2.1.0

The code in the master branch is currently being tested in
Quantcast production cluster.
Non blocking DNS resolver is the new feature in release 2.1.0. The new
DNS resolver is intended to improve S3 [compatible] object store IO
concurrency and reduce latency.

Meta server replication is the major new feature in this release. Meta server
Meta server replication is the major new feature in release 2.0.0. Meta server
replication provides automatic meta server fail over. With meta server replication
configured QFS does not have single point of failure.

Release notes for this release are available [here](https://github.com/quantcast/qfs/wiki/Release-Notes).
Release notes are available [here](https://github.com/quantcast/qfs/wiki/Release-Notes).

Quantcast File System
================================================================================
Quantcast File System (QFS) is a high-performance, fault-tolerant, distributed
file system developed to support MapReduce processing, or other applications
reading and writing large files sequentially.

QFS used in Quantcast production cluster.

QFS servers have been tested on 64-bit CentOS 6 extensively and run on Linux
variants. The QFS client tools work on OS X and Cygwin as well.

| Platform | Build Status |
|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Mac OS X | [![Build Status](https://travis-ci.org/quantcast/qfs.svg?branch=master)](https://travis-ci.org/quantcast/qfs) |
| Ubuntu 14.04 | [![Build Status](https://travis-ci.org/quantcast/qfs.svg?branch=master)](https://travis-ci.org/quantcast/qfs) |
| Ubuntu 18.04 | [![Build Status](https://travis-ci.org/quantcast/qfs.svg?branch=master)](https://travis-ci.org/quantcast/qfs) |
| CentOS 6 | [![Build Status](https://travis-ci.org/quantcast/qfs.svg?branch=master)](https://travis-ci.org/quantcast/qfs) |
| CentOS 7 | [![Build Status](https://travis-ci.org/quantcast/qfs.svg?branch=master)](https://travis-ci.org/quantcast/qfs) |
| Debian 9 | [![Build Status](https://travis-ci.org/quantcast/qfs.svg?branch=master)](https://travis-ci.org/quantcast/qfs) |

The implementation details and features of QFS are discussed in detail in the
project [wiki](https://github.com/quantcast/qfs/wiki/Introduction-To-QFS).
Expand Down
2 changes: 1 addition & 1 deletion src/cc/common/buildversgit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# permissions and limitations under the License.

# default version to use if git is not available
qfs_no_git_version="2.0.1"
qfs_no_git_version="2.1.0"

usage() {
echo "
Expand Down

0 comments on commit 1b017ac

Please sign in to comment.