]> TLD Linux GIT Repositories - packages/lvm2.git/blobdiff - device-mapper-dmsetup-export.patch
- updated to 2.02.181
[packages/lvm2.git] / device-mapper-dmsetup-export.patch
index 7ea1a4b863041b9e12b4f26be63f13867937bde1..e5184eae92bf0285a14aa8d52e14257ba382b0cd 100644 (file)
@@ -1,41 +1,35 @@
----
- 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 ]
+diff -urp LVM2.2.02.179.orig/man/dmsetup.8_main LVM2.2.02.179/man/dmsetup.8_main
+--- LVM2.2.02.179.orig/man/dmsetup.8_main      2018-06-26 11:40:19.080841000 +0000
++++ LVM2.2.02.179/man/dmsetup.8_main   2018-06-26 11:46:19.184819536 +0000
+@@ -59,6 +59,14 @@ dmsetup \(em low level logical volume ma
+ .
  .HP
-+.B dmsetup export
-+.RI [ device_name ]
+ .B dmsetup
++.de CMD_EXPORT
++.  BR export
++.  RI [ device_name ]
++..
++.CMD_EXPORT
++.
 +.HP
- .B dmsetup help
- .RB [ \-c | \-C | \-\-columns ]
- .HP
-@@ -309,6 +312,11 @@ device_name in subsequent dmsetup comman
- \fBblkdevname\fP (block device name),
++.B dmsetup
+ .de CMD_HELP
+ .  BR help
+ .  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
-+.B export
-+.RI [ device_name ]
-+.br
++.CMD_EXPORT
 +Outputs information in key/value format to be imported by other programs.
 +.HP
- .B help
- .RB [ \-c | \-C | \-\-columns ]
+ .CMD_HELP
  .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);
+ Outputs a summary of the commands available, optionally including
+diff -urp LVM2.2.02.179.orig/tools/dmsetup.c LVM2.2.02.179/tools/dmsetup.c
+--- LVM2.2.02.179.orig/tools/dmsetup.c 2018-06-26 11:40:23.358840745 +0000
++++ LVM2.2.02.179/tools/dmsetup.c      2018-06-26 11:46:19.185819536 +0000
+@@ -2568,6 +2568,93 @@ out:
        return r;
  }
  
@@ -129,17 +123,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[] = {
-       {"ls", "[--target <target_type>] [--exec <command>] [-o <options>] [--tree]", 0, 0, 0, 0, _ls},
-       {"info", "[<device>]", 0, -1, 1, 0, _info},
-       {"deps", "[-o <options>] [<device>]", 0, -1, 1, 0, _deps},
-       {"stats", "<command> [<options>] [<devices>]", 1, -1, 1, 1, _stats},
-       {"status", "[<device>] [--noflush] [--target <target_type>]", 0, -1, 1, 0, _status},
+@@ -6243,6 +6330,7 @@ static struct command _dmsetup_commands[
+       {"stats", "<command> [<options>] [<device>...]", 1, -1, 1, 1, _stats},
+       {"status", "[<device>...] [--noflush] [--target <target_type>]", 0, -1, 2, 0, _status},
+       {"table", "[<device>...] [--concise] [--target <target_type>] [--showkeys]", 0, -1, 2, 0, _status},
 +      {"export", "[<device>]", 0, 1, 1, 0, _export},
-       {"table", "[<device>] [--target <target_type>] [--showkeys]", 0, -1, 1, 0, _status},
        {"wait", "<device> [<event_nr>] [--noflush]", 0, 2, 0, 0, _wait},
-       {"mknodes", "[<device>]", 0, -1, 1, 0, _mknodes},
-       {"mangle", "[<device>]", 0, -1, 1, 0, _mangle},
-       {"udevcreatecookie", "", 0, 0, 0, 0, _udevcreatecookie},
+       {"mknodes", "[<device>...]", 0, -1, 1, 0, _mknodes},
+       {"mangle", "[<device>...]", 0, -1, 1, 0, _mangle},