summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2012-07-19 16:45:08 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2012-07-19 16:45:08 +0200
commit8d5ae472e5226f87175d51722fb5942c531bb8bb (patch)
tree2132836179820c1c49f2dff45cb6a5edc267030e /WHATS_NEW
parent48367c5be9b39cd118caeb6b8e554be347d2fd8c (diff)
downloadlvm2-8d5ae472e5226f87175d51722fb5942c531bb8bb.tar.gz
lvm2-8d5ae472e5226f87175d51722fb5942c531bb8bb.tar.xz
lvm2-8d5ae472e5226f87175d51722fb5942c531bb8bb.zip
daemon-server: fix error message on daemon shutdown
If a daemon (like lvmetad that is using common daemon-server code) received a kill signal that was supposed to shut the daemon down, a spurious message was issued: "Failed to handle a client connection". This happened if the kill signal came just in the middle of waiting for a client request in "select" - the request that was supposed to be handled was blank at that moment of course.
Diffstat (limited to 'WHATS_NEW')
-rw-r--r--WHATS_NEW1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index 925ae235..4f23c398 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.97 -
===============================
+ Do not issue "Failed to handle a client connection" error if lvmetad killed.
Support changing of discard and zeroing for thin pool.
Report used discard for thin pool and volume.
Add support for controlling discard behavior of thin pool.