mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
lvmetad: Add newline to missing socket error mesg
This commit is contained in:
parent
3f8083107e
commit
b3074560eb
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.105 -
|
Version 2.02.105 -
|
||||||
=====================================
|
=====================================
|
||||||
|
Append missing newline to lvmetad missing socket path error message.
|
||||||
Check for non-zero aligment in _text_pv_add_metadata_area() to not div by 0.
|
Check for non-zero aligment in _text_pv_add_metadata_area() to not div by 0.
|
||||||
Add allocation/use_blkid_wiping to lvm.conf to enable blkid wiping.
|
Add allocation/use_blkid_wiping to lvm.conf to enable blkid wiping.
|
||||||
Add configure --enable-blkid_wiping to use libblkid to detect signatures.
|
Add configure --enable-blkid_wiping to use libblkid to detect signatures.
|
||||||
|
@ -1242,7 +1242,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
if (s.foreground) {
|
if (s.foreground) {
|
||||||
if (!_socket_override) {
|
if (!_socket_override) {
|
||||||
fprintf(stderr, "A socket path (-s) is required in foreground mode.");
|
fprintf(stderr, "A socket path (-s) is required in foreground mode.\n");
|
||||||
exit(2);
|
exit(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user