From 651e498f5ea4964ce685dce2126f77ad89623653 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 1 Jul 2025 13:59:48 +0200 Subject: [PATCH] feat: add hostname + fqdn tip --- docs/proxmox/tips-and-tricks.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/proxmox/tips-and-tricks.md b/docs/proxmox/tips-and-tricks.md index 9730f54..0b4051c 100644 --- a/docs/proxmox/tips-and-tricks.md +++ b/docs/proxmox/tips-and-tricks.md @@ -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