summaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 81c2afd75b5afd27ef1759da80e0879268af3006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
gluster-block release 0.2.1 is tagged.

This release is more focused on bug fixing.


Highlights:
----------
* 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]

[1] https://github.com/gluster/gluster-block/blob/master/README.md
[2] https://github.com/gluster/gluster-block/blob/master/INSTALL

Cheers!