Commit b5d2f8d
committed
Fix decrypt_fault.ksh when zfs_abd_scatter_enabled=0
If we turn off zfs_abd_scatter_enabled, we can allow buffer sharing
during arc_write_ready. However, this will cause decrypt_fault.ksh to
fail. It seems we need to export the pool to guarantee we will attempt
to decrypt the file again so fault injection will work.
Signed-off-by: Chunwei Chen <david.chen@nutanix.com>1 parent a497c5f commit b5d2f8d
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
| |||
0 commit comments