For every storage device on each node add entries to each ring

Asked by sairam

Hi

    I am using 4VMs, one for proxy and auth node, remaining 3 for the account, container and object. In the proxy settings, Step number 7:
swift-ring-builder account.builder add z<ZONE>-<STORAGE_LOCAL_NET_IP>:6002/<DEVICE> 100
swift-ring-builder container.builder add z<ZONE>-<STORAGE_LOCAL_NET_IP_1>:6001/<DEVICE> 100
swift-ring-builder object.builder add z<ZONE>-<STORAGE_LOCAL_NET_IP_1>:6000/<DEVICE> 100

I have 3 VMs, My question I need to give swift-ring-builder account.builder add z1-172.18.111.11:6002/sdb 100

for container swift-ring-builder container.builder add z2-172.18.111.12:6003/sdb 100

for object swift-ring-builder object.builder add z3-172.18.111.13:6004/sdb 100

vm1 172.18.111.11
vm2 172.18.111.12
vm3 172.18.111.13

can any one solve this question asap

Question information

Language:
English Edit question
Status:
Answered
For:
OpenStack Object Storage (swift) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
gholt (gholt) said :
#1

I'm not sure I've translated your question correctly, but I'll do my best:

The instructions are having you build three rings: an account ring, a container ring, and an object ring.

Those instructions should have to configuring account servers for port 6002, container servers for port 6001, and object servers for port 6000.

So, you add each account server to the account ring, each container server to the container ring, and each object server to the object ring.

You mention ports 6003 and 6004 but I don't know what you might've configured on those ports, if anything.

Can you help with this problem?

Provide an answer of your own, or ask sairam for more information if necessary.

To post a message you must log in.