1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Update dmsetup man page (setgeometry & message)

This commit is contained in:
Alasdair Kergon 2006-11-23 20:34:16 +00:00
parent 2b183d7261
commit 3488c9b338
2 changed files with 15 additions and 0 deletions

View File

@ -1,5 +1,6 @@
Version 1.02.13 -
=============================
Update dmsetup man page (setgeometry & message).
Fix dmsetup free after getline with debug.
Suppress encryption key in 'dmsetup table' output unless --showkeys supplied.

View File

@ -30,6 +30,9 @@ dmsetup \- low level logical volume management
.B dmsetup rename
.I device_name new_name
.br
.B dmsetup message
.I device_name sector message
.br
.B dmsetup ls [--target target_type] [--exec command] [--tree [-o options]]
.br
.B dmsetup info
@ -58,6 +61,9 @@ dmsetup \- low level logical volume management
.br
.B dmsetup version
.br
.B dmsetup setgeometry
.I device_name cyl head sect start
.br
.B devmap_name
.I major minor
@ -167,6 +173,10 @@ ascii, utf, vt100; compact, inverted, notrunc.
.br
Loads <table> or table_file into the inactive table slot for device_name.
If neither is supplied, reads a table from standard input.
.IP \fBmessage
.I device_name sector message
.br
Send message to target. If sector not needed use 0.
.IP \fBmknodes
.I [device_name]
.br
@ -205,6 +215,10 @@ Renames a device.
Un-suspends a device.
If an inactive table has been loaded, it becomes live.
Postponed I/O then gets re-queued for processing.
.IP \fBsetgeometry
.I device_name cyl head sect start
.br
Sets the device geometry to C/H/S.
.IP \fBstatus
.I [--target target_type]
.I [device_name]