Guten Morgen in der neuen Woche. Nur kurz Status: Belegung unverändert, trotz eines weiteren absolvierten Scrubs.
Wir haben sehr wahrscheinlich keine so speziellen Platten, muss ich noch prüfen (die waren damals gebraucht und geprüft für...
Ich habe schon mit billigen Crucial BX500 ein ZFS Raid über 5 Jahre betrieben.
Definitiv gewagt, definitiv nicht empfehlenswert, aber eher wegen der Langsamkeit und Spontanausfällen, weniger aufgrund des Wearouts.
Von daher: Billige Platten...
Guten Morgen in der neuen Woche. Nur kurz Status: Belegung unverändert, trotz eines weiteren absolvierten Scrubs.
Wir haben sehr wahrscheinlich keine so speziellen Platten, muss ich noch prüfen (die waren damals gebraucht und geprüft für...
Prüft diesen Plan bitte gründlich. Wie schon geschrieben bin ich eher auf den Nachfolgern (3par) zu Hause, aber da gibt es folgende Fallen:
Die Platten haben eine spezielle Formatierung (520 statt 512 Byte/Sektor)
Die Platten brauchen spezielle...
Die "1 MiB Cluster = Ursache" Story stimmt so nicht. Cluster-Overhead ist real, aber das sind ein paar Prozent, keine 2+ TiB. Das Problem bleibt der Controller der die UNMAPs nicht umsetzt, das ist unabhängig vom Filesystem.
Was @Johannes S zum...
Da schwillt mir der Kamm!
Du bist schon so ein echter Spezialist. Hast du wenigstens gelernt, dass im virtualisiertem Umfeld ein Virtualisierungs-Host in 15min neu aufgesetzt ist und dazu nur die Restore-Wartezeit einzelner VMs kommt?
GENAU...
The USB ports in these older system are notoriously unreliable, and using that for PBS which is a heavy on the I/O appliance is really asking for trouble.
In addition to that using a spinning disk as your backup data store is also a problem due...
Guten Morgen, noch ein Hinweis: Neben der IP-Nummer muss auch der Hostname einer eindeutig bleiben und dieses über die /etc/hosts Datei geregelt. Die muss natürlich immer auf die reale ipv4 Nummer verweisen. Ändert man nur den Host nehmen hat das...
You can switch to no-subscription repository, do apt update, install the desired kernel doing apt install proxmox-kernel-6.xx (input your kernel version here), then go back to enterprise repository and do apt update again. Make sure you only...
Past comparisons regarding HVCIs (One of the functions grouped under the name VBS) are as follows.
VBS itself does not reduce processing speed. Only certain components (HVCI) reduce processing speed.
*Performance degradation is equivalent to...
You need 3.16+ to use multiple CPU cores. Before 3.16 it still uses only one core, so youd have to start multiple instances of iperf at the same time and add them together manually.
Sender Side
iperf3 -c 10.XX.YY.8 -u -b 10G -i 1 -t 10000 -P2
Connecting to host 10.25.240.8, port 5201
[ 5] local 10.25.240.7 port 49254 connected to 10.25.240.8 port 5201
[ 7] local 10.25.240.7 port 48981 connected to 10.25.240.8 port 5201
[...
MGR's actual role:
MgrClient in the OSD (src/osd/OSD.cc) only does: send_pgstats(), update_daemon_health(), set_perf_metric_query_cb() — all async, none on the I/O path
PeeringState.cc has zero references to MGR
PrimaryLogPG::do_request() never...
Hi @torbho, before recommending solutions, I'd need more information:
Reproducibility: Does this happen every time a node goes down/reboots, or was this a one-time event? If reproducible, this strongly suggests a structural issue (network...
Maybe. I know for Datasets there are other attributes (meta-data) to evaluate. This thread is about a VM/ZVOL.
Yeah, sounds clever! Thanks for adding this.
But nevertheless the source ZVOL needs to be read, completely. And that was the main...
Like others already said, by default it reads everything.
The money quote line is this one:
107: 2026-02-28 21:00:07 INFO: scsi0: dirty-bitmap status: created new
Since the VM is not running and/or you have the stop backup mode, it can't make...