Tags: Songjoy/Dragonfly
Tags
Merge pull request dragonflyoss#674 from yeya24/feature/add-version feature: add more version information to both cmd and router
Merge pull request dragonflyoss#663 from Starnop/bugfix-supernode-doc… …kerfile bugfix: update Dockerfile of supernode
Merge pull request dragonflyoss#620 from lowzj/increase-load bugfix: increase load of the peer serving for others
Merge pull request dragonflyoss#590 from lowzj/0.3-node feature: parse the port of supernode from --node flag of dfget
fix: enable cgo when building client with docker Signed-off-by: lowzj <[email protected]>
Fix rotating log makes dfdaemon.log file huge size When the size of dfdaemon.log file large than 20M, the size of log file will continuous growth up. Use Mmap to copy the file which need be truncated. Related to issue: dragonflyoss/dragonfly#364 Signed-off-by: godliness <[email protected]>