X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=device-mapper-dmsetup-export.patch;h=7ea1a4b863041b9e12b4f26be63f13867937bde1;hb=bf0e149a8b30880914b7ce3b57c4b85cd0ce7905;hp=daa131afeddbf84a28a7539921eae4f14824a105;hpb=99ada230dd55f3e0aa06824f3b95335424c57557;p=packages%2Flvm2.git diff --git a/device-mapper-dmsetup-export.patch b/device-mapper-dmsetup-export.patch index daa131a..7ea1a4b 100644 --- a/device-mapper-dmsetup-export.patch +++ b/device-mapper-dmsetup-export.patch @@ -5,37 +5,30 @@ 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 +--- 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 ] - .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 ] + .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 - .TP - .B deps - .RB [ \-o - .IR options ] Index: LVM2.2.02.98/tools/dmsetup.c =================================================================== --- LVM2.2.02.98.orig/tools/dmsetup.c @@ -139,14 +132,14 @@ Index: LVM2.2.02.98/tools/dmsetup.c 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}, + {"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}, ++ {"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},