From a1be463ef1e1bfeb505422341199f20ecae016e6 Mon Sep 17 00:00:00 2001 From: grog Date: Wed, 1 Mar 2000 07:25:46 +0000 Subject: Set default revive block size to 64 kB. Implicitly-sanctioned-by: jkh --- sys/dev/vinum/vinumvar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/vinum/vinumvar.h b/sys/dev/vinum/vinumvar.h index a1ef335..703da91 100644 --- a/sys/dev/vinum/vinumvar.h +++ b/sys/dev/vinum/vinumvar.h @@ -50,6 +50,7 @@ * These aren't as bad as they look: most of them are soft limits. */ +#define VINUMROOT enum constants { VINUM_HEADER = 512, /* size of header on disk */ MAXCONFIGLINE = 1024, /* maximum size of a single config line */ @@ -167,7 +168,7 @@ enum constants { PLEX_REGION_TABLE_SIZE = 8, /* number of entries in plex region tables */ INITIAL_LOCKS = 64, /* number of locks to allocate to a plex */ MAX_REVIVE_BLOCKSIZE = 65536, /* maximum revive block size */ - DEFAULT_REVIVE_BLOCKSIZE = 16384, /* default revive block size */ + DEFAULT_REVIVE_BLOCKSIZE = 65536, /* default revive block size */ VINUMHOSTNAMELEN = 32, /* host name field in label */ }; -- cgit v1.1