I installed swift
on a multi-node cluster
by following instructions from http://docs.openstack.org/developer/swift/howto_installmultinode.html. I wanted to add two regions
to my swift
installation. I tried to build the ring with the command
swift-ring-builder account.builder add r1z1-$STORAGE_LOCAL_NET_IP:6002/$DEVICE $WEIGHT
but, this is not a valid command and in the man page of swift-ring-builder, I can find only swift-ring-builder account.builder add z1-$STORAGE_LOCAL_NET_IP:6002/$DEVICE $WEIGHT
.
How do I add the feature of regions (implemented since version 1.9 of swift)?