Client Configuration Installation Tutorial in CentOS Fastdfs

Source: Internet
Author: User

# Connection Timeout
# Default value of 30s
Connect_timeout=30

# Network Timeout time
# Default value of 30s
Network_timeout=60

# The base path to store log files store log root directory
Base_path=/rekfan.com/fastdfs_data

# tracker_server can ocur more than once, and tracker_server the format is
# "Host:port", host can be hostname or IP address
#这里是填写tracker服务器的ip or domain name
#tracker_server =192.168.10.11:22122
#tracker_server =192.168.10.11:22122
#tracker_server =192.168.10.11:22122
tracker_server=fastdfs1.rekfan.com:22122
tracker_server=fastdfs2.rekfan.com:22122
tracker_server=fastdfs3.rekfan.com:22122

#standard log level as syslog, case insensitive, Value list:
### Emerg for emergency
### Alert
### Crit for critical
### Error
### warn for warning
### Notice
### Info
### Debug
Log_level=info

# If Use connection pool
# default value is False
# since V4.05
Use_connection_pool = False

# Connections whose the idle time exceeds this time to be closed
# Unit:second
# Default value is 3600
# since V4.05
Connection_pool_max_idle_time = 3600

# If load Fastdfs parameters from tracker server
# since V4.05
# default value is False
Load_fdfs_parameters_from_tracker=false

# if use storage ID instead to IP address
# Same as Tracker.conf
# valid only if Load_fdfs_parameters_from_tracker is False
# default value is False
# since V4.05
# storage Mode true: Enable ID Flase: Disable ID using IP
USE_STORAGE_ID = True

# Specify storage IDs filename, can use relative or absolute path
# Same as Tracker.conf
# valid only if Load_fdfs_parameters_from_tracker is False
# since V4.05
# If the above use_storage_id is true then this entry takes effect
# storage_ids.conf file contents are as follows
# <id> <group_name> <ip_or_hostname>
# 100001 Group1 192.168.0.196
# 100002 Group1 192.168.0.116

Storage_ids_filename = storage_ids.conf

#HTTP settings
Http.tracker_server_port=80

#use "#include" directive to include HTTP Settiongs
# #include http.conf

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.