mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
tools: args: update description for --refresh
This commit is contained in:
parent
4efed9ee99
commit
9472e9c5a0
@ -848,9 +848,12 @@ See \fBlvmraid\fP(7) for more information.
|
||||
\fB--refresh\fP
|
||||
.br
|
||||
If the LV is active, reload its metadata.
|
||||
This is not necessary in normal operation, but may be useful
|
||||
if something has gone wrong, or if some form of manual LV
|
||||
sharing is being used.
|
||||
In an environment where udev is used to manage the /dev content,
|
||||
usage of this option is highly recommended. This is because refresh
|
||||
also regenerates udev events for an LV based on which existing udev
|
||||
rules are applied to set the /dev content and permissions.
|
||||
Also, this operation may be useful if something has gone wrong,
|
||||
or if some form of manual LV sharing is being used.
|
||||
.
|
||||
.HP
|
||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||
|
@ -783,9 +783,12 @@ metadata updates.
|
||||
\fB--refresh\fP
|
||||
.br
|
||||
If the LV is active, reload its metadata.
|
||||
This is not necessary in normal operation, but may be useful
|
||||
if something has gone wrong, or if some form of manual LV
|
||||
sharing is being used.
|
||||
In an environment where udev is used to manage the /dev content,
|
||||
usage of this option is highly recommended. This is because refresh
|
||||
also regenerates udev events for an LV based on which existing udev
|
||||
rules are applied to set the /dev content and permissions.
|
||||
Also, this operation may be useful if something has gone wrong,
|
||||
or if some form of manual LV sharing is being used.
|
||||
.
|
||||
.HP
|
||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||
|
@ -192,9 +192,12 @@ Repeat once to also suppress any prompts with answer 'no'.
|
||||
\fB--refresh\fP
|
||||
.br
|
||||
If the LV is active, reload its metadata.
|
||||
This is not necessary in normal operation, but may be useful
|
||||
if something has gone wrong, or if some form of manual LV
|
||||
sharing is being used.
|
||||
In an environment where udev is used to manage the /dev content,
|
||||
usage of this option is highly recommended. This is because refresh
|
||||
also regenerates udev events for an LV based on which existing udev
|
||||
rules are applied to set the /dev content and permissions.
|
||||
Also, this operation may be useful if something has gone wrong,
|
||||
or if some form of manual LV sharing is being used.
|
||||
.
|
||||
.HP
|
||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||
|
@ -689,9 +689,12 @@ arg(refresh_ARG, '\0', "refresh", 0, 0, 0,
|
||||
"#lvchange\n"
|
||||
"#vgmknodes\n"
|
||||
"If the LV is active, reload its metadata.\n"
|
||||
"This is not necessary in normal operation, but may be useful\n"
|
||||
"if something has gone wrong, or if some form of manual LV\n"
|
||||
"sharing is being used.\n")
|
||||
"In an environment where udev is used to manage the /dev content,\n"
|
||||
"usage of this option is highly recommended. This is because refresh\n"
|
||||
"also regenerates udev events for an LV based on which existing udev \n"
|
||||
"rules are applied to set the /dev content and permissions.\n"
|
||||
"Also, this operation may be useful if something has gone wrong,\n"
|
||||
"or if some form of manual LV sharing is being used.\n")
|
||||
|
||||
arg(removemissing_ARG, '\0', "removemissing", 0, 0, 0,
|
||||
"Removes all missing PVs from the VG, if there are no LVs allocated\n"
|
||||
|
Loading…
Reference in New Issue
Block a user