swift ring change 127.0.0.1
Node Internal IP 10.10.10.101
ring
account.builder, build version 20
262144 partitions, 1.000000 replicas, 1 regions, 1 zones, 4 devices, 0.73 balance
The minimum number of hours before a partition can be reassigned is 1
Devices: id region zone ip address port name weight partitions balance meta
0 1 1 127.0.0.1 6012 sdb1 1.00 66 0.73
1 1 1 127.0.0.1 6012 sdc1 0.00 0 0.00
2 1 1 127.0.0.1 6012 sdd1 2000.00 131039 -0.00
3 1 1 127.0.0.1 6012 sde1 2000.00 131039 -0.00
I want to change the 127.0.0.1 to 10.10.10.101
is this as simple as
swift-ring-builder account.builder remove z1
swift-ring-builder account.builder add z1-10.10.10.101:6012/sdb1 2000
etc..
so basicly rebuilding the ring with out blowing it away.
Plan is to add another node and then
swift-ring-builder account.builder set_replicas 3
Any one performed this as yet? is there away confirm all replication stages have ended before i do the next move?