We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2021-06-16 20:27:32] INFO - FastDFS v6.07, base_path=/data/fdfs/storage, store_path_count=1, subdir_count_per_path=256, group_name=group1, run_by_group=, run_by_user=, connect_timeout=5s, network_timeout=60s, port=23000, bind_addr=, client_bind=1, max_connections=1024, accept_threads=1, work_threads=4, disk_rw_separated=1, disk_reader_threads=1, disk_writer_threads=1, disk_recovery_threads=3, buff_size=256 KB, heart_beat_interval=30s, stat_report_interval=60s, tracker_server_count=1, sync_wait_msec=50ms, sync_interval=0ms, sync_start_time=00:00, sync_end_time=23:59, write_mark_file_freq=500, allow_ip_count=-1, file_distribute_path_mode=0, file_distribute_rotate_count=100, fsync_after_written_bytes=0, sync_log_buff_interval=1s, sync_binlog_buff_interval=1s, sync_stat_file_interval=300s, thread_stack_size=512 KB, upload_priority=10, if_alias_prefix=, check_file_duplicate=0, file_signature_method=hash, FDHT group count=0, FDHT server count=0, FDHT key_namespace=, FDHT keep_alive=0, HTTP server port=8888, domain name=, use_access_log=0, rotate_access_log=0, access_log_rotate_time=00:00, compress_old_access_log=0, compress_access_log_days_before=7, rotate_error_log=0, error_log_rotate_time=00:00, compress_old_error_log=0, compress_error_log_days_before=7, rotate_access_log_size=0, rotate_error_log_size=0, log_file_keep_days=0, file_sync_skip_invalid_record=0, use_connection_pool=1, g_connection_pool_max_idle_time=3600s, compress_binlog=1, compress_binlog_time=01:30, check_store_path_mark=1 [2021-06-16 20:27:32] ERROR - file: shared_func.c, line: 2241, unkown byte unit: MB, input string: 30720 MB [2021-06-16 20:27:32] CRIT - exit abnormally!
The text was updated successfully, but these errors were encountered:
新服务器采用master分支,旧服务器为6.07
Sorry, something went wrong.
tracker 保留空间配置为百分比格式 10% 可以正常启动
30720 MB,数字和MB中间不要加空格。
fastdfs 6.08 reserved_storage_space 设置为 百分比不报错, 设置成 1G 就会报错 ERROR - file: shared_func.c, line: 2452, unkown byte unit: MB, input string: 1024 MB 确定数字和单位间没有空格
No branches or pull requests
The text was updated successfully, but these errors were encountered: