Why is juicefs listening on ports 6070, 6060, 9567 ? #320
Answered
by
cayolblake
cayolblake
asked this question in
Q&A
-
Hello, Would like to know why is juicefs listening on ports 6060, 6070, 9567? One of them I remember reading somewhere that one of them is related to a web UI. Is there a way to disable these? |
Beta Was this translation helpful? Give feedback.
Answered by
cayolblake
Apr 18, 2021
Replies: 1 comment 4 replies
-
So, I was able to dirty patch |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
xiaogaozi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So, I was able to dirty patch
cmd/mount.go
to comment parts of code related to metrics HTTP server9567
and thegops
agent binding to ports6070
and6060
and rebuild thejuicefs
binary however I guess there should be a much easier way to do that.