Hello everyone,
* It's me again *
Today I have the following problem:
I recently created a ZVOL to use it as a disk for a Windows VM with bhyve.
It worked fine for a few days until some software reported I/O problems with that "disk".
I did a scrub, rebooted the server and executed
Does anyone think I did something wrong / not recommended?
I have seen some reports in the FreeNAS forums that the HBA I'm using is not recommended.
I am using an Adaptec 71605H.
General question though: How many checksum errors are considered "normal"? Up until now I ran a scrub about once every three - four months and had no problems whatsoever. I had some on all drives though, so it's definitely possible it's because of the HBA.
Honestly any answer would be much appreciated.
Greetings
Philipp
* It's me again *
Today I have the following problem:
I recently created a ZVOL to use it as a disk for a Windows VM with bhyve.
It worked fine for a few days until some software reported I/O problems with that "disk".
Code:
admin@server:~ % sudo zpool status -v tank
Passwort:
pool: tank
state: ONLINE
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: http://illumos.org/msg/ZFS-8000-8A
scan: scrub repaired 16.1M in 7h16m with 68 errors on Wed Jun 7 07:49:15 2017
config:
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
gpt/wd_redpro_2tb_1 ONLINE 0 0 0
gpt/wd_redpro_2tb_2 ONLINE 0 0 0
gpt/wd_redpro_2tb_3 ONLINE 0 0 0
gpt/wd_redpro_2tb_4 ONLINE 0 0 0
gpt/wd_redpro_2tb_13 ONLINE 0 0 0
gpt/wd_redpro_2tb_14 ONLINE 0 0 0
gpt/wd_redpro_2tb_15 ONLINE 0 0 0
gpt/wd_redpro_2tb_16 ONLINE 0 0 0
logs
mirror-1 ONLINE 0 0 0
nvd0 ONLINE 0 0 0
nvd1 ONLINE 0 0 0
cache
nvd2 ONLINE 0 0 0
errors: Permanent errors have been detected in the following files:
tank/veeam/backup_disk:<0x1>
I did a scrub, rebooted the server and executed
zpool clear tank
. It's still the same. Apparently this ZVOL is damaged. To create it I executed: zfs create -V 650G -b 64k -o volmode=dev tank/veeam/backup_disk
Does anyone think I did something wrong / not recommended?
I have seen some reports in the FreeNAS forums that the HBA I'm using is not recommended.
I am using an Adaptec 71605H.
General question though: How many checksum errors are considered "normal"? Up until now I ran a scrub about once every three - four months and had no problems whatsoever. I had some on all drives though, so it's definitely possible it's because of the HBA.
Honestly any answer would be much appreciated.
Greetings
Philipp