-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from bai-charisu/master
add CHANGELOG-1.0
- Loading branch information
Showing
2 changed files
with
18 additions
and
5,058 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
See [code changes](https://github.com/opencurve/curve/compare/v0.1.4...release1.0). | ||
|
||
## The new features: | ||
- Support external ip for ChunkServer to divide inter-cluster communication and communication with clients. | ||
- The Curve_ops_tool supports printing space-info for each logical pool. | ||
- Add snapshot clone tool. | ||
- The curve-ansible adds deploy_monitor.yml. | ||
|
||
## optimization | ||
- Braft completely non-intrusive modifications. | ||
- Replace HMacSha256 implementation. | ||
|
||
## bug fix | ||
- Fixed the bug that chunkserver_deploy.sh not able to delete the previous fstab record when deploy one. | ||
- Fixed mds abort when exiting. | ||
- Fixed curvefs_tool (curve) missing support for password. | ||
- Fixed the bug that data from Etcd would not placed in LRU cache. | ||
- Fixed ChunkServer not aborting when read returns an internal error. |
Oops, something went wrong.