dragonfly/docs/en/troubleshooting
Jim Ma 69c6e1253a
docs: add troubleshooting guide (#752)
Signed-off-by: Jim Ma <majinjing3@gmail.com>
2023-06-28 17:32:32 +08:00
..
README.md docs: add troubleshooting guide (#752) 2023-06-28 17:32:32 +08:00

README.md

Troubleshooting Guide

Download slowly than without Dragonfly

  1. Confirm limit rate in dfget.yaml
download:
  # total download limit per second
  totalRateLimit: 200Mi
  # per peer task download limit per second
  perPeerRateLimit: 100Mi # default is 20Mi, this default is in consideration of extreme environments.
upload:
  # upload limit per second
  rateLimit: 100Mi
  1. Confirm source connection speed in CDN and dfdaemon

500 Internal Server Error

  1. Check error logs in /var/log/dragonfly/daemon/core.log
  2. Check source connectivity(dns error or certificate error)

Example:

curl https://example.harbor.local/

When curl says error, please check the details in output.