1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-06 17:18:29 +03:00

make: generate

This commit is contained in:
Zdenek Kabelac 2024-05-19 22:35:29 +02:00
parent 9dfe5ce2bc
commit d825e8887c
3 changed files with 91 additions and 5 deletions

View File

@ -10,6 +10,56 @@ vgimportdevices \(em Add devices for a VG to the devices file.
.br .br
[ \fIoption_args\fP ] [ \fIoption_args\fP ]
.br .br
.P
.ad l
\fB-a\fP|\fB--all\fP
.br
\fB--auto\fP
.br
\fB--commandprofile\fP \fIString\fP
.br
\fB--config\fP \fIString\fP
.br
\fB-d\fP|\fB--debug\fP
.br
\fB--devices\fP \fIPV\fP
.br
\fB--devicesfile\fP \fIString\fP
.br
\fB--driverloaded\fP \fBy\fP|\fBn\fP
.br
\fB--foreign\fP
.br
\fB-h\fP|\fB--help\fP
.br
\fB--journal\fP \fIString\fP
.br
\fB--lockopt\fP \fIString\fP
.br
\fB--longhelp\fP
.br
\fB--nohints\fP
.br
\fB--nolocking\fP
.br
\fB--profile\fP \fIString\fP
.br
\fB-q\fP|\fB--quiet\fP
.br
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
.br
\fB--rootvg\fP
.br
\fB-S\fP|\fB--select\fP \fIString\fP
.br
\fB-t\fP|\fB--test\fP
.br
\fB-v\fP|\fB--verbose\fP
.br
\fB--version\fP
.br
\fB-y\fP|\fB--yes\fP
.ad b
. .
.SH DESCRIPTION .SH DESCRIPTION
. .
@ -35,10 +85,14 @@ Add devices from specific VGs to the devices file.
.ad l .ad l
[ \fB-S\fP|\fB--select\fP \fIString\fP ] [ \fB-S\fP|\fB--select\fP \fIString\fP ]
.br .br
[ \fB--foreign\fP ]
.br
[ COMMON_OPTIONS ] [ COMMON_OPTIONS ]
.ad b .ad b
.RE .RE
.P .P
\(em
.P
Add devices from all accessible VGs to the devices file. Add devices from all accessible VGs to the devices file.
.br .br
.P .P
@ -46,16 +100,33 @@ Add devices from all accessible VGs to the devices file.
.br .br
.RS 4 .RS 4
.ad l .ad l
[ \fB--foreign\fP ]
.br
[ COMMON_OPTIONS ] [ COMMON_OPTIONS ]
.ad b .ad b
.RE .RE
.P .P
\(em
.P
Add devices from root VG to the devices file.
.br
.P
\fBvgimportdevices\fP \fB--rootvg\fP
.br
.RS 4
.ad l
[ \fB--auto\fP ]
.br
[ COMMON_OPTIONS ]
.ad b
.RE
.P
\(em
.P
Common options for command: Common options for command:
. .
.RS 4 .RS 4
.ad l .ad l
[ \fB--foreign\fP ]
.br
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ] [ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
.ad b .ad b
.RE .RE
@ -110,6 +181,16 @@ Common options for lvm:
.br .br
. .
.HP .HP
\fB--auto\fP
.br
This option is used when automatically importing devices for the root VG.
The auto import is intended to be done once, on first boot, to create an
initial system.devices file for the root VG.
When this option is used, the vgimportdevices --rootvg command does nothing
if system.devices exists, or the file auto-import-rootvg does not exist
(both in the /etc/lvm/devices/ directory.)
.
.HP
\fB--commandprofile\fP \fIString\fP \fB--commandprofile\fP \fIString\fP
.br .br
The command profile to use for command configuration. The command profile to use for command configuration.
@ -222,6 +303,11 @@ JSON format which is more compliant with JSON standard.
See \fBlvmreport\fP(7) for more information. See \fBlvmreport\fP(7) for more information.
. .
.HP .HP
\fB--rootvg\fP
.br
Import devices used for the root VG.
.
.HP
\fB-S\fP|\fB--select\fP \fIString\fP \fB-S\fP|\fB--select\fP \fIString\fP
.br .br
Select objects for processing and reporting based on specified criteria. Select objects for processing and reporting based on specified criteria.