Making the Object Storage rings
The final step is to create the object ring, account ring, and container ring that each of our virtual nodes exists in. The OpenStack Object Storage rings keeps track of where our data exists in our cluster. There are three rings that OpenStack Object Storage understands: the account, container, and object rings. To facilitate quick rebuilding of the rings in our cluster, we will create a script that performs the necessary steps.
Getting ready
Ensure that you are logged in to the swift-proxy
node and have the packages installed and configured for running Swift and have the five storage nodes installed and configured, as described earlier in this chapter. If you created the swift-proxy
node with vagrant
, you can execute the following command:
vagrant ssh swift-proxy
How to do it...
To create the three rings used by the OpenStack Object Storage service, carry out the following steps:
The most convenient way to create the rings for our OpenStack Object Storage environment...