mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-29 15:22:30 +03:00
make: generate
This commit is contained in:
parent
6c6aebba88
commit
29c0763480
@ -149,7 +149,7 @@ devices {
|
|||||||
# at other devices, but only those that are likely to have the PV.
|
# at other devices, but only those that are likely to have the PV.
|
||||||
# If "all", lvm will look at all devices on the system.
|
# If "all", lvm will look at all devices on the system.
|
||||||
# This configuration option has an automatic default value.
|
# This configuration option has an automatic default value.
|
||||||
# search_for_devnames = "auto"
|
# search_for_devnames = "all"
|
||||||
|
|
||||||
# Configuration option devices/device_ids_refresh.
|
# Configuration option devices/device_ids_refresh.
|
||||||
# Find PVs on new devices and update the device IDs in the devices file.
|
# Find PVs on new devices and update the device IDs in the devices file.
|
||||||
|
@ -53,6 +53,8 @@ lvmdevices \(em Manage the devices file
|
|||||||
\fB--profile\fP \fIString\fP
|
\fB--profile\fP \fIString\fP
|
||||||
.br
|
.br
|
||||||
\fB-q\fP|\fB--quiet\fP
|
\fB-q\fP|\fB--quiet\fP
|
||||||
|
.br
|
||||||
|
\fB--refresh\fP
|
||||||
.br
|
.br
|
||||||
\fB-t\fP|\fB--test\fP
|
\fB-t\fP|\fB--test\fP
|
||||||
.br
|
.br
|
||||||
@ -222,6 +224,8 @@ Check the devices file and report incorrect values.
|
|||||||
.br
|
.br
|
||||||
.RS 4
|
.RS 4
|
||||||
.ad l
|
.ad l
|
||||||
|
[ \fB--refresh\fP ]
|
||||||
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
.RE
|
.RE
|
||||||
@ -237,6 +241,8 @@ Update the devices file to fix incorrect values.
|
|||||||
.ad l
|
.ad l
|
||||||
[ \fB--delnotfound\fP ]
|
[ \fB--delnotfound\fP ]
|
||||||
.br
|
.br
|
||||||
|
[ \fB--refresh\fP ]
|
||||||
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
.RE
|
.RE
|
||||||
@ -481,6 +487,19 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
|
\fB--refresh\fP
|
||||||
|
.br
|
||||||
|
Search for missing PVs on new devices, and update the devices file
|
||||||
|
with new device IDs for the PVs if they are found on new devices.
|
||||||
|
This is useful if PVs have been moved to new devices with new WWIDs,
|
||||||
|
for example. The device ID type and name may both change for a PV.
|
||||||
|
WARNING: if a PV is detached from the system, but a device containing a
|
||||||
|
clone or snapshot of that PV is present, then refresh would replace the
|
||||||
|
correct device ID with the clone/snapshot device ID, and lvm would begin
|
||||||
|
using the wrong device for the PV. Use deldev/adddev to safely change
|
||||||
|
a PV device ID in this scenario.
|
||||||
|
.
|
||||||
|
.HP
|
||||||
\fB-t\fP|\fB--test\fP
|
\fB-t\fP|\fB--test\fP
|
||||||
.br
|
.br
|
||||||
Run in test mode. Commands will not update metadata.
|
Run in test mode. Commands will not update metadata.
|
||||||
|
Loading…
Reference in New Issue
Block a user