Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
600 views
in Technique[技术] by (71.8m points)

openstack - Connection refused [Errno 111] when typing swift start command

When I type the swift stat command, this error appears:

HTTPConnectionPool(host='controller', port=8080): Max retries exceeded with url: /v1/AUTH_d17698cf7bbf4dcc8fc59ed6f7b48052 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1b0c2939a0>: Failed to establish a new connection: [Errno 111] Connection refused'))

And when I type this command to see if there's a listen on port 8080, nothing appears:

netstat -tanpu | grep ":8080"

and when I try to restart or start the swift service with service swift-proxy restart, an error appears:

Assertion failed on job for swift-proxy.service.
question from:https://stackoverflow.com/questions/65853034/connection-refused-errno-111-when-typing-swift-start-command

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...