From 5dc0642264fd97ab255ff5b15c08a172eb25f831 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 28 Jul 2004 22:49:18 +0000 Subject: [PATCH] fssync-more-offline-volumes-20040728 just let the offline volumes array be larger --- src/vol/fssync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vol/fssync.c b/src/vol/fssync.c index 5fb1f61b85..079fdf4ed3 100644 --- a/src/vol/fssync.c +++ b/src/vol/fssync.c @@ -105,7 +105,7 @@ int (*V_BreakVolumeCallbacks) (); #define MAXHANDLERS 4 /* Up to 4 clients; must be at least 2, so that * move = dump+restore can run on single server */ -#define MAXOFFLINEVOLUMES 30 /* This needs to be as big as the maximum +#define MAXOFFLINEVOLUMES 128 /* This needs to be as big as the maximum * number that would be offline for 1 operation. * Current winner is salvage, which needs all * cloned read-only copies offline when salvaging