RECOVER: When we pull databases during recovery, we used to reallocate the databuffer...
[ctdb.git] / server / ctdb_tunables.c
index 663c38771f38e2ce5b53f7aaa5baf3d88b142685..83c8e52c17c134730f37c621a0f69747d619b982 100644 (file)
@@ -82,7 +82,8 @@ static const struct {
        { "NoIPTakeover",         0,  offsetof(struct ctdb_tunable, no_ip_takeover), false },
        { "DBRecordCountWarn",    100000,  offsetof(struct ctdb_tunable, db_record_count_warn), false },
        { "DBRecordSizeWarn",   10000000,  offsetof(struct ctdb_tunable, db_record_size_warn), false },
-       { "DBSizeWarn",        100000000,  offsetof(struct ctdb_tunable, db_size_warn), false }
+       { "DBSizeWarn",        100000000,  offsetof(struct ctdb_tunable, db_size_warn), false },
+       { "PullDBPreallocation", 10*1024*10240,  offsetof(struct ctdb_tunable, pulldb_preallocation_size), false }
 };
 
 /*