Hallo Forum,
ich habe ein neues raidz1 mit drei USB 3.0 Festplatten (PMR) eingerichtet und erreiche nur äußerst magere Lese-/Schreibwerte. Ich hätte hierbei mit mindestens dem 10-fachen Durchsatz gerechnet, da die Festplatten im Einzelbetrieb die erwarteten Durchsätze liefern.
Mein System ist ein Intel i5-10210U mit 16 GB RAM und aktuellster Proxmox Version. Weitere Details habe ich beigefügt.
Wo könnte die Ursache liegen, wie kann ich sie finden und beseitigen? Könnt ihr mir Tipps geben?
Viele Grüße,
Sven
ich habe ein neues raidz1 mit drei USB 3.0 Festplatten (PMR) eingerichtet und erreiche nur äußerst magere Lese-/Schreibwerte. Ich hätte hierbei mit mindestens dem 10-fachen Durchsatz gerechnet, da die Festplatten im Einzelbetrieb die erwarteten Durchsätze liefern.
Mein System ist ein Intel i5-10210U mit 16 GB RAM und aktuellster Proxmox Version. Weitere Details habe ich beigefügt.
Wo könnte die Ursache liegen, wie kann ich sie finden und beseitigen? Könnt ihr mir Tipps geben?
Viele Grüße,
Sven
Bash:
# lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 10000M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M
|__ Port 1: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
|__ Port 2: Dev 4, If 0, Class=Hub, Driver=hub/3p, 5000M
|__ Port 1: Dev 7, If 0, Class=Mass Storage, Driver=uas, 5000M
|__ Port 3: Dev 5, If 0, Class=Hub, Driver=hub/3p, 5000M
|__ Port 1: Dev 8, If 0, Class=Mass Storage, Driver=uas, 5000M
|__ Port 4: Dev 6, If 0, Class=Hub, Driver=hub/3p, 5000M
|__ Port 1: Dev 9, If 0, Class=Mass Storage, Driver=uas, 5000M
Bash:
# zpool create -f -o ashift=12 -O acltype=posixacl -O compression=lz4 -O xattr=sa tank raidz /dev/disk/by-id/ata-ST10000DM0004-2GR11L_ZJV66N1J /dev/disk/by-id/ata-ST10000DM0004-2GR11L_ZJV67M4L /dev/disk/by-id/ata-ST10000DM0004-2GR11L_ZJV6A7M4
Bash:
# zfs create -o encryption=aes-256-gcm -o keyformat=raw -o keylocation=file:///root/zfs_key tank/vault
Bash:
# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
tank 27.3T 4.85T 22.4T - - 0% 17% 1.00x ONLINE -
Bash:
# zpool status
pool: tank
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
ata-ST10000DM0004-2GR11L_ZJV66N1J ONLINE 0 0 0
ata-ST10000DM0004-2GR11L_ZJV67M4L ONLINE 0 0 0
ata-ST10000DM0004-2GR11L_ZJV6A7M4 ONLINE 0 0 0
errors: No known data errors
Bash:
# zpool iostat
capacity operations bandwidth
pool alloc free read write read write
---------- ----- ----- ----- ----- ----- -----
tank 4.85T 22.4T 1 99 260K 21.8M
Bash:
# lsblk -o NAME,PHY-SeC
NAME PHY-SEC
sdb 4096
├─sdb1 4096
└─sdb9 4096
sdc 4096
├─sdc1 4096
└─sdc9 4096
sdd 4096
├─sdd1 4096
└─sdd9 4096
Bash:
# fdisk -l
Disk /dev/sdb: 9.1 TiB, 10000831348224 bytes, 19532873727 sectors
Disk model: Backup+ Hub BK
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 90E25874-6DC0-DA4F-AF16-B3AF391979F6
Device Start End Sectors Size Type
/dev/sdb1 2048 19532855295 19532853248 9.1T Solaris /usr & Apple ZFS
/dev/sdb9 19532855296 19532871679 16384 8M Solaris reserved 1
Disk /dev/sdc: 9.1 TiB, 10000831348224 bytes, 19532873727 sectors
Disk model: Backup+ Hub BK
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: FDA6F74E-67F6-4040-93E8-F8924C797794
Device Start End Sectors Size Type
/dev/sdc1 2048 19532855295 19532853248 9.1T Solaris /usr & Apple ZFS
/dev/sdc9 19532855296 19532871679 16384 8M Solaris reserved 1
Disk /dev/sdd: 9.1 TiB, 10000831348224 bytes, 19532873727 sectors
Disk model: Backup+ Hub BK
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 7EEA4374-861F-C14E-8306-04B91E49EB69
Device Start End Sectors Size Type
/dev/sdd1 2048 19532855295 19532853248 9.1T Solaris /usr & Apple ZFS
/dev/sdd9 19532855296 19532871679 16384 8M Solaris reserved 1