summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2016-07-15 21:55:38 +0100
committerAlasdair G Kergon <agk@redhat.com>2016-07-15 21:55:38 +0100
commit3d717b52c144699ec1ad096f71088b455cd87faf (patch)
tree0a17f9da9870edfe3fe7eac635f4fc6e9d873a8f
parentc425cdd115d56a0f0ec7779934f194af88487905 (diff)
downloadlvm2-3d717b52c144699ec1ad096f71088b455cd87faf.tar.gz
pre-releasev2_02_161
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW10
-rw-r--r--WHATS_NEW_DM4
-rw-r--r--libdaemon/server/daemon-server.c2
-rw-r--r--man/lvm.8.in5
6 files changed, 14 insertions, 11 deletions
diff --git a/VERSION b/VERSION
index 822a2c23c..246880766 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.161(2)-git (2016-07-06)
+2.02.161(2)-git (2016-07-15)
diff --git a/VERSION_DM b/VERSION_DM
index 4dea60586..4cdbea79d 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.131-git (2016-07-06)
+1.02.131-git (2016-07-15)
diff --git a/WHATS_NEW b/WHATS_NEW
index 3ed398c98..cbd0ceb10 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,6 +1,10 @@
-Version 2.02.161 -
-================================
- Fix lvresize of filesystem when LV has already right size (2.02.141).
+Version 2.02.161 - 15th July 2016
+=================================
+ Prohibit some lvchange/lvresize that were failing on raid0 volumes.
+ Fix segfaults in complex vgsplits. (2.02.159)
+ Reformat unwieldy lvconvert man page.
+ Allow --force to be passed through to pvcreate from vgcreate. (2.02.144)
+ Fix lvresize of filesystem when LV has already right size (2.02.141)
New LVM_LOG_FILE_MAX_LINES env var to limit max size of created logs.
Version 2.02.160 - 6th July 2016
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index a1d41b40d..c02cb3ff5 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,5 @@
-Version 1.02.131 -
-================================
+Version 1.02.131 - 15th July 2016
+=================================
Disable queueing on mpath devs in blk-availability systemd service/initscript.
Add new -m|--mpathoption disablequeueing to blkdeactivate.
Automatically group regions with 'create --segments' unless --nogroup.
diff --git a/libdaemon/server/daemon-server.c b/libdaemon/server/daemon-server.c
index c3402a0f7..4d6546633 100644
--- a/libdaemon/server/daemon-server.c
+++ b/libdaemon/server/daemon-server.c
@@ -662,7 +662,7 @@ out:
if (s.socket_fd >= 0)
if (close(s.socket_fd))
- perror("scoket close");
+ perror("socket close");
if (s.daemon_fini)
if (!s.daemon_fini(&s))
diff --git a/man/lvm.8.in b/man/lvm.8.in
index 82d0558a1..f0d094dd6 100644
--- a/man/lvm.8.in
+++ b/man/lvm.8.in
@@ -779,9 +779,8 @@ this format string "_%s_%d_%llu". When set, each process logs to a
separate file.
.TP
.B LVM_LOG_FILE_MAX_LINES
-A max number of lines to be printed to log file before
-the application aborts. Useful for testing to prevent creation
-of too big log files from spinning command.
+If more than this number of lines are sent to the log file, the command gets
+aborted. Automated tests use this to terminate looping commands.
.TP
.B LVM_EXPECTED_EXIT_STATUS
The status anticipated when the process exits. Use ">N" to match any