zfs hostId: Instructions to derive from machine-id
This commit is contained in:
parent
86971fd33b
commit
5f7530a1d7
@ -233,8 +233,12 @@ in
|
|||||||
The 32-bit host ID of the machine, formatted as 8 hexadecimal characters.
|
The 32-bit host ID of the machine, formatted as 8 hexadecimal characters.
|
||||||
|
|
||||||
You should try to make this ID unique among your machines. You can
|
You should try to make this ID unique among your machines. You can
|
||||||
generate a random 32-bit ID using the following command:
|
generate a random 32-bit ID using the following commands:
|
||||||
|
|
||||||
|
<literal>cksum /etc/machine-id | while read c rest; do printf "%x" $c; done</literal>
|
||||||
|
|
||||||
|
(this derives it from the machine-id that systemd generates) or
|
||||||
|
|
||||||
<literal>head -c4 /dev/urandom | od -A none -t x4</literal>
|
<literal>head -c4 /dev/urandom | od -A none -t x4</literal>
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user