Hi, das Konzept ist gar nicht schlecht. Du solltest nur absichern, dass die VMs nicht auf ClusterB gestartet werden.
Hast du dir auch schon um das Netzwerk und die Anbindungen der Clients gedanken gemacht? Das Netzwerksetup ist viel kritischer...
Stimme ich dir voll zu, aber wenn eben kein Geld ausgegeben werden darf, muss es eben so laufen... :/
Ja das war auch etwas mein Grundgedanke dazu, weshalb ich es erst mal stündlich gemacht habe. Der entstehende Traffic ist bei der Anzahl der...
Do you have a KVM switch to have a remote access to console zero like a iLo (HP) or iDrac (Dell) in case you need to do support ?
KVM switch also support IP remote console by the way.
Das wäre auch meine Präferenz, damit geht sogar Pseudo-HA ;) Aber: Envtl. hat der OP schlicht nicht genug lokalen Storage und nutzt deshalb TrueNAS?
Und zusätzlich zum PBS könnte man mit pve-zsnc die Gäste auf Standort b für ein schnelles...
Das mit den .conf-Files geht technisch, /etc/pve ist ja pmxcfs und ein Copy da rein legt die VM sofort im Cluster an. Ich würds trotzdem nicht so machen: die Gäste sind dann dauerhaft in Cluster B registriert und irgendwann startet die einer...
Good point!
I realized that I wrote the incorrect model, they are actually M90q G5:
So I am pretty sure they will be possible to fit with this little fella that I also did buy together with the cards:
It's a riser card that should fit...
Generell ist es bei einer Migration auch nicht verkehrt sich einen Proxmox Partner an Bord zu holen, gerade wenn es um solche kritischen Anforderungen geht.
Zum PBS: Die Wiederherstellung dauert natürlich immer so lange, wie sie halt dauert...
Thanks. But be carefull with your before measured workload and possible nfs bandwidth because if (the vm remote) I/O reaction is low you just can measure small numbers and then don't think of these is what you only need of - that's s an easy...
the local nvme storage in the dell has 8 × 3.5 tb nvme drives with the h965i in non-raid mode. zfs is configured as four mirrored pairs, so i would expect it to perform differently than the raidz1 setup on the truenas.
one of my main goals with...
Thanks. But be carefull with your before measured workload and possible nfs bandwidth because if (the vm remote) I/O reaction is low you just can measure small numbers and then don't think of these is what you only need of - that's s an easy...
One thing we've found is that, per https://forum.proxmox.com/threads/server-2022-defrag-trim-pegging-cpu-and-ram.161514/ and https://forum.proxmox.com/threads/windows-vm-requires-lots-of-ram-to-trim-larger-hard-disks.96288/, it can speed up TRIM...
Vielen Dank Euch allen - Vor allem auch für die Erläuterungen, was die einzelnen Cache-SSDs für Vorteile haben (oder auch nicht ;))
Also RAM wird aufgerüstet, sobald er wieder bezahlbar ist - aber bei aktuell 3 bis 5 Euro pro GB für Gebrauchten...
No, nevermind. I just got lucky. I've found every 1 in 10 restarts to be stable on the KVM.
I'm not sure at this point. I guess I'll just live with LXC (Which is still better than bare metal/docker!)
(Sorry, didn't realize the forum wouldn't like ".md" files... here is the write up:) I TRIED to get the formatting fixed from my original markdown file, but I'm sure I missed some!)
QR Code Threat Detection on Proxmox Mail Gateway
Summary
Adds...
the local nvme storage in the dell has 8 × 3.5 tb nvme drives with the h965i in non-raid mode. zfs is configured as four mirrored pairs, so i would expect it to perform differently than the raidz1 setup on the truenas.
one of my main goals with...
I'm using Wasabi and up until now has been rock solid as has Proxmox. Anyway I went to my remote systems in a different part of the country where I have a read only datastore to test restores and when I try to refresh the contents it also failed...
I noticed there are recent patches for NFSPlugin.pm (rpcinfo fallback / check_connection improvements).
Could this issue be related to the current check_connection() implementation in Proxmox VE 9.2.6?
Thank you!
That solved the issue.
I ran:
```bash
pct set 999 --mp0 /mnt/nas_media,mp=/mnt/test,shared=1
```
After that, `pct config 999` shows:
```text
mp0: /mnt/nas_media,mp=/mnt/test,shared=1
```
I then retried the migration:
```bash
pct...
First: Thanks xque for your write up! I wouldn't have been able to get this going without your notes!
Unfortunately, by the time I got a chance to sit down and go through setting this going, I wasn't able to get things going from your notes...