Hallo,
ich habe für mein tank Pool ein spezial Device eingerichtet. Wie kann ich es überprüfen ob alle sauber und schnell funktioniert?
Wie kann ich die aktuell eingestellte zfs set special_small_block size auslesen? Gibt es eine Möglichkeit nach der Einstellung diese zu testen?
Gruß von Stefan
ich habe für mein tank Pool ein spezial Device eingerichtet. Wie kann ich es überprüfen ob alle sauber und schnell funktioniert?
Bash:
root@psme02:~# zpool status
pool: rpool
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
nvme-NE-1TB_2280_9X41220000467-part3 ONLINE 0 0 0
nvme-NE-1TB_2280_9X41220000458-part3 ONLINE 0 0 0
errors: No known data errors
pool: tank
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-ST12000NM0127_ZJV45CYX ONLINE 0 0 0
ata-ST12000NM0127_ZJV07LLF ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
ata-ST12000NM0127_ZJV5ASL8 ONLINE 0 0 0
ata-ST12000NM0127_ZJV4NEZ4 ONLINE 0 0 0
special
mirror-2 ONLINE 0 0 0
nvme0n1p4 ONLINE 0 0 0
nvme1n1p4 ONLINE 0 0 0
errors: No known data errors
Gruß von Stefan