Rustfs builds a cluster and starts with an error message --"failed to lookup address information: Try again" #576
Replies: 3 comments 5 replies
-
|
Log directory ready: /var/logs/rustfs |
Beta Was this translation helpful? Give feedback.
-
|
Could you please describe your operating system and deployment process? We will retest the system using the same environment as yours. |
Beta Was this translation helpful? Give feedback.
-
|
I am encountering the same error with Rust configuration contains: The problem is that the logs do not tell which address has the problem. It would have been informative to see which domain RustFS is trying to reach. I suppose it is Do you see any issues? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
cat /etc/default/rustfs
RUSTFS_ACCESS_KEY=rustfsadmin
RUSTFS_SECRET_KEY=rustfsadmin
RUSTFS_VOLUMES="http://node{1...4}:9000/data/rustfs{0...3}"
RUSTFS_ADDRESS=":9000"
RUSTFS_CONSOLE_ENABLE=true
RUST_LOG=warn
RUSTFS_OBS_LOG_DIRECTORY="/var/logs/rustfs/"
cat /etc/hosts
172.16.10.140 node1
172.16.10.141 node2
172.16.10.142 node3
172.16.10.143 node4
Beta Was this translation helpful? Give feedback.
All reactions