feat: add hostname + fqdn tip

This commit is contained in:
Simon Cornet 2025-07-01 13:59:48 +02:00
commit 651e498f5e

View file

@ -1,5 +1,19 @@
# Tips and Trics
## Hostname & FQDN
Make sure the hostname and fqdn are properly set. If this is not set properly this might result in performance
degradation or ghost services; for example Ceph Monitor, Manager and Metadata Servers.
```bash
$ hostname
pve0
$ hostname -f
pve0.siempie.local
$ hostname -d
siempie.local
```
## Maintenance mode
```shell