1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

pre-release

This commit is contained in:
Alasdair G Kergon 2016-07-15 21:55:38 +01:00
parent c425cdd115
commit 3d717b52c1
6 changed files with 14 additions and 11 deletions

View File

@ -1 +1 @@
2.02.161(2)-git (2016-07-06) 2.02.161(2)-git (2016-07-15)

View File

@ -1 +1 @@
1.02.131-git (2016-07-06) 1.02.131-git (2016-07-15)

View File

@ -1,6 +1,10 @@
Version 2.02.161 - Version 2.02.161 - 15th July 2016
================================ =================================
Fix lvresize of filesystem when LV has already right size (2.02.141). 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. New LVM_LOG_FILE_MAX_LINES env var to limit max size of created logs.
Version 2.02.160 - 6th July 2016 Version 2.02.160 - 6th July 2016

View File

@ -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. Disable queueing on mpath devs in blk-availability systemd service/initscript.
Add new -m|--mpathoption disablequeueing to blkdeactivate. Add new -m|--mpathoption disablequeueing to blkdeactivate.
Automatically group regions with 'create --segments' unless --nogroup. Automatically group regions with 'create --segments' unless --nogroup.

View File

@ -662,7 +662,7 @@ out:
if (s.socket_fd >= 0) if (s.socket_fd >= 0)
if (close(s.socket_fd)) if (close(s.socket_fd))
perror("scoket close"); perror("socket close");
if (s.daemon_fini) if (s.daemon_fini)
if (!s.daemon_fini(&s)) if (!s.daemon_fini(&s))

View File

@ -779,9 +779,8 @@ this format string "_%s_%d_%llu". When set, each process logs to a
separate file. separate file.
.TP .TP
.B LVM_LOG_FILE_MAX_LINES .B LVM_LOG_FILE_MAX_LINES
A max number of lines to be printed to log file before If more than this number of lines are sent to the log file, the command gets
the application aborts. Useful for testing to prevent creation aborted. Automated tests use this to terminate looping commands.
of too big log files from spinning command.
.TP .TP
.B LVM_EXPECTED_EXIT_STATUS .B LVM_EXPECTED_EXIT_STATUS
The status anticipated when the process exits. Use ">N" to match any The status anticipated when the process exits. Use ">N" to match any