Nothing wrong with passthrough to a VM ;) As said if you happen to run docker containers this is best practice anyhow. If you want to also use something like Immich (which also profits from a GPU but is only available as docker image) this is...
No - the result you've shown is exactly this: two mirrors, striped :-)
No, that's not possible. You will have to create a new pool with a single mirror first. (Well, technically a single drive is enough - you can add a second drive to create the...
Zu den lxc-Problem, was Falk erwähnt hat: Sowas steht normalerweise in den Release-Notes einer neuen Version. Grundsätzlich würde ich aber nicht erwarten, dass ältere Container reibungslos funktionieren.
Zu virtuellen Maschinen: Die disk-Images...
Was für ein Backup meinst du?
Wenn du ein Backup einer VM machst kannst du das auf jedem beliebigen Hypervisor mit jeder beliebigen Version einspielen.
Bei LXC Containern sieht das etwas anders aus, da der LXC den Hostkernel benutzt. Da kann man...
So I assume you are talking about a Proxmox VE system? I'm asking since you opened this thread in the "Proxmox Datacenter Manager" subforum.
On Proxmox VE, the way to go is to ensure that ZED sends emails to the 'root' user, so the ZED config...
Whether you do a split or not is basically a matter of preference and constraints. For example my homelab has two mini-pcs which only have two storage slots (one NVME, one SATA). To split system and vms I would have to sacrifice redunancy. I...
@Johannes S @leesteken I feel you gave me a push in the right direction. I'll get a liitle deeper into ZFS and will report how it comes out.
Thank you so far & have a nice evening!
Nope, you won't buy the two small SSDs, and you will need at least one other 4TB SSD since a striped mirror will need at least four drives.
It's the ZFS equivalent of RAID10, basically you build two mirrors, then stripe then together. This gives...
A hardware RAID controller Battery Backup Unit (BBU) can cache sync writes and that might indeed help. (Or replace the SSDs with ones that have PLP.)
ZFS RAIDz1 is a poor choice for VM as the IOPS are much lower then using a ZFS stripe of...
Regarding RAIDZ versus (striped) mirrors on ZFS: https://forum.proxmox.com/threads/fabu-can-i-use-zfs-raidz-for-my-vms.159923/
I would run the SSDs in a triple mirror or (if you have budget for another 4TB SSD) striped mirror. Just buying...
Just for clarity, while the result may look the same, PVE HA is the opposite: not "shoot-the-other-node and live" but "commit suicide" - a node fences itself, by a hard reset.
Nothing I'm aware off. In theory you could try to script something, but I doubt it's worth it.
The manual recommends to have at least a monthly verification to ensure that bitrot etc didn't alter the backups. So it makes sense to have a setting...
You can also configure in the verify job, that already verified backups get only re-verified after a certain time, e.G. after 7/14/30/more days. This way new backups will get verified but you don't need to reverify any old data in any verify job...
Wie stellt man dann sicher, dass die Backups nicht kaputt gehen? Ich verstehe ja, dass die potentielle Dauer der verify-jobs einen davon Abstand nehmen lassen, aber ohne mögliches restore bringen die einen doch nichts.
Wow, ich bin begeistert... Ich habe Proxmox neu installiert, gleicher Name, gleiche IP, den alten Node vom Cluster mit
pvecm delnode pve03
entfernt und den neuen Node gleich wieder zum Cluster hinzugefügt. Dann war alles wieder da, sogar die...
Naja..., wie du willst ;-)
Ich installiere PVE immer auf ZFS. (Und ich habe ein paar klassische, recht alte, Raid-Controller ausgemustert im Schrank liegen...)
Sind denn alle Disks gleichwertig, oder sind das SSDs + HDDs? Das wurde anscheinend...