This message was deleted.
# longhorn-storage
a
This message was deleted.
l
At least link to the method you followed. Tell use what error you’re seeing. Where in the process you’re stuck and so on
b
Thanks for your reply! I execute
make
in the root directory of the code. My debugging environment is as follows: OS Ubuntu 18.04 Programming Language Version: Go 1.20
I got the docker image of the longhorn manager. But the docker dapper was not complete. The result is as follows:
l
aaaah …. haven’t tried to develop on Longhorn components. Hopefully someone from the project can help you. Or other people contributing.
Sorry
b
Thanks for your reply. Now I can only copy the bin of longhorn manager to pod.
f
Hi @bright-wall-24452 which branch/commit/tag of the longhorn-manager are you trying to run
make
in?
b
longhorn-manager v1.4.x
f
Not sure why it failed to cp the
/go/src/github.com/longhorn/longhorn-manager/coverage.out
out from the building container to local machine. But it shouldn't effect anything. It already finished building the longhorn-manager image. you can retag the image and push it to your registry for testing/debugging Btw, can you pull the latest update from the upstream 1.4.x branch, we just merged some fixes that could be related to this flow.
b
Thanks for your reply. I will have a try following your suggestions.
👍 1
I have a try to follow your suggestions.Sadly I get the same error.