openzfs / zfs

OpenZFS on Linux and FreeBSD
https://openzfs.github.io/openzfs-docs
Other
10.64k stars 1.75k forks source link

`zvol/zvol_stress/zvol_stress` hits `VERIFY(zio_injection_enabled || !(zio->io_flags & ZIO_FLAG_IO_RETRY)) failed` #13792

Open problame opened 2 years ago

problame commented 2 years ago

System information

Type Version/Name
Distribution Name CentOS 7
Distribution Version
Kernel Version (Custom-built Linux 5.10)
Architecture x86_64
OpenZFS Version master ( 947465b9843b588a57703f000783fafd9d9ad68c )

Describe the problem you're observing

../zfs-tests.sh -x -k -v -t tests/functional/zvol/zvol_stress/zvol_stress.ksh  -I 100

Eventually caused

[32412.504233] VERIFY(zio_injection_enabled || !(zio->io_flags & ZIO_FLAG_IO_RETRY)) failed
[32412.505010] PANIC at zio.c:4452:zio_dva_throttle_done()
[32412.505683] Showing stack for process 39182
[32412.505696] CPU: 1 PID: 39182 Comm: z_null_int Tainted: G           O      5.10.103.el7.x86_64 #1
[32412.505698] Hardware name: Nutanix AHV, BIOS 1.11.0-2.el7 04/01/2014
[32412.505702] Call Trace:
[32412.505737]  dump_stack+0x74/0x92
[32412.505770]  spl_dumpstack+0x29/0x2b [spl]
[32412.505776]  spl_panic+0xd4/0xfc [spl]
[32412.505785]  ? kmem_cache_free+0x37d/0x420
[32412.505791]  ? spl_kmem_cache_free+0x19c/0x280 [spl]
[32412.505796]  ? spl_kmem_cache_free+0x182/0x280 [spl]
[32412.505798]  ? kmem_cache_free+0x37d/0x420
[32412.505909]  zio_dva_throttle_done+0x4d5/0x5b0 [zfs]
[32412.505996]  zio_done+0x735/0x19a0 [zfs]
[32412.506088]  zio_execute+0xf1/0x2b0 [zfs]
[32412.506096]  taskq_thread+0x339/0x6f0 [spl]
[32412.506102]  ? wake_up_q+0xa0/0xa0
[32412.506187]  ? zio_taskq_member.isra.0.constprop.0+0x60/0x60 [zfs]
[32412.506192]  kthread+0x114/0x150
[32412.506199]  ? taskq_thread_spawn+0x60/0x60 [spl]
[32412.506201]  ? __kthread_cancel_work+0x40/0x40
[32412.506206]  ret_from_fork+0x22/0x30

Describe how to reproduce the problem

Not reproducible

stale[bot] commented 1 year ago

This issue has been automatically marked as "stale" because it has not had any activity for a while. It will be closed in 90 days if no further activity occurs. Thank you for your contributions.