summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumvar.h
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2000-03-01 07:25:46 +0000
committergrog <grog@FreeBSD.org>2000-03-01 07:25:46 +0000
commita1be463ef1e1bfeb505422341199f20ecae016e6 (patch)
treea687916723defe9806fa7651b0e0a7d3debf14a2 /sys/dev/vinum/vinumvar.h
parente01350b9be072592e59e9011332adc670810e386 (diff)
downloadFreeBSD-src-a1be463ef1e1bfeb505422341199f20ecae016e6.zip
FreeBSD-src-a1be463ef1e1bfeb505422341199f20ecae016e6.tar.gz
Set default revive block size to 64 kB.
Implicitly-sanctioned-by: jkh
Diffstat (limited to 'sys/dev/vinum/vinumvar.h')
-rw-r--r--sys/dev/vinum/vinumvar.h3
1 files changed, 2 insertions, 1 deletions
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 */
};
OpenPOWER on IntegriCloud