feat: add hostname + fqdn tip
This commit is contained in:
parent
27341d979b
commit
651e498f5e
1 changed files with 14 additions and 0 deletions
|
|
@ -1,5 +1,19 @@
|
||||||
# Tips and Trics
|
# 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
|
## Maintenance mode
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue