1
0
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:
Peter Rajnoha 2024-08-14 14:59:07 +02:00
parent 4efed9ee99
commit 9472e9c5a0
No known key found for this signature in database
GPG Key ID: E776664036DF84AB
4 changed files with 24 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"