Files
mirror_zfs/module
Arun KV bb80b4649a Fixed data integrity issue when underlying disk returns error
Errors in zil_lwb_write_done() are not propagated to
zil_lwb_flush_vdevs_done() which can result in zil_commit_impl()
not returning an error to applications even when zfs was not able
to write data to the disk.

Remove the ZIO_FLAG_DONT_PROPAGATE flag from zio_rewrite() to
allow errors to propagate and consolidate the error handling for
flush and write errors to a single location (rather than having
error handling split between the "write done" and "flush done"
handlers).

Reviewed-by: George Wilson <gwilson@delphix.com>
Reviewed-by: Prakash Surya <prakash.surya@delphix.com>
Signed-off-by: Arun KV <arun.kv@datacore.com>
Closes #12391
Closes #12443
2021-09-14 15:45:30 -07:00
..
2021-04-07 13:27:11 -07:00
2021-01-26 16:12:26 -08:00
2021-09-14 15:42:59 -07:00
2020-06-10 09:24:15 -07:00
2021-04-07 13:27:11 -07:00
2020-06-10 09:24:15 -07:00
2020-08-20 10:30:06 -07:00