dragonflyoss/Dragonfly2

The dfget downloads from object storage in my pod did not use P2P

Closed this issue · 3 comments

  1. Use dfget in dfdaemon Pod1 for the first time
    image

You can see the logs in the scheduler
image

  1. Using dfget in dfdaemon's pod2 is faster, and the scheduler logs are still visible
    image
    image

  2. However, when installing the dfget command in my own test pod to download, the speed is slow and no logs are generated in the scheduler, which indicates that P2P is not being used。
    image

Please provide test pod daemon log.

Please provide test pod daemon log.
It seems like the scheduler address is unreachable. Where should this address be configured? I installed the dfget RPM package directly in the pod using yum install.

image

I found the issue. Although dfget is installed in my pod, the dfget configuration hasn't been changed.