mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-02-10 17:31:17 +03:00
![]() The portion of the zvol_replay_write() handler responsible for replaying indirect log records for some reason never existed. As a result indirect log records were not being correctly replayed. This went largely unnoticed since the majority of zvol log records were of the type WR_COPIED or WR_NEED_COPY prior to OpenZFS 7578. This patch updates zvol_replay_write() to correctly handle these log records and adds a new test case which verifies volume replay to prevent any regression. The existing test case which verified replay on filesystem was renamed slog_replay_fs.ksh for clarity. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: loli10K <ezomori.nozomu@gmail.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #6603 Closes #6615 |
||
---|---|---|
.. | ||
cleanup.ksh | ||
Makefile.am | ||
setup.ksh | ||
xattr_001_pos.ksh | ||
xattr_002_neg.ksh | ||
xattr_003_neg.ksh | ||
xattr_004_pos.ksh | ||
xattr_005_pos.ksh | ||
xattr_006_pos.ksh | ||
xattr_007_neg.ksh | ||
xattr_008_pos.ksh | ||
xattr_009_neg.ksh | ||
xattr_010_neg.ksh | ||
xattr_011_pos.ksh | ||
xattr_012_pos.ksh | ||
xattr_013_pos.ksh | ||
xattr_common.kshlib | ||
xattr.cfg |