-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af8cd38
commit 3e5cb8e
Showing
1 changed file
with
18 additions
and
0 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. |