[Openstack-operators] Swift Replication Testing

Pete Zaitcev zaitcev at redhat.com
Mon Jul 14 23:43:42 UTC 2014


On Fri, 11 Jul 2014 10:21:12 -0400
raju <raju.roks at gmail.com> wrote:

> I am testing Swift replication with two zones Zone one is configured with
> proxy/account/storage services and Zone only having storage services, I
> want to get and put data from Zone2 to check wether replication is
> happening or not, are there any commands to do that?

You can watch get and put by doing something like
  tail -f /var/log/swift/swift.log

But the replication isn't going to show up, since it does not use
get and put paths. Watch it with:
  tail -f /var/log/rsyncd.log

-- Pete



More information about the OpenStack-operators mailing list