X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=device-mapper-dmsetup-export.patch;h=029e8fabf0688b5a275654afcc5b9cbe6abe7971;hb=2008d00a7078fd2e4ae36a62208e15bc1c883b15;hp=daa131afeddbf84a28a7539921eae4f14824a105;hpb=99ada230dd55f3e0aa06824f3b95335424c57557;p=packages%2Flvm2.git diff --git a/device-mapper-dmsetup-export.patch b/device-mapper-dmsetup-export.patch index daa131a..029e8fa 100644 --- a/device-mapper-dmsetup-export.patch +++ b/device-mapper-dmsetup-export.patch @@ -3,46 +3,36 @@ tools/dmsetup.c | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) -Index: LVM2.2.02.98/man/dmsetup.8.in -=================================================================== ---- LVM2.2.02.98.orig/man/dmsetup.8.in -+++ LVM2.2.02.98/man/dmsetup.8.in -@@ -17,10 +17,13 @@ dmsetup \- low level logical volume mana - .RB [{ \-\-addnodeoncreate | \-\-addnodeonresume }] - .RB [ \-\-readahead - .RI [ \+ ]< sectors >| auto | none ] - .RE - .br -+.B dmsetup export -+.I [ device_name ] -+.br - .B dmsetup deps - .RB [ \-o - .IR options ] - .RI [ device_name ] - .br -@@ -283,10 +286,14 @@ Otherwise a table is read from standard - The optional uuid can be used in place of - device_name in subsequent dmsetup commands. - If successful a device will appear as - /dev/mapper/. - See below for information on the table format. -+.IP \fBexport -+.I [ device_name ] -+.br +--- LVM2.2.02.149/man/dmsetup.8.in.orig 2016-04-05 22:16:49.848604442 +0200 ++++ LVM2.2.02.149/man/dmsetup.8.in 2016-04-06 15:59:35.582595117 +0200 +@@ -48,6 +48,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 ] +@@ -629,6 +637,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 - .TP - .B deps - .RB [ \-o - .IR options ] -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); + Outputs a summary of the commands available, optionally including +--- LVM2.2.02.130/tools/dmsetup.c.orig 2015-09-09 18:44:39.471523160 +0200 ++++ LVM2.2.02.130/tools/dmsetup.c 2015-09-09 18:48:33.918179988 +0200 +@@ -2189,6 +2189,93 @@ return r; } @@ -136,17 +126,11 @@ 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[] = { - {"message", " ", 2, -1, 0, _message}, - {"ls", "[--target ] [--exec ] [-o options] [--tree]", 0, 0, 0, _ls}, - {"info", "[]", 0, -1, 1, _info}, - {"deps", "[-o options] []", 0, -1, 1, _deps}, - {"status", "[] [--noflush] [--target ]", 0, -1, 1, _status}, -+ {"export", "[]", 0, 1, 1, _export}, - {"table", "[] [--target ] [--showkeys]", 0, -1, 1, _status}, - {"wait", " [] [--noflush]", 0, 2, 0, _wait}, - {"mknodes", "[]", 0, -1, 1, _mknodes}, - {"mangle", "[]", 0, -1, 1, _mangle}, - {"udevcreatecookie", "", 0, 0, 0, _udevcreatecookie}, +@@ -5139,6 +5226,7 @@ + {"stats", " [] []", 1, -1, 1, 1, _stats}, + {"status", "[] [--noflush] [--target ]", 0, -1, 1, 0, _status}, + {"table", "[] [--target ] [--showkeys]", 0, -1, 1, 0, _status}, ++ {"export", "[]", 0, 1, 1, 0, _export}, + {"wait", " [] [--noflush]", 0, 2, 0, 0, _wait}, + {"mknodes", "[]", 0, -1, 1, 0, _mknodes}, + {"mangle", "[]", 0, -1, 1, 0, _mangle},