X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=device-mapper-dmsetup-export.patch;h=9a50b7e4a5da43f4da432ad6058e31087bea0765;hb=8780299f67c78624188b5a2a8d85e69e6724be4a;hp=53c3ba7bc4b390f457b6987f12b4b97d23cca944;hpb=1c585277cdd121fb2c6870d085ed1ec050029590;p=packages%2Flvm2.git diff --git a/device-mapper-dmsetup-export.patch b/device-mapper-dmsetup-export.patch index 53c3ba7..9a50b7e 100644 --- a/device-mapper-dmsetup-export.patch +++ b/device-mapper-dmsetup-export.patch @@ -1,13 +1,7 @@ ---- - man/dmsetup.8.in | 7 ++++ - tools/dmsetup.c | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 95 insertions(+) - -Index: LVM2.2.02.98/man/dmsetup.8.in -=================================================================== ---- LVM2.2.02.116.orig/man/dmsetup.8.in 2015-01-30 16:19:53.000000000 +0000 -+++ LVM2.2.02.116/man/dmsetup.8.in 2015-02-03 21:05:01.635601115 +0000 -@@ -48,6 +48,14 @@ dmsetup \(em low level logical volume ma +diff -urp LVM2.2.02.177.orig/man/dmsetup.8_main LVM2.2.02.177/man/dmsetup.8_main +--- LVM2.2.02.177.orig/man/dmsetup.8_main 2017-12-18 20:44:35.000000000 +0000 ++++ LVM2.2.02.177/man/dmsetup.8_main 2018-01-26 15:24:01.378500379 +0000 +@@ -59,6 +59,14 @@ dmsetup \(em low level logical volume ma . .HP .B dmsetup @@ -21,24 +15,21 @@ Index: LVM2.2.02.98/man/dmsetup.8.in +.B dmsetup .de CMD_HELP . BR help - . RB [ \-c | \-C | \-\-columns ] -@@ -629,6 +637,11 @@ device. Device names on output can be cu + . RB [ -c | -C | --columns ] +@@ -651,6 +659,9 @@ device. Device names on output can be cu \fBdevname\fP (map name for device-mapper devices, equal to blkdevname otherwise). . .HP +.CMD_EXPORT -+.br +Outputs information in key/value format to be imported by other programs. -+. +.HP .CMD_HELP .br Outputs a summary of the commands available, optionally including -Index: LVM2.2.02.98/tools/dmsetup.c -=================================================================== ---- LVM2.2.02.98.orig/tools/dmsetup.c -+++ LVM2.2.02.98/tools/dmsetup.c -@@ -2194,6 +2194,93 @@ out: +diff -urp LVM2.2.02.177.orig/tools/dmsetup.c LVM2.2.02.177/tools/dmsetup.c +--- LVM2.2.02.177.orig/tools/dmsetup.c 2018-01-26 15:13:17.000000000 +0000 ++++ LVM2.2.02.177/tools/dmsetup.c 2018-01-26 15:22:40.528505198 +0000 +@@ -2572,6 +2572,93 @@ out: return r; } @@ -132,11 +123,11 @@ Index: LVM2.2.02.98/tools/dmsetup.c /* Show target names and their version numbers */ static int _targets(CMD_ARGS) { -@@ -5155,6 +5242,7 @@ static struct command _dmsetup_commands[ - {"deps", "[-o ] []", 0, -1, 1, 0, _deps}, - {"stats", " [] []", 1, -1, 1, 1, _stats}, - {"status", "[] [--noflush] [--target ]", 0, -1, 1, 0, _status}, +@@ -6247,6 +6334,7 @@ static struct command _dmsetup_commands[ + {"stats", " [] [...]", 1, -1, 1, 1, _stats}, + {"status", "[...] [--noflush] [--target ]", 0, -1, 2, 0, _status}, + {"table", "[...] [--concise] [--target ] [--showkeys]", 0, -1, 2, 0, _status}, + {"export", "[]", 0, 1, 1, 0, _export}, - {"table", "[] [--target ] [--showkeys]", 0, -1, 1, 0, _status}, {"wait", " [] [--noflush]", 0, 2, 0, 0, _wait}, - {"mknodes", "[]", 0, -1, 1, 0, _mknodes}, + {"mknodes", "[...]", 0, -1, 1, 0, _mknodes}, + {"mangle", "[...]", 0, -1, 1, 0, _mangle},