<HTML><HEAD>
<STYLE id=eMClientCss>blockquote.cite { margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc }
blockquote.cite2 {margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc; margin-top: 3px; padding-top: 0px; }
.plain pre, .plain tt { font-family: monospace; font-size: 100%; font-weight: normal; font-style: normal; }
body {font-family: Calibri;font-size: 11pt;}
.plain pre, .plain tt {font-family: Calibri;font-size: 11pt;}

BLOCKQUOTE.cite {
        PADDING-LEFT: 10px; MARGIN-LEFT: 5px; BORDER-LEFT: #cccccc 1px solid; PADDING-RIGHT: 0px; MARGIN-RIGHT: 0px
}
BLOCKQUOTE.cite2 {
        PADDING-TOP: 0px; PADDING-LEFT: 10px; MARGIN-LEFT: 5px; BORDER-LEFT: #cccccc 1px solid; MARGIN-TOP: 3px; PADDING-RIGHT: 0px; MARGIN-RIGHT: 0px
}
.plain PRE {
        FONT-SIZE: 100%; FONT-FAMILY: monospace; FONT-WEIGHT: normal; FONT-STYLE: normal
}
.plain TT {
        FONT-SIZE: 100%; FONT-FAMILY: monospace; FONT-WEIGHT: normal; FONT-STYLE: normal
}
BODY {
        FONT-SIZE: 11pt; FONT-FAMILY: Calibri
}
.plain PRE {
        FONT-SIZE: 11pt; FONT-FAMILY: Calibri
}
.plain TT {
        FONT-SIZE: 11pt; FONT-FAMILY: Calibri
}</STYLE>

<STYLE title=signatureStyle>.plain TT {
        FONT-SIZE: 100%; FONT-FAMILY: monospace; FONT-WEIGHT: normal; FONT-STYLE: normal
}
.plain TT {
        FONT-SIZE: 11pt; FONT-FAMILY: Calibri
}
</STYLE>
</HEAD>
<BODY>
<DIV>I was hoping someone could help me debug my geo-replication under gluster 3.5.2.&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>I am trying to use geo-replication to create a lagged backup of my data. What I wanted to do was to turn off the geo-replication (gluster volume geo-replication homegfs gfsib01bkp.corvidtec.com::homegfs_bkp stop) during the day, and then turn it back on at midnight to allow the remote system to sync.&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>If I stop the geo-replication, delete a file, and then restart the geo-replication, the deletion never shows up on the slave system.&nbsp; >From the website below, I thought that it would pick up these changes.&nbsp; Any suggestions for how I can get the changes made while the geo-replication is stopped to propagate after restart the geo-replication?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="https://medium.com/@msvbhat/distributed-geo-replication-in-glusterfs-ec95f4393c50">https://medium.com/@msvbhat/distributed-geo-replication-in-glusterfs-ec95f4393c50</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<P class=graf--p style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; COLOR: ; FONT: 21px/30px freight-text-pro, Georgia, Cambria, 'Times New Roman', Times, serif; MARGIN: 0px 0px 30px; LETTER-SPACING: 0px; BACKGROUND-COLOR: rgb(255,255,255); TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px" name="2f0e"><STRONG class="markup--strong markup--p-strong" style="FONT-WEIGHT: bold"><EM class="markup--em markup--p-em">gluster volume geo-replication &lt;master_volume&gt; &lt;slave_volume&gt;::&lt;slave_volume&gt; stop [force]</EM></STRONG></P>
<P class=graf--p style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; COLOR: ; FONT: 21px/30px freight-text-pro, Georgia, Cambria, 'Times New Roman', Times, serif; MARGIN: 0px 0px 30px; LETTER-SPACING: 0px; BACKGROUND-COLOR: rgb(255,255,255); TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px" name="3f00"><A id=3f00 style="TEXT-DECORATION: none; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: "></A>Force option is to be used, when one of the node (or glusterd in one of the node) is down. Once stopped, the session can be restarted any time. Note that upon restarting of the session, the change detection mechanism falls back to xsync mode. This happens even though you have changelog generating journals, while the geo-rep session is stopped.</P></DIV></BODY></HTML>