[sheepdog] [PATCH] update CHANGELOG.MD
Liu Yuan
namei.unix at gmail.com
Tue Jan 21 08:32:18 CET 2014
Signed-off-by: Liu Yuan <namei.unix at gmail.com>
---
CHANGELOG.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d5ec49..6446114 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
NEW FEATURE:
- hyper volume: use B-tree structure to replace index-array in sd_inode so the max size of vdi could extent from 4TB to 16PB.
+ - Erasure Code: a new redundancy scheme that uses error correction algorithm to achieves high available of data with much less storage overhead compared to complete replication
+ - HTTP simple storage: a new interface to retrieve any amount of data with a simple web services interface.
DOG COMMAND INTERFACE:
- new subcommand "vdi cache purge" for cleaning stale object cache
@@ -15,6 +17,8 @@ DOG COMMAND INTERFACE:
- "node log level list" lists avialable loglevels
- new option "-o" of "vdi track", for tracking objects with their oids
- new option "-y" of "vdi create", for create hyper-volume vdi
+ - new option "-s" of "cluster info", show backend store information
+ - new option "-t" of "cluster format", choose not serve write request if number of nodes is not sufficient
SHEEP COMMAND INTERFACE:
- improvements of help messages
@@ -27,3 +31,4 @@ SHEEP COMMAND INTERFACE:
- "-l format=..." for log format
- "-l level=..." for log level
- "-l dst=..." for log destination
+ - new option '-r' to enable http service
--
1.8.1.2
More information about the sheepdog
mailing list