Darum ist PBS empfehlenswert, dessen Deduplizierung spart einiges an Speicherplatz, die Performance mit Netzwerkfreigaben macht aber nicht gerade Freude, mit lokalen SSDs ( oder notfalls HDD im mirror mit einen ssd mirror als special device) ist...
Der Punkt ist halt, dass es mit Netzwerkfreigaben generell langsamer und fehleranfälliger ist. Im NFS-Thread hat der User mit den Umzug auf eine VM direkt auf der NAS eine deutliche Beschleunigung für die regelmäßigen Wartungsjobs (garbage...
Viel wichtiger finde ich bei solchen Setups noch das Backup. Aber auch für den ProxmoxBackupServer eignet sich günstige alte Hardware ganz gut ;) Und wenn man einen Mini-PC nimmt, hält sich der Stromverbrauch ja in Grenzen, grün hin oder her...
Yeah, that's great! :-)
Maybe. Maybe not.
How much Ram does the system have? For ARC? When you started that command for the first time the very first thing it does is to create the testfile by writing to it. After doing so the whole content...
Ernst gemeinte Frage (nicht böse gemeint!): Warum setzt man ein System in der Firma auf, was man nur mit KI eingerichtet bekommen hat? Schon zuhause wäre mir das zu heikel (kann man aber natürlich auch anders sehen, je nach dem wie wichtig einen...
During backup (=writing new data) or verify = reading chunks? Assuming verify for now, so:
You have three vdevs --> the IOPS of three spindles. You need to read a lot (approx. 12 million) of 4 MiB chunks, several will be smaller. 66 MB/s per...
Are you running your Pihole in a unprivileged container? Then this is normal, since containers share the Proxmox host kernel and don't have this permission. Change you Pihole to stop trying to sync the hardware clock with network time.
EDIT: I...
Yes, and I will link you to my desperate post on truenas forum https://forums.truenas.com/t/multiple-issues-half-recovered-now-but-have-question/50320
This is me, and this is the same issue, I just approached it from a different angle
Nope it's not. But: A cluster brings additional complexity and (thus) additional potential failures.
For example: You should have at least three nodes like explained by Udo above. That can be mitigated with a qdevice (a raspberry would work or a...
Mittlerweile nicht mehr:
Dafür halte ich auch den Weg mit der Storage-Replication für den Schmerzfreiesten mit dem geringsten Ausfallrisiko. Ja, man hat da im worstcase einen Datenverlust von einer Sekunde und es mag Anwendungen geben, wo das...
This is correct, the user and their permissions apply to all nodes in the cluster.
System-Wide refers to "Linux PAM" which is not PVE specific. Its a generic Linux concept. The "system" in this particular wording is the server/node.
Each...
Hello,
Running PBS 4 on Debian 12 Bookworm is not officially supported, and while it might be technically possible to force the installation, you’d be stepping into risky territory.
It may encounter dependency conflicts, especially with newer...
Yes, there is no need to use ZFS and ZFS really shines with multiple drives.
But a) ZFS replication b) transparent compression c) technically cheap snapshots d) data integrity checks / bit-rot-detection(!) and some more features (e.g...
Technisch ist das aber dennoch ein SPOF, oder nicht?
Wir reden hier aber von einem Homelab. Und selbst wenn der NFS-Server auf der oben erwähnten Synology ultra-stabil wäre: das essentielle Netzwerk ist vermutlich ebenfalls nicht redundant und...
@Sviat @UdoB danke für eure Hilfe!
Auf dem PVE soll eine Windows Domäne, sowie diverse andere Dienste des Kunden virtualisiert werden.
Wir würden Enterprise NVMe SSDs verwenden.
Die NAS ist eine Synology UC3400, die hätte zwei aktive...
Just to elaborate on this a bit more, there are the following ZFS issues on GitHub:
ZFS 2.3.0 ignores zfs_arc_max, exhausts system memory #17052
dnode cache overquota but not shriking even if under memory pressure #17487
There's also a pull...
If you install any out-of-tree module, you will need the kernel headers to be able to build the kernel module with DKMS. Using DKMS will allow you build the kernel module for the currently installed kernel, without having to wait for the...
Hi @coolnodje,
There’s no such thing as “clone” in iSCSI, nor is there snapshot, compression, zero optimization, etc.
iSCSI is a well-established (25+ years) protocol that encapsulates SCSI commands over TCP/IP. It’s a standards-based...
Das ist doch die Lösung...?
In kleinen/kleinsten Umgebungen sehe ich keine konkurierende Möglichkeit: Ceph braucht wesentlich mehr Ressources, ein NAS als NFS-Server ist ein SPOF und ermöglicht so simpel kein HA.
Der Datenverlust zwischen den...
Hi,
Recommended by Proxmox config require 3 nodes for quorum. But you can try with Corosync External Vote Support https://pve.proxmox.com/wiki/Cluster_Manager#_corosync_external_vote_support .
Can't recommend to use such on production.