<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px;">
<div style="font-family: Calibri, sans-serif;">I have an issue where deletes are not being propagated to the slave cluster in a geo-replicated environment. I&#8217;ve looked through the code, and it appears as though this is something that might have been changed
 to be hard coded?</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-family: Calibri, sans-serif;">When I try to change it via a config option on the command line, it replies with a &#8220;reserved option&#8221; error:</div>
<div>
<div><font face="Courier">[root@host ~]# gluster volume geo-replication test-poc 10.10.1.120::test-poc config ignore_deletes 1</font></div>
<div><font face="Courier">Reserved option</font></div>
<div><font face="Courier">geo-replication command failed</font></div>
<div><font face="Courier">[root@host ~]# gluster volume geo-replication test-poc 10.10.1.120::test-poc config ignore-deletes 1</font></div>
<div><font face="Courier">Reserved option</font></div>
<div><font face="Courier">geo-replication command failed</font></div>
<div><font face="Courier">[root@host ~]#</font></div>
</div>
<br>
<div style="font-family: Calibri, sans-serif;">Looking at the source code (although, I&#8217;m not a C expert by any means), it seems as though it&#8217;s hard-coded to be &#8220;true&#8221; all the time?</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-family: Calibri, sans-serif;">(from glusterd-geo-rep.c):</div>
<div>
<div><font face="Courier">4285 &nbsp; &nbsp; &nbsp; &nbsp; /* ignore-deletes */</font></div>
<div><font face="Courier">4286 &nbsp; &nbsp; &nbsp; &nbsp; runinit_gsyncd_setrx (&amp;runner, conf_path);</font></div>
<div><font face="Courier">4287 &nbsp; &nbsp; &nbsp; &nbsp; runner_add_args (&amp;runner, &quot;ignore-deletes&quot;, &quot;true&quot;, &quot;.&quot;, &quot;.&quot;, NULL);</font></div>
<div><font face="Courier">4288 &nbsp; &nbsp; &nbsp; &nbsp; RUN_GSYNCD_CMD;</font></div>
</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-family: Calibri, sans-serif;">Any ideas how to get deletes propagated to the slave cluster?</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-family: Calibri, sans-serif;">Thanks!</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-family: Calibri, sans-serif;">-CJ</div>
</body>
</html>