My test environment is a stretched cluster like yours. The witness node is a full cluster member.
I use a HA Node Affinity rule to prevent unwanted VMs from running on the witness node. The rule includes all the hosts except for the witness and...
This is normal in the default setup.
The default settings are generally very conservative, so you may need to adjust some of your scores under "Spam Detector" -> "Custom Scores" (don’t forget to click Apply).
You can search for filters in the...
Did you already looked up the partner on the website? https://proxmox.com/en/partners/find-partner/all/filter/partners/partner/partner-type-filter/partner-type/reseller-partner/regions-filter/regions/north-america?f=6
You could also contact...
Hello I am looking for contacts for a US (preferable Southern California) based support organization familiar with K-12 enviorments. We are looking to convert and existing VMware enviorment to Proxmox. I am looking for purchase and...
Hi,
have you ever found a solution to the issue? We are having a similar issue using a DELL Storage, ISCSI LUNs mounted on 10 hosts (~ 120 running vms). We haven't been able to pragmatically replicate the corruption, but our CI/CD servers...
Easiest is always backup & restore.
That beeing said, here are other options:
I would setup a virtualized PVE and also the old and new TrueNAS version in a VM each and setup everything you have at the moment and just try for yourself.
setup a...
This script will do an awesome filterjob:
- filters very early (before DATA) with very little CPU power
- high filter-rate
- more or less no false positive
Installation identically to first post, additional:
apt install python3-spf...
Try dropping the cache like this afterwards
sync; echo 3 > /proc/sys/vm/drop_cache
I suppose you could create service overrides to disable swapping for certain things and/or look into ZRAM/ZSWAP.
The Linux kernel decides that it would prefer to use the memory for cache and buffers instead. As long as swap is not read back again, this is fine and normal (as software sometimes allocated memory that is never used). Disable swap completely if...
Why not disable swap? It is not mandatory. You don't like it to be used anyway, so why provide swap in first place?
Our production PVE servers are running fine without any swap.
If you have enough RAM just disable and never think about again.
Also im Vergleich zu unserem ersten Test ist das ein Glanzresultat.;)
Die Performance ist massiv besser geworden.
Eine neue Installation ist grundsätzlich schon möglich, aber wir müssten dann alles vom alten TS auf den neuen übernehmen.
Das geht...
I found this thread in a search for the same problem - I was using an outdated bookmark or search results for the helper scripts. For the sake of future travelers, I will do the opposite of what bbgeek17 did in two whole posts of text: actually...
I'm still curious what caused the utilization inside HAOS. Check its usage via the glances app. Start it, open it and press z and c. Share what you see.
Impact, thank you for helping with this.
after everything was tried in grub I ended up swapped back to my normal settings.
I must have had a corrupt file not letting it boot and by running the update-grub command must have fixed it.
I wasn't able...