use libfastcommon v1.21
parent
d1ba6c61db
commit
dc3e9b26c8
4
HISTORY
4
HISTORY
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
Version 5.07 2015-08-17
|
Version 5.07 2015-09-05
|
||||||
* schedule task add the "second" field
|
* schedule task add the "second" field
|
||||||
* make.sh changed, you must upgrade libfastcommon to V1.20 or later
|
* make.sh changed, you must upgrade libfastcommon to V1.21 or later
|
||||||
* bug fixed: storage_disk_recovery.c skip the first file (binlog first line)
|
* bug fixed: storage_disk_recovery.c skip the first file (binlog first line)
|
||||||
* bug fixed: should close connection after fetch binlog
|
* bug fixed: should close connection after fetch binlog
|
||||||
* fdfs_storaged.c: advance the position of daemon_init
|
* fdfs_storaged.c: advance the position of daemon_init
|
||||||
|
|
|
||||||
|
|
@ -137,10 +137,13 @@ run_by_group=
|
||||||
run_by_user=
|
run_by_user=
|
||||||
|
|
||||||
# allow_hosts can ocur more than once, host can be hostname or ip address,
|
# allow_hosts can ocur more than once, host can be hostname or ip address,
|
||||||
# "*" means match all ip addresses, can use range like this: 10.0.1.[1-15,20] or
|
# "*" (only one asterisk) means match all ip addresses
|
||||||
# host[01-08,20-25].domain.com, for example:
|
# we can use CIDR ips like 192.168.5.64/26
|
||||||
|
# and also use range like these: 10.0.1.[0-254] and host[01-08,20-25].domain.com
|
||||||
|
# for example:
|
||||||
# allow_hosts=10.0.1.[1-15,20]
|
# allow_hosts=10.0.1.[1-15,20]
|
||||||
# allow_hosts=host[01-08,20-25].domain.com
|
# allow_hosts=host[01-08,20-25].domain.com
|
||||||
|
# allow_hosts=192.168.5.64/26
|
||||||
allow_hosts=*
|
allow_hosts=*
|
||||||
|
|
||||||
# the mode of the files distributed to the data path
|
# the mode of the files distributed to the data path
|
||||||
|
|
|
||||||
|
|
@ -92,10 +92,13 @@ run_by_group=
|
||||||
run_by_user=
|
run_by_user=
|
||||||
|
|
||||||
# allow_hosts can ocur more than once, host can be hostname or ip address,
|
# allow_hosts can ocur more than once, host can be hostname or ip address,
|
||||||
# "*" means match all ip addresses, can use range like this: 10.0.1.[1-15,20] or
|
# "*" (only one asterisk) means match all ip addresses
|
||||||
# host[01-08,20-25].domain.com, for example:
|
# we can use CIDR ips like 192.168.5.64/26
|
||||||
|
# and also use range like these: 10.0.1.[0-254] and host[01-08,20-25].domain.com
|
||||||
|
# for example:
|
||||||
# allow_hosts=10.0.1.[1-15,20]
|
# allow_hosts=10.0.1.[1-15,20]
|
||||||
# allow_hosts=host[01-08,20-25].domain.com
|
# allow_hosts=host[01-08,20-25].domain.com
|
||||||
|
# allow_hosts=192.168.5.64/26
|
||||||
allow_hosts=*
|
allow_hosts=*
|
||||||
|
|
||||||
# sync log buff to disk every interval seconds
|
# sync log buff to disk every interval seconds
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue