summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2020-05-20 10:59:38 -0500
committerDavid Teigland <teigland@redhat.com>2021-10-07 12:06:49 -0500
commit3e1316bb09b087ec79c9661ead14d8556c36fa8d (patch)
treedc04e98f896348aa5595332fdb0f377904e7ecf0 /man
parent6c22392a3f903d6c086f7cc94978bdf8b072da6e (diff)
downloadlvm2-3e1316bb09b087ec79c9661ead14d8556c36fa8d.tar.gz
system_id: new appmachineid option
The new system_id_source="appmachineid" will cause lvm to use an lvm-specific derivation of the machine-id, instead of the machine-id directly. This is now recommended in place of using machineid.
Diffstat (limited to 'man')
-rw-r--r--man/lvmsystemid.7_main17
1 files changed, 17 insertions, 0 deletions
diff --git a/man/lvmsystemid.7_main b/man/lvmsystemid.7_main
index eac4f7bc1..06e7f3454 100644
--- a/man/lvmsystemid.7_main
+++ b/man/lvmsystemid.7_main
@@ -173,6 +173,22 @@ global {
.fi
.
.TP
+.B appmachineid
+.br
+
+An LVM-specific derivation of /etc/machine-id is used as the system ID.
+See
+.BR machine-id (5)
+to check if machine-id is available on the host.
+
+.I lvm.conf
+.nf
+global {
+ system_id_source = "appmachineid"
+}
+.fi
+
+.TP
.B machineid
.br
The content of /etc/machine-id is used as the system ID if available.
@@ -181,6 +197,7 @@ 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.)
.sp
.I lvm.conf
.nf