mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-13 19:50:25 +03:00
Illumos 6319 - assertion failed in zio_ddt_write: bp->blk_birth == txg
6319 assertion failed in zio_ddt_write: bp->blk_birth == txg Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com> References: https://www.illumos.org/issues/6319 https://github.com/illumos/illumos-gate/commit/b39b744 Porting notes: - Re-enabled ztest for CentOS test slaves. Ported-by: kernelOfTruth kerneloftruth@gmail.com Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #3449
This commit is contained in:
parent
7f60329a26
commit
5511754b4f
2
TEST
2
TEST
@ -71,8 +71,6 @@ case "$BB_NAME" in
|
|||||||
Amazon*)
|
Amazon*)
|
||||||
;;
|
;;
|
||||||
CentOS*)
|
CentOS*)
|
||||||
# Sporadic segmentation faults
|
|
||||||
TEST_ZTEST_SKIP="yes"
|
|
||||||
# Sporadic VERIFY(!zilog_is_dirty(zilog)) failed
|
# Sporadic VERIFY(!zilog_is_dirty(zilog)) failed
|
||||||
TEST_ZILTEST_SKIP="yes"
|
TEST_ZILTEST_SKIP="yes"
|
||||||
;;
|
;;
|
||||||
|
@ -1164,6 +1164,8 @@ zio_write_bp_init(zio_t *zio)
|
|||||||
zio->io_pipeline |= ZIO_STAGE_DDT_WRITE;
|
zio->io_pipeline |= ZIO_STAGE_DDT_WRITE;
|
||||||
return (ZIO_PIPELINE_CONTINUE);
|
return (ZIO_PIPELINE_CONTINUE);
|
||||||
}
|
}
|
||||||
|
zio->io_bp_override = NULL;
|
||||||
|
BP_ZERO(bp);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!BP_IS_HOLE(bp) && bp->blk_birth == zio->io_txg) {
|
if (!BP_IS_HOLE(bp) && bp->blk_birth == zio->io_txg) {
|
||||||
|
Loading…
Reference in New Issue
Block a user