Create initial ringsBefore starting the Object Storage services, you must create
the initial account, container, and object rings. The ring builder
creates configuration files that each node uses to determine and
deploy the storage architecture. For simplicity, this guide uses one
region and zone with 2^10 (1024) maximum partitions, 3 replicas of each
object, and 1 hour minimum time between moving a partition more than
once. For Object Storage, a partition indicates a directory on a storage
device rather than a conventional partition table. For more information,
see the
Deployment Guide.Account ringThe account server uses the account ring to maintain lists
of containers.To create the ringPerform these steps on the controller node.Change to the /etc/swift directory.Create the base account.builder file:#swift-ring-builder account.builder create 10 3 1This command provides no output.Add each storage node to the ring:#swift-ring-builder account.builder \
add r1z1-STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS:6002/DEVICE_NAMEDEVICE_WEIGHTReplace
STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS
with the IP address of the management network on the storage node.
Replace DEVICE_NAME with a storage
device name on the same storage node. For example, using the first
storage node in
with the
/dev/sdb1 storage device and weight of 100:#swift-ring-builder account.builder add r1z1-10.0.0.51:6002/sdb1 100Repeat this command for each storage device on each storage
node. In the example architecture, use the command in four variations:#swift-ring-builder account.builder add r1z1-10.0.0.51:6002/sdb1 100Device d0r1z1-10.0.0.51:6002R10.0.0.51:6002/sdb1_"" with 100.0 weight got id 0#swift-ring-builder account.builder add r1z2-10.0.0.51:6002/sdc1 100Device d1r1z2-10.0.0.51:6002R10.0.0.51:6002/sdc1_"" with 100.0 weight got id 1#swift-ring-builder account.builder add r1z3-10.0.0.52:6002/sdb1 100Device d2r1z3-10.0.0.52:6002R10.0.0.52:6002/sdb1_"" with 100.0 weight got id 2#swift-ring-builder account.builder add r1z4-10.0.0.52:6002/sdc1 100Device d3r1z4-10.0.0.52:6002R10.0.0.52:6002/sdc1_"" with 100.0 weight got id 3Verify the ring contents:#swift-ring-builder account.builderaccount.builder, build version 4
1024 partitions, 3.000000 replicas, 1 regions, 4 zones, 4 devices, 100.00 balance, 0.00 dispersion
The minimum number of hours before a partition can be reassigned is 1
The overload factor is 0.00% (0.000000)
Devices: id region zone ip address port replication ip replication port name weight partitions balance meta
0 1 1 10.0.0.51 6002 10.0.0.51 6002 sdb1 100.00 0 -100.00
1 1 2 10.0.0.51 6002 10.0.0.51 6002 sdc1 100.00 0 -100.00
2 1 3 10.0.0.52 6002 10.0.0.52 6002 sdb1 100.00 0 -100.00
3 1 4 10.0.0.52 6002 10.0.0.52 6002 sdc1 100.00 0 -100.00Rebalance the ring:#swift-ring-builder account.builder rebalanceReassigned 1024 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00Container ringThe container server uses the container ring to maintain lists
of objects. However, it does not track object locations.To create the ringPerform these steps on the controller node.Change to the /etc/swift directory.Create the base container.builder
file:#swift-ring-builder container.builder create 10 3 1This command provides no output.Add each storage node to the ring:#swift-ring-builder container.builder \
add r1z1-STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS:6001/DEVICE_NAMEDEVICE_WEIGHTReplace
STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS
with the IP address of the management network on the storage node.
Replace DEVICE_NAME with a storage
device name on the same storage node. For example, using the first
storage node in
with the
/dev/sdb1 storage device and weight of 100:#swift-ring-builder container.builder add r1z1-10.0.0.51:6001/sdb1 100Repeat this command for each storage device on each storage
node. In the example architecture, use the command in four variations:#swift-ring-builder container.builder add r1z1-10.0.0.51:6001/sdb1 100Device d0r1z1-10.0.0.51:6001R10.0.0.51:6001/sdb1_"" with 100.0 weight got id 0#swift-ring-builder container.builder add r1z2-10.0.0.51:6001/sdc1 100Device d1r1z2-10.0.0.51:6001R10.0.0.51:6001/sdc1_"" with 100.0 weight got id 1#swift-ring-builder container.builder add r1z3-10.0.0.52:6001/sdb1 100Device d2r1z3-10.0.0.52:6001R10.0.0.52:6001/sdb1_"" with 100.0 weight got id 2#swift-ring-builder container.builder add r1z4-10.0.0.52:6001/sdc1 100Device d3r1z4-10.0.0.52:6001R10.0.0.52:6001/sdc1_"" with 100.0 weight got id 3Verify the ring contents:#swift-ring-builder container.buildercontainer.builder, build version 4
1024 partitions, 3.000000 replicas, 1 regions, 4 zones, 4 devices, 100.00 balance, 0.00 dispersion
The minimum number of hours before a partition can be reassigned is 1
The overload factor is 0.00% (0.000000)
Devices: id region zone ip address port replication ip replication port name weight partitions balance meta
0 1 1 10.0.0.51 6001 10.0.0.51 6001 sdb1 100.00 0 -100.00
1 1 2 10.0.0.51 6001 10.0.0.51 6001 sdc1 100.00 0 -100.00
2 1 3 10.0.0.52 6001 10.0.0.52 6001 sdb1 100.00 0 -100.00
3 1 4 10.0.0.52 6001 10.0.0.52 6001 sdc1 100.00 0 -100.00Rebalance the ring:#swift-ring-builder container.builder rebalanceReassigned 1024 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00Object ringThe object server uses the object ring to maintain lists
of object locations on local devices.To create the ringPerform these steps on the controller node.Change to the /etc/swift directory.Create the base object.builder file:#swift-ring-builder object.builder create 10 3 1This command provides no output.Add each storage node to the ring:#swift-ring-builder object.builder \
add r1z1-STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS:6000/DEVICE_NAMEDEVICE_WEIGHTReplace
STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS
with the IP address of the management network on the storage node.
Replace DEVICE_NAME with a storage
device name on the same storage node. For example, using the first
storage node in
with the
/dev/sdb1 storage device and weight of 100:#swift-ring-builder object.builder add r1z1-10.0.0.51:6000/sdb1 100Repeat this command for each storage device on each storage
node. In the example architecture, use the command in four variations:#swift-ring-builder object.builder add r1z1-10.0.0.51:6000/sdb1 100Device d0r1z1-10.0.0.51:6000R10.0.0.51:6000/sdb1_"" with 100.0 weight got id 0#swift-ring-builder object.builder add r1z2-10.0.0.51:6000/sdc1 100Device d1r1z2-10.0.0.51:6000R10.0.0.51:6000/sdc1_"" with 100.0 weight got id 1#swift-ring-builder object.builder add r1z3-10.0.0.52:6000/sdb1 100Device d2r1z3-10.0.0.52:6000R10.0.0.52:6000/sdb1_"" with 100.0 weight got id 2#swift-ring-builder object.builder add r1z4-10.0.0.52:6000/sdc1 100Device d3r1z4-10.0.0.52:6000R10.0.0.52:6000/sdc1_"" with 100.0 weight got id 3Verify the ring contents:#swift-ring-builder object.builderobject.builder, build version 4
1024 partitions, 3.000000 replicas, 1 regions, 4 zones, 4 devices, 100.00 balance, 0.00 dispersion
The minimum number of hours before a partition can be reassigned is 1
The overload factor is 0.00% (0.000000)
Devices: id region zone ip address port replication ip replication port name weight partitions balance meta
0 1 1 10.0.0.51 6000 10.0.0.51 6000 sdb1 100.00 0 -100.00
1 1 2 10.0.0.51 6000 10.0.0.51 6000 sdc1 100.00 0 -100.00
2 1 3 10.0.0.52 6000 10.0.0.52 6000 sdb1 100.00 0 -100.00
3 1 4 10.0.0.52 6000 10.0.0.52 6000 sdc1 100.00 0 -100.00Rebalance the ring:#swift-ring-builder object.builder rebalanceReassigned 1024 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00Distribute ring configuration filesCopy the account.ring.gz,
container.ring.gz, and
object.ring.gz files to the
/etc/swift directory on each storage node and
any additional nodes running the proxy service.