|
| 1 | +(* |
| 2 | + * Copyright (C) Cloud Software Group |
| 3 | + * |
| 4 | + * This program is free software; you can redistribute it and/or modify |
| 5 | + * it under the terms of the GNU Lesser General Public License as published |
| 6 | + * by the Free Software Foundation; version 2.1 only. with the special |
| 7 | + * exception on linking described in file LICENSE. |
| 8 | + * |
| 9 | + * This program is distributed in the hope that it will be useful, |
| 10 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | + * GNU Lesser General Public License for more details. |
| 13 | + *) |
| 14 | + |
| 15 | +val redo_log_block_device_io : string ref |
| 16 | + |
| 17 | +val redo_log_connect_delay : float ref |
| 18 | + |
| 19 | +val redo_log_max_block_time_empty : float ref |
| 20 | + |
| 21 | +val redo_log_max_block_time_read : float ref |
| 22 | + |
| 23 | +val redo_log_max_block_time_writedelta : float ref |
| 24 | + |
| 25 | +val redo_log_max_block_time_writedb : float ref |
| 26 | + |
| 27 | +val redo_log_initial_backoff_delay : int |
| 28 | + |
| 29 | +val redo_log_exponentiation_base : int |
| 30 | + |
| 31 | +val redo_log_maximum_backoff_delay : int |
| 32 | + |
| 33 | +val redo_log_max_dying_processes : int |
| 34 | + |
| 35 | +val redo_log_comms_socket_stem : string |
| 36 | + |
| 37 | +val redo_log_max_startup_time : float ref |
| 38 | + |
| 39 | +val redo_log_length_of_half : int |
| 40 | + |
| 41 | +val ha_metadata_db : string |
| 42 | + |
| 43 | +val gen_metadata_db : string |
| 44 | + |
| 45 | +val static_vdis_dir : string ref |
| 46 | + |
| 47 | +val http_limit_max_rpc_size : int |
| 48 | + |
| 49 | +val idempotent_map : bool ref |
| 50 | + |
| 51 | +val permanent_master_failure_retry_interval : float ref |
| 52 | + |
| 53 | +val master_connection_reset_timeout : float ref |
| 54 | + |
| 55 | +val master_connection_retry_timeout : float ref |
| 56 | + |
| 57 | +val master_connection_default_timeout : float ref |
| 58 | + |
| 59 | +val pool_secret : Db_secret_string.t ref |
| 60 | + |
| 61 | +val restart_fn : (unit -> unit) ref |
| 62 | + |
| 63 | +val https_port : int ref |
| 64 | + |
| 65 | +val snapshot_db : string |
| 66 | + |
| 67 | +val db_conf_path : string ref |
0 commit comments