mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 23:40:13 +00:00
fssync-more-offline-volumes-20040728
just let the offline volumes array be larger
This commit is contained in:
parent
40d54d5dd1
commit
5dc0642264
@ -105,7 +105,7 @@ int (*V_BreakVolumeCallbacks) ();
|
|||||||
|
|
||||||
#define MAXHANDLERS 4 /* Up to 4 clients; must be at least 2, so that
|
#define MAXHANDLERS 4 /* Up to 4 clients; must be at least 2, so that
|
||||||
* move = dump+restore can run on single server */
|
* 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.
|
* number that would be offline for 1 operation.
|
||||||
* Current winner is salvage, which needs all
|
* Current winner is salvage, which needs all
|
||||||
* cloned read-only copies offline when salvaging
|
* cloned read-only copies offline when salvaging
|
||||||
|
Loading…
Reference in New Issue
Block a user