X-Git-Url: https://git.tld-linux.org/?p=packages%2Flvm2.git;a=blobdiff_plain;f=device-mapper-dmsetup-export.patch;h=ef21a682bd9cdfb14730ea92609d58c18f3eb4cf;hp=7ea1a4b863041b9e12b4f26be63f13867937bde1;hb=bbd6674768c17e19e3f99518d0ee8a8d26297813;hpb=f898c9f5078ef79c7356b63b78cdcc6d06a00634 diff --git a/device-mapper-dmsetup-export.patch b/device-mapper-dmsetup-export.patch index 7ea1a4b..ef21a68 100644 --- a/device-mapper-dmsetup-export.patch +++ b/device-mapper-dmsetup-export.patch @@ -1,41 +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 -@@ -19,6 +19,9 @@ dmsetup \(em low level logical volume ma - .IR options ] - .RI [ device_name ] - .HP -+.B dmsetup export -+.RI [ device_name ] -+.HP - .B dmsetup help - .RB [ \-c | \-C | \-\-columns ] - .HP -@@ -309,6 +312,11 @@ device_name in subsequent dmsetup comman - \fBblkdevname\fP (block device name), - \fBdevname\fP (map name for device-mapper devices, equal to blkdevname otherwise). - .HP -+.B export -+.RI [ device_name ] -+.br -+Outputs information in key/value format to be imported by other programs. -+.HP - .B help - .RB [ \-c | \-C | \-\-columns ] - .br -Index: LVM2.2.02.98/tools/dmsetup.c -=================================================================== ---- LVM2.2.02.98.orig/tools/dmsetup.c -+++ LVM2.2.02.98/tools/dmsetup.c -@@ -1706,10 +1706,97 @@ static int _status(CMD_ARGS) - out: - dm_task_destroy(dmt); +diff -ur LVM2.2.03.02.orig/libdm/dm-tools/dmsetup.c LVM2.2.03.02/libdm/dm-tools/dmsetup.c +--- LVM2.2.03.02.orig/libdm/dm-tools/dmsetup.c 2019-03-22 16:55:55.393000000 +0100 ++++ LVM2.2.03.02/libdm/dm-tools/dmsetup.c 2019-03-22 17:00:55.046000000 +0100 +@@ -2551,6 +2551,93 @@ return r; } @@ -129,17 +95,39 @@ Index: LVM2.2.02.98/tools/dmsetup.c /* Show target names and their version numbers */ static int _targets(CMD_ARGS) { - int r = 0; - struct dm_task *dmt; -@@ -3056,10 +3143,11 @@ static struct command _commands[] = { - {"ls", "[--target ] [--exec ] [-o ] [--tree]", 0, 0, 0, 0, _ls}, - {"info", "[]", 0, -1, 1, 0, _info}, - {"deps", "[-o ] []", 0, -1, 1, 0, _deps}, - {"stats", " [] []", 1, -1, 1, 1, _stats}, - {"status", "[] [--noflush] [--target ]", 0, -1, 1, 0, _status}, +@@ -6230,6 +6317,7 @@ + {"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}, - {"mangle", "[]", 0, -1, 1, 0, _mangle}, - {"udevcreatecookie", "", 0, 0, 0, 0, _udevcreatecookie}, + {"mknodes", "[...]", 0, -1, 1, 0, _mknodes}, + {"mangle", "[...]", 0, -1, 1, 0, _mangle}, +diff -ur LVM2.2.03.02.orig/man/dmsetup.8_main LVM2.2.03.02/man/dmsetup.8_main +--- LVM2.2.03.02.orig/man/dmsetup.8_main 2019-03-22 16:55:55.394000000 +0100 ++++ LVM2.2.03.02/man/dmsetup.8_main 2019-03-22 17:00:55.047000000 +0100 +@@ -59,6 +59,14 @@ + . + .HP + .B dmsetup ++.de CMD_EXPORT ++. BR export ++. RI [ device_name ] ++.. ++.CMD_EXPORT ++. ++.HP ++.B dmsetup + .de CMD_HELP + . BR help + . RB [ -c | -C | --columns ] +@@ -651,6 +659,9 @@ + \fBdevname\fP (map name for device-mapper devices, equal to blkdevname otherwise). + . + .HP ++.CMD_EXPORT ++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