From bc9b3ffa7449a8aa71f42caf653e0a9d5944ddab Mon Sep 17 00:00:00 2001 From: rasmus Date: Fri, 21 Nov 2025 18:05:05 +0200 Subject: [PATCH] misc docs from wiki --- proxmox/README.md | 3 +++ proxmox/admin_scripts/template.sh | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/proxmox/README.md b/proxmox/README.md index 5d69a5c..ea7b306 100644 --- a/proxmox/README.md +++ b/proxmox/README.md @@ -132,3 +132,6 @@ After restarting the OSD you should see in `numastat ceph-osd` that OSD is conta Here are bunch of example `fio` benchmark commands that can be used to verify this change https://docs.oracle.com/en-us/iaas/Content/Block/References/samplefiocommandslinux.htm + +## Update PVE host +`# upgr`. Notification sent when node is back online, and 2nd when up 5 min. Manual double-check for CEPH healthy before proceeding. diff --git a/proxmox/admin_scripts/template.sh b/proxmox/admin_scripts/template.sh index 1a2a439..a3ec681 100755 --- a/proxmox/admin_scripts/template.sh +++ b/proxmox/admin_scripts/template.sh @@ -1,8 +1,7 @@ #!/bin/bash set -e - -# https://wiki.k-space.ee/en/hosting/proxmox -# image does not come from debian, but whole thing probably replaced with self-service thing anyway +# Create up-to-date templates. +# Image does not come from debian, but whole thing probably replaced with self-service thing anyway. if [[ "$#" -ne 2 ]]; then echo "ERROR: expected exactly 2 arguments"