Skip to content

Commit

Permalink
NEWS: update
Browse files Browse the repository at this point in the history
Change-Id: Ic6fcb5cc6585fb66099d56175aa80da9275356ae
Signed-off-by: Prasanna Kumar Kalever <[email protected]>
  • Loading branch information
Prasanna Kumar Kalever committed Jun 7, 2017
1 parent a1815c0 commit e87f76a
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
gluster-block release 0.2 is tagged.
gluster-block release 0.2.1 is tagged.

This release is more focused on bug fixing.


Highlights:
----------
One command for logging-in to all gateways of a target (#9)
Add support for one way authentication (#5)
Support json response (#3)

Other Fixes:
-----------
Increase the clnt_call() total time out (#15)
Clue if gluster-block daemon is not operational (#14)
Show reason for cmd failue on non-existent/not started volume (#10)
Redirect configshell logs to GB_LOGDIR (#13)
Use rpcgen to generate all XDR code (#2)
* Implement LRU cache to hold glfs objects, this makes the cli commands run fast.
For example on a single node,
create command takes ~1 sec now, while it was ~5 sec before.

* Log severity level is configurable now.
look for --log-level option of daemon and '/etc/sysconfig/gluster-blockd'

Other Notable Fixes:
-------------------
* betterments in messages on failure
* fix heap-buffer-overflow
* prevent crashes when errMsg is not set
* print human readable timestamp in log files
* improve logging at server side
* handle SIGPIPE in daemon
* update journal-data/block meta-data synchronously
* reuse port 24006 (SO_REUSEADDR) on bind
* add manual for gluster-blockd
* updated ReadMe
* and many more ...

Read more at [1] and [2]

Expand Down

0 comments on commit e87f76a

Please sign in to comment.