Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: loglevel-stdout, logfile-max-size, logfile-max-count, performance-log 항목 추가

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.

...

typepropertydefault valuedescription
normallangkorean DRX language settings file
  • Located in "base-dir/lang" of the configuration.
  • ex) korean.ini
base-dir

DRX install path

Default path where DRX is installed

drbd-conf

Windows:

  • ../etc/drbd.conf

Linux:

  • /etc/drbd.conf
Specify the path to drbd.conf
connect-timeout3

Timeout value in seconds used by socket connect or listen actions

init-timeout10

Timeout value in seconds after connecting to a remote DRX, while sending and receiving initialization packets

bwlimit0 (disabled)Bandwidth limit on sending (incoming bandwidth controlled by bwlimit value on remote DRX)loglevel-fileinfoSpecify the log level that is written as a file)
ip-verificationon

on: Allow only the IP connections set in dbd.conf.
off: Allow connections for all IPs.

logloglevel-fileinfoSpecify the log level that is written as a file
loglevel-stdoutinfoSpecify the log level that is output to the screen in foreground mode
logfile-max-size10MFile size limit per log file
logfile-max-count10Maximum number of log files kept by type
performance-logoffWhether to save performance statistics log
compress/encrypt



block-size63K

Block size to be used for compression/encryption

  • Note: The size of the transfer buffer for compression/encryption is set to twice the block-size value and is set to 1MB maximum.
bab-read-spin-counter10Number of retries when read from BAB if block size is less than
bab-read-spin-delay10Delay value(ms) when reattempting read from BAB
min-raw-block-size1KMinimal 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. 

...