-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
50 changed files
with
160 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,9 +69,9 @@ locks_dir "/tmp/odyssey" | |
graceful_die_on_errors no | ||
|
||
# | ||
# Online restart feauture. | ||
# Online restart feature. | ||
# When setting to yes, restart odyssey simply with | ||
# running new version (old one will automaticly perform graceful shutdown) | ||
# running new version (old one will automatically perform graceful shutdown) | ||
# | ||
enable_online_restart no | ||
|
||
|
@@ -177,7 +177,7 @@ log_query no | |
log_stats yes | ||
|
||
# | ||
# Statistics update inverval. | ||
# Statistics update interval. | ||
# | ||
# Set interval in seconds for internal statistics update and log report. | ||
# | ||
|
@@ -434,8 +434,8 @@ storage "postgres_server" { | |
# Target session attrs feature. Odyssey will lookup for primary/standby, depending on | ||
# value set. | ||
# Possible values are: | ||
# * read-write - always select host, avalible for write | ||
# * read-only - never select host, avalible for write | ||
# * read-write - always select host, available for write | ||
# * read-only - never select host, available for write | ||
# * any (the default one) - select host randomly | ||
# | ||
# Odyssey will traverse host and execute pg_is_in_recovery against them, to check if | ||
|
@@ -465,7 +465,7 @@ storage "postgres_server" { | |
# Storage lag-polling watchdog | ||
# | ||
# Defines storage lag-polling watchdog options and actually enables cron-like | ||
# watchdog for this storage. This routine will execute `watchdog_lag_query` againts | ||
# watchdog for this storage. This routine will execute `watchdog_lag_query` against | ||
# storage server and send return value to all routes, to decide, if connecting is desirable | ||
# with particular lag value. | ||
|
||
|
@@ -485,7 +485,7 @@ storage "postgres_server" { | |
|
||
log_debug no | ||
|
||
# Watchdog will execute this query to get underlaying server lag. | ||
# Watchdog will execute this query to get underlying server lag. | ||
# Consider something like now() - pg_last_xact_replay_timestamp() or | ||
# [email protected]:man-brain/repl_mon.git for production usages | ||
watchdog_lag_query "SELECT TRUNC(EXTRACT(EPOCH FROM NOW())) - 100" | ||
|
@@ -510,7 +510,7 @@ database default { | |
# | ||
# Authentication certificate CN. | ||
# | ||
# Specify common names to check for "cert" authentification method. | ||
# Specify common names to check for "cert" authentication method. | ||
# If there are more then one common name is defined, all of them | ||
# will be checked until match. | ||
# | ||
|
@@ -661,7 +661,7 @@ database default { | |
reserve_session_server_connection yes | ||
|
||
# | ||
# Server lifetime - maximum number of seconds for a server connetion to live. Prevents cache bloat. | ||
# Server lifetime - maximum number of seconds for a server connection to live. Prevents cache bloat. | ||
# Defaults to 3600 (1 hour) | ||
# | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.