Defekte NVMe ZFS1 Raid

Ich habe heute morgen die Micron NVMe mit 480 GB bestellt, als Ersatz für die verdächtige NVMe.

Sorry, aber ich verstehs noch nicht ganz.
Ich backuppe von PMX auf ein NAS via NFS Share. Das Backup via PMX ist meines Wissens ein Vollbackup?
Also muss jedesmal beim erneuten Start des Backups, ein Vollbackup auf das NAS geschrieben werden, mein VM Backup hat 36 GB, also müsste es doch bei 20 MiB/s viel länger als 6 Minuten dauern?
Sorry für die Fragerei, aber verstehen will ichs trotzdem.
 
Also anscheinend funktioniert die limierte Datenrate nur bei automatischen Backup.
Heute Nacht hat das Backup von einem LXC und einer VM = 43GB, 1,2 Stunden gedauert.
Timeout Meldung gab es keine.
Vorher hatte ich schon Timeouts und das Backup war nach 8 Minuten fertig.
Also die Änderung der Datenrate hat gegriffen.
 
Ich klinke mich mal hier mit meiner Kingston Data Center DC2000B ein:

Code:
root@pve:~# smartctl -a /dev/nvme0n1
smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.13-2-pve] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Number:                       KINGSTON SEDC2000BM8960G
Serial Number:                      XXX
Firmware Version:                   EIEK51.3
PCI Vendor/Subsystem ID:            0x2646
IEEE OUI Identifier:                0x0026b7
Total NVM Capacity:                 960,197,124,096 [960 GB]
Unallocated NVM Capacity:           0
Controller ID:                      1
NVMe Version:                       1.4
Number of Namespaces:               4
Namespace 1 Size/Capacity:          960,197,124,096 [960 GB]
Namespace 1 Formatted LBA Size:     512
Namespace 1 IEEE EUI-64:            0026b7 6870a12090
Local Time is:                      Fri Mar 27 13:14:42 2026 CET
Firmware Updates (0x12):            1 Slot, no Reset required
Optional Admin Commands (0x005f):   Security Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec
Optional NVM Commands (0x00dd):     Comp DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify
Log Page Attributes (0x0e):         Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg
Maximum Data Transfer Size:         128 Pages
Warning  Comp. Temp. Threshold:     84 Celsius
Critical Comp. Temp. Threshold:     89 Celsius

Supported Power States
St Op     Max   Active     Idle   RL RT WL WT  Ent_Lat  Ex_Lat
 0 +     8.80W       -        -    0  0  0  0        0       0

Supported LBA Sizes (NSID 0x1)
Id Fmt  Data  Metadt  Rel_Perf
 0 +     512       0         2
 1 -    4096       0         1

=== START OF SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

SMART/Health Information (NVMe Log 0x02)
Critical Warning:                   0x00
Temperature:                        26 Celsius
Available Spare:                    100%
Available Spare Threshold:          10%
Percentage Used:                    0%
Data Units Read:                    3,059,770 [1.56 TB]
Data Units Written:                 7,167,470 [3.66 TB]
Host Read Commands:                 32,977,756
Host Write Commands:                54,005,932
Controller Busy Time:               87
Power Cycles:                       163
Power On Hours:                     451
Unsafe Shutdowns:                   2
Media and Data Integrity Errors:    0
Error Information Log Entries:      2,944
Warning  Comp. Temperature Time:    0
Critical Comp. Temperature Time:    0
Temperature Sensor 2:               53 Celsius

Error Information (NVMe Log 0x01, 16 of 63 entries)
Num   ErrCount  SQId   CmdId  Status  PELoc          LBA  NSID    VS  Message
  0       2944     0  0x100d  0x4004  0x004            0     1     -  Invalid Field in Command
  1       2943     0  0x2009  0x4004 0x102c            0     0     -  Invalid Field in Command
  2       2942     0  0x2008  0x4004 0x102c            0     0     -  Invalid Field in Command
  3       2941     0  0x0008  0x4004  0x028            0     0     -  Invalid Field in Command
  4       2940     0  0x0017  0x4004      -            0     0     -  Invalid Field in Command

Read Self-test Log failed: Invalid Field in Command (0x2002)


Code:
parm_err_loc    : 0x102c
lba             : 0
nsid            : 0
vs              : 0
trtype          : 0 (The transport type is not indicated or the error is not transport related)
csi             : 0
opcode          : 0
cs              : 0
trtype_spec_info: 0
log_page_version: 0
.................
 Entry[ 4]
.................
error_count     : 2941
sqid            : 0
cmdid           : 0x8
status_field    : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field)
phase_tag       : 0
parm_err_loc    : 0x28
lba             : 0
nsid            : 0
vs              : 0
trtype          : 0 (The transport type is not indicated or the error is not transport related)
csi             : 0
opcode          : 0
cs              : 0
trtype_spec_info: 0
log_page_version: 0
.................
 Entry[ 5]
.................
error_count     : 2940
sqid            : 0
cmdid           : 0x17
status_field    : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field)
phase_tag       : 0
parm_err_loc    : 0xffff
lba             : 0
nsid            : 0
vs              : 0
trtype          : 0 (The transport type is not indicated or the error is not transport related)
csi             : 0
opcode          : 0
cs              : 0
trtype_spec_info: 0
log_page_version: 0
.................

Laut anderen Foren kein wilder Fehler, sondern scheinbar nur ein Befehl welcher von der Kingston nicht unterstützt wird...
Probleme, bis auf den steigenden Counter habe ich keine feststellen können, habe auch bei Kingston mal angefragt, welches die aktuellste Firmware ist...