X-Git-Url: https://git.tld-linux.org/?p=packages%2Flvm2.git;a=blobdiff_plain;f=device-mapper-dmsetup-export.patch;h=7ea1a4b863041b9e12b4f26be63f13867937bde1;hp=d390bda5a9777fbb9e3d4ca62cfff7c5fb06eb10;hb=f898c9f5078ef79c7356b63b78cdcc6d06a00634;hpb=545124b3224665211c6d873fde37942c4560f36d diff --git a/device-mapper-dmsetup-export.patch b/device-mapper-dmsetup-export.patch index d390bda..7ea1a4b 100644 --- a/device-mapper-dmsetup-export.patch +++ b/device-mapper-dmsetup-export.patch @@ -8,26 +8,27 @@ 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 - .RI [ + ]< sectors >| auto | none ] - .RE - .br -+.B dmsetup export -+.I [ device_name ] -+.br - .B dmsetup deps - .RB [ \-o .IR options ] -@@ -309,6 +312,10 @@ device_name in subsequent dmsetup comman - If successful a device will appear as - /dev/mapper/. - See below for information on the table format. -+.IP \fBexport -+.I [ device_name ] + .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 - .TP - .B deps Index: LVM2.2.02.98/tools/dmsetup.c =================================================================== --- LVM2.2.02.98.orig/tools/dmsetup.c @@ -131,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},