When I am using openstack to init swift in the storage node with the command:
swift-init all start
It gives me an error:
So I want to see if port 6002
is busy
netstat -plnt
Maybe port 6002
is not in use.
So I am confused.
How do I solve this problem?