diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-08 15:09:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-08 15:09:44 +0300 |
| commit | 4e60a105429e18d6130f13925d3d7d5b68fc0e65 (patch) | |
| tree | 32ca540dea922c1a2249fe80cccf899578fa502b | |
| parent | a62eaeebe384ecf230e35897c1722c3b5726daff (diff) | |
b0: document PI phase 0.2 hostname verification
| -rw-r--r-- | f3s/docs/pi-phase-0-2.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/f3s/docs/pi-phase-0-2.md b/f3s/docs/pi-phase-0-2.md new file mode 100644 index 0000000..9b34ca8 --- /dev/null +++ b/f3s/docs/pi-phase-0-2.md @@ -0,0 +1,18 @@ +# PI Phase 0.2 Hostname Verification + +Task 0.2 for the Raspberry Pi cluster was verified on: + +- `pi0.lan.buetow.org` +- `pi1.lan.buetow.org` +- `pi2.lan.buetow.org` +- `pi3.lan.buetow.org` + +Verification performed: + +- `hostnamectl status --static` returned the expected FQDN on each host. +- `hostname -f` returned the same FQDN on each host. + +Outcome: + +- No hostname changes were required. +- No reboot was needed because the static hostnames were already correct and resolvable as FQDNs. |
