Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Multi-machine setup for dragonfly #1408

Open
kkushal05 opened this issue Jul 5, 2020 · 1 comment
Open

Multi-machine setup for dragonfly #1408

kkushal05 opened this issue Jul 5, 2020 · 1 comment

Comments

@kkushal05
Copy link

Operating System : Ubuntu 14.04

Hi All,
I am trying to setup a three machine setup for DragonFly. I have followed the user guide as mentioned in github and the below are the commands that I am using.

Ref: https://github.com/dragonflyoss/Dragonfly/blob/master/docs/user_guide/multi_machines_deployment.md

Start Supernode (Used latest and 0.4.3 versions)
docker run -d --name supernode --restart=always -p 8001:8001 -p 8002:8002 -v /home/admin/supernode:/home/admin/supernode dragonflyoss/supernode:latest --advertise-ip=10.10.10.2

Start client (Used latest and 0.4.3 versions)
client -1
docker run -d --name dfclient-1 --restart=always -p 65001:65001 -v /etc/dragonfly:/etc/dragonfly -v $HOME/.small-dragonfly:/root/.small-dragonfly dragonflyoss/dfclient:latest --registry <JFROG_ARTIFACTORY_REGISTRY_URL>

client -2
docker run -d --name dfclient-2 --restart=always -p 65001:65001 -v /etc/dragonfly:/etc/dragonfly -v $HOME/.small-dragonfly:/root/.small-dragonfly dragonflyoss/dfclient:latest --registry <JFROG_ARTIFACTORY_REGISTRY_URL>

I have also configured docker daemon as mentioned in the above documentation, but when I docker pull an image on both clients the image is not getting downloaded via dfget.

Please suggest how can I make this work.

@jim3ma
Copy link
Member

jim3ma commented Jul 23, 2020

please provide /etc/dragonfly/dfdaemon.yaml and $HOME/.small-dragonfly/*.log

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants