From 3a55f5d5485f2d76bce1b41385bd30ac6d0b229d Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Wed, 30 Apr 2003 15:26:54 +0000 Subject: [PATCH] configurable region size --- doc/example.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/example.conf b/doc/example.conf index 0d52dccec..8e13f5487 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -199,6 +199,9 @@ activation { # For example, you could make it return I/O errors using the 'error' # target or make it return zeros. missing_stripe_filler = "/dev/ioerror" + + # Size (in KB) of each copy operation when mirroring + mirror_region_size = 512 }