base
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
[COMMON]
|
||||
# Log Directory path
|
||||
DEFAULT_LOG_DIR = /user/service/logs
|
||||
|
||||
# Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency
|
||||
#LOG_LEVEL = 6
|
||||
LOG_LEVEL = 7
|
||||
|
||||
# RC ID
|
||||
RC_ID = bd16
|
||||
|
||||
# RCDB Access Information
|
||||
RCDB_IP = 10.3.0.3
|
||||
RCDB_PORT = 6543
|
||||
RCDB_DB_NAME = localdb
|
||||
RCDB_ACCT = syshost
|
||||
RCDB_ACCT_PW = alfkzmf!?{}
|
||||
|
||||
|
||||
#-----------------------------------------------#
|
||||
[rc_balanced]
|
||||
|
||||
# Max Queue Count(size) limit
|
||||
# default: 4096
|
||||
MAX_QUEUE_COUNT = 4096
|
||||
|
||||
# FHS ftsd TCP Listen Port (default: 14001)
|
||||
FHS_TRANSFER_DAEMON_PORT = 14001
|
||||
|
||||
# Rebalance target FHS reselect time limit (minutes)
|
||||
# default 10 (min 5, max 1440)
|
||||
# use transfer total size calc
|
||||
FHS_RESELECTION_TIME_LIMIT = 10
|
||||
|
||||
# Content Hash Check Level
|
||||
# use transfer total size calc. full hash is transfer total size reduce.
|
||||
# 0:Not check (default), 1:Partitial(1M) hash, 2:Full Hash
|
||||
FILE_HASH_CHECK_LEVEL = 0
|
||||
|
||||
# Maximum allowable disk busy of target FHS to move content
|
||||
# default 50, max 80 (%)
|
||||
TARGET_FHS_MAX_DISK_BUSY_LIMIT = 50
|
||||
|
||||
#-----------------------------------------------#
|
||||
|
||||
Reference in New Issue
Block a user