mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
system_id: explain the reason for choosing appmachineid over machineid
Since understanding the reason for choosing the appmachineid over the direct use of machineid is not easily found, I extended to help text to clarify this a bit.
This commit is contained in:
parent
82f187ce88
commit
fe822f7043
@ -1327,8 +1327,9 @@ cfg(global_system_id_source_CFG, "system_id_source", global_CFG_SECTION, CFG_DEF
|
||||
" Use an LVM-specific derivation of the local machine-id as the\n"
|
||||
" system ID. See 'man machine-id'.\n"
|
||||
" machineid\n"
|
||||
" Use the contents of the machine-id file to set the system ID\n"
|
||||
" (appmachineid is recommended.)\n"
|
||||
" Use the contents of the machine-id file to set the system ID.\n"
|
||||
" (appmachineid is recommended to avoid exposing the confidential\n"
|
||||
" machine-id.)\n"
|
||||
" file\n"
|
||||
" Use the contents of another file (system_id_file) to set the\n"
|
||||
" system ID.\n"
|
||||
|
@ -192,12 +192,8 @@ global {
|
||||
.B machineid
|
||||
.br
|
||||
The content of /etc/machine-id is used as the system ID if available.
|
||||
See
|
||||
.BR machine-id (5)
|
||||
and
|
||||
.BR systemd-machine-id-setup (1)
|
||||
to check if machine-id is available on the host.
|
||||
(appmachineid is recommended in place of machineid.)
|
||||
(appmachineid is recommended to avoid exposing the confidential
|
||||
machine-id.)
|
||||
.sp
|
||||
.I lvm.conf
|
||||
.nf
|
||||
|
Loading…
Reference in New Issue
Block a user