Comment 8 for bug 1218981

Revision history for this message
Mark T. Voelker (mvoelker) wrote : Re: Ringsync puppet failured during storage node installation

OK, so current status is that:
1.) We don't see this on non-HA
2.) Not everyone sees this on HA

And as a workaround in case you do run into this, you can copy the ring manually by doing something like:

scp /etc/swift/*.gz swift-storage01:/etc/swift/
scp /etc/swift/*.gz swift-storage02:/etc/swift/
scp /etc/swift/*.gz swift-storage03:/etc/swift/

ssh swift-storage01 "swift-init all restart"
ssh swift-storage02 "swift-init all restart"
ssh swift-storage03 "swift-init all restart"

Given all that, I'm going to retarget as I don't think this is a showstopper for today's scheduled release.