Update storage.conf
수정내역 //1.# the storage server port port = 22122 2.base_path = /usr/bin/fastdfs/storage 3. store_path0 = /usr/bin/fastdfs/storage 4. tracker_server = 172.31.25.23:22122pull/539/head
parent
f19f8d0f53
commit
ac4002c71d
|
|
@ -21,7 +21,7 @@ bind_addr =
|
||||||
client_bind = true
|
client_bind = true
|
||||||
|
|
||||||
# the storage server port
|
# the storage server port
|
||||||
port = 23000
|
port = 22122
|
||||||
|
|
||||||
# connect timeout in seconds
|
# connect timeout in seconds
|
||||||
# default value is 30
|
# default value is 30
|
||||||
|
|
@ -46,7 +46,7 @@ stat_report_interval = 60
|
||||||
# NOTE: the binlog files maybe are large, make sure
|
# NOTE: the binlog files maybe are large, make sure
|
||||||
# the base path has enough disk space,
|
# the base path has enough disk space,
|
||||||
# eg. the disk free space should > 50GB
|
# eg. the disk free space should > 50GB
|
||||||
base_path = /home/yuqing/fastdfs
|
base_path = /usr/bin/fastdfs/storage
|
||||||
|
|
||||||
# max concurrent connections the server supported,
|
# max concurrent connections the server supported,
|
||||||
# you should set this parameter larger, eg. 10240
|
# you should set this parameter larger, eg. 10240
|
||||||
|
|
@ -126,7 +126,7 @@ store_path_count = 1
|
||||||
# the store paths' order is very important, don't mess up!!!
|
# the store paths' order is very important, don't mess up!!!
|
||||||
# the base_path should be independent (different) of the store paths
|
# the base_path should be independent (different) of the store paths
|
||||||
|
|
||||||
store_path0 = /home/yuqing/fastdfs
|
store_path0 = /usr/bin/fastdfs/storage
|
||||||
#store_path1 = /home/yuqing/fastdfs2
|
#store_path1 = /home/yuqing/fastdfs2
|
||||||
|
|
||||||
# subdir_count * subdir_count directories will be auto created under each
|
# subdir_count * subdir_count directories will be auto created under each
|
||||||
|
|
@ -142,8 +142,8 @@ subdir_count_per_path = 256
|
||||||
# for example: 192.168.2.100,122.244.141.46:22122
|
# for example: 192.168.2.100,122.244.141.46:22122
|
||||||
# another eg.: 192.168.1.10,172.17.4.21:22122
|
# another eg.: 192.168.1.10,172.17.4.21:22122
|
||||||
|
|
||||||
tracker_server = 192.168.209.121:22122
|
tracker_server = 172.31.25.23:22122
|
||||||
tracker_server = 192.168.209.122:22122
|
|
||||||
|
|
||||||
#standard log level as syslog, case insensitive, value list:
|
#standard log level as syslog, case insensitive, value list:
|
||||||
### emerg for emergency
|
### emerg for emergency
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue