Table of Contents |
---|
What the DRX should be configured for is the configuration of individual replication resources and the global settings configuration that the DRX requires to run. Settings for the individual resources are configured through the drbd.conf file and the global settings are configured through the drx.conf file.
...
type | property | default value | description | ||
---|---|---|---|---|---|
normal | lang | korean | DRX language settings file
| ||
base-dir | DRX install path | Default path where DRX is installed | |||
drbd-conf | Windows:
Linux:
| Specify the path to drbd.conf | |||
connect-timeout | 3 | Timeout value in seconds used by socket connect or listen actions | |||
init-timeout | 10 | Timeout value in seconds after connecting to a remote DRX, while sending and receiving initialization packets | |||
bwlimit | 0 (disabled) | Bandwidth limit on sending (incoming bandwidth controlled by bwlimit value on remote DRX) | loglevel-file | info | Specify the log level that is written as a file) |
ip-verification | on | on: Allow only the IP connections set in dbd.conf. | |||
log | loglevel-file | info | Specify the log level that is written as a file | ||
loglevel-stdout | info | Specify the log level that is output to the screen in foreground mode | |||
logfile-max-size | 10M | File size limit per log file | |||
logfile-max-count | 10 | Maximum number of log files kept by type | |||
performance-log | off | Whether to save performance statistics log | |||
compress/encrypt | block-size | 63K | Block size to be used for compression/encryption
| ||
bab-read-spin-counter | 10 | Number of retries when read from BAB if block size is less than | |||
bab-read-spin-delay | 10 | Delay value(ms) when reattempting read from BAB | |||
min-raw-block-size | 1K | Minimal packet size to send as plain text even when compression/encryption is set. | |||
process-thread-count | -1 (auto) | Number of threads to use when processing multi-thread packets. ※ It is intended for tuning and debugging, so it is not recommended to make any changes. |
...