Skip to content

Commit

Permalink
enable sibling block ingestion by default (openzfs#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrens authored May 19, 2022
1 parent ed656c8 commit 679178c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zfs_object_agent/zettaobject/src/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ tunable! {

static ref WRITES_INGEST_TO_ZETTACACHE: bool = true;

static ref SIBLING_BLOCKS_INGEST_TO_ZETTACACHE: bool = false;
static ref SIBLING_BLOCKS_INGEST_TO_ZETTACACHE: bool = true;
}

lazy_static! {
Expand Down

0 comments on commit 679178c

Please sign in to comment.