From ac4002c71d947a3f9379b1688d9490416015aea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=A3=BC=EC=96=B8?= <86921173+journeypark25@users.noreply.github.com> Date: Mon, 29 Nov 2021 19:35:33 +0900 Subject: [PATCH] Update storage.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 수정내역 //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:22122 --- conf/storage.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/storage.conf b/conf/storage.conf index 8ce66fd..d0fdeba 100644 --- a/conf/storage.conf +++ b/conf/storage.conf @@ -21,7 +21,7 @@ bind_addr = client_bind = true # the storage server port -port = 23000 +port = 22122 # connect timeout in seconds # default value is 30 @@ -46,7 +46,7 @@ stat_report_interval = 60 # NOTE: the binlog files maybe are large, make sure # the base path has enough disk space, # eg. the disk free space should > 50GB -base_path = /home/yuqing/fastdfs +base_path = /usr/bin/fastdfs/storage # max concurrent connections the server supported, # 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 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 # 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 # another eg.: 192.168.1.10,172.17.4.21:22122 -tracker_server = 192.168.209.121:22122 -tracker_server = 192.168.209.122:22122 +tracker_server = 172.31.25.23:22122 + #standard log level as syslog, case insensitive, value list: ### emerg for emergency