Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system_id: explain the reason for choosing appmachineid over machineid #139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/config/config_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,8 @@ cfg(global_system_id_source_CFG, "system_id_source", global_CFG_SECTION, CFG_DEF
" 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"
" (appmachineid is recommended to not leak the machine-id outside\n"
" the machine, since it is considered private.)\n"
" file\n"
" Use the contents of another file (system_id_file) to set the\n"
" system ID.\n"
Expand Down
4 changes: 3 additions & 1 deletion man/lvmsystemid.7_main
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ See
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 in place of machineid in order to prevent
the machineid from leaking outside the machine, since it is considered
private.)
.sp
.I lvm.conf
.nf
Expand Down