Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:linux:nfs_unique_machineid [2020/05/06 01:26] – alex | en:linux:nfs_unique_machineid [2020/05/06 01:59] (current) – alex | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Unique machine ID for nfs root systems ====== | ====== Unique machine ID for nfs root systems ====== | ||
| + | When multiple hosts running systemd share the same NFS root, they will also share the same machine-id. | ||
| + | Create the file ''/ | ||
| <code bash machineid> | <code bash machineid> | ||
| Line 26: | Line 28: | ||
| </ | </ | ||
| - | < | + | Rebuild the initramfs (for example '' |
| - | # ln -sf / | + | |
| - | # ln -sf / | + | |
| - | </code> | + | |