Just so you are aware, BTRFS also suffers from write amplification [1]. If this is something you are very worried about, bitrot protections, such as checksums, will always incur extra overhead. Thus, you will always suffer from some degree of...
Hallo Falk, danke für die Antwort.
Ich habe mal Screenshots von der Konfiguration angehängt.
Bei dem Netzwerkadapter handelt es sich um einen BCM 57416.
Weise ich den VM's jeweils einen der virtuellen Netzwerk-Adapter zu, können Sie alles...
Stability in speed is not achieved by using writeback.
It is best not to assume that it will always deliver consistent results.
Writeback heavily depends on CPU/RAM speed, regardless of the disk type or disk speed.
Ja, habe ich noch auf dem Zettel, ich habe bei mir zu Hause noch einen NUC stehen, den wollte ich dafür nutzen. Da läuft auch Proxmox drauf, aber der hat schon 4 VM's daher kann ich den nicht mehr ins Cluster aufnehmen. Oder ich muss die VM's mal...
Vielen Dank für die Antworten.
Ne NetApp macht ja auch Deduplizierung und am 2. Standort habe ich 48 Stündliche, 30 Tägliche und 18 Wöchentliche Sicherungen liegen. Diese sind zwar nicht nicht 100% konsistent, da die VM's laufen (Zustand als...
No, as soon as there is no quorum any more between the MONs, i.e. the majority of MONs do not see each other, the cluster will stop working.
And for the number of MONs: The cephadm orchestrator deploys 5 by default for the reasons I outlined...
If you ever need to find out again how the Drives map (mostly they are numbered the same, but don't count on that), you can just run lsblk -S
The Serialnumber contains the numbering from Proxmox (drive-scsi0/1/2 etc..)
$ lsblk -S
NAME HCTL...
So, here is what happened. When I set up my initial environment three years ago, I decided upon the following as initial setup for a backup (most importantly mail and local DNS) server:
Proxmox on a decent NUC as HOST
Internal 1TB SSD, hardware...
But maybe I found the error: Shame on my head. I once created for testing purpose a "Snapshot". After removing this one the iodelay was down to 8%.
Yes, can confirm, it was this container where the snapshot was causing high iodelay. After...
Moin
Wie kommst Du auf die Idee das die ältere refurbished Lenovo Kiste dann leistungsstärker als Dein jetziger Geekom IT8 wäre? Mal abgesehen von den 16GB mehr an RAM, was Du bei Deiner Geekom IT8 Kiste ja auch nachrüsten könntest.
Nur weil in...
IO is being created by some LXC containers, I´m analyzing here.
The current kernel is 6.8.12-13-pve, with newer kernels the system was freezing after some minutes.
No backup running.
Can you confirm that you have done these steps in the container?
created the group: sudo groupadd -g 10000 lxc_shares
Added to the group the user of immich: sudo usermod -aG lxc_shares immich_user
given permissions to the folder to use that...