misc docs from wiki

This commit is contained in:
2025-11-21 18:05:05 +02:00
parent 2e17161243
commit bc9b3ffa74
2 changed files with 5 additions and 3 deletions

View File

@@ -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 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 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.

View File

@@ -1,8 +1,7 @@
#!/bin/bash #!/bin/bash
set -e set -e
# Create up-to-date templates.
# https://wiki.k-space.ee/en/hosting/proxmox # Image does not come from debian, but whole thing probably replaced with self-service thing anyway.
# image does not come from debian, but whole thing probably replaced with self-service thing anyway
if [[ "$#" -ne 2 ]]; then if [[ "$#" -ne 2 ]]; then
echo "ERROR: expected exactly 2 arguments" echo "ERROR: expected exactly 2 arguments"