<div dir="ltr">Actually we can check the Swift related in logs in /var/log/messages <br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 14, 2014 at 7:43 PM, Pete Zaitcev <span dir="ltr"><<a href="mailto:zaitcev@redhat.com" target="_blank">zaitcev@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Fri, 11 Jul 2014 10:21:12 -0400<br>
raju <<a href="mailto:raju.roks@gmail.com">raju.roks@gmail.com</a>> wrote:<br>
<br>
> I am testing Swift replication with two zones Zone one is configured with<br>
> proxy/account/storage services and Zone only having storage services, I<br>
> want to get and put data from Zone2 to check wether replication is<br>
> happening or not, are there any commands to do that?<br>
<br>
</div></div>You can watch get and put by doing something like<br>
  tail -f /var/log/swift/swift.log<br>
<br>
But the replication isn't going to show up, since it does not use<br>
get and put paths. Watch it with:<br>
  tail -f /var/log/rsyncd.log<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Pete<br>
</font></span></blockquote></div><br></div>