<div dir="ltr"><div>Hi Sunny and Strahil,</div><div><br></div><div>Thanks again for your responses. We don&#39;t have a lot of renaming activity - maybe some, but not a lot. We do have files which are open for writing for quite a while - they&#39;re call recordings being written as the call happens.<br></div><div><br></div><div>We&#39;ve installed GlusterFS using the Ubuntu packages and I&#39;d really like to avoid compiling and applying patches.</div><div><br></div><div>After enabling DEBUG the log at /var/log/glusterfs/geo-replication/gvol0_nvfs10_gvol0/gsyncd.log doesn&#39;t seem to show anything very unusual:<br></div><div><br></div><div>[2020-06-03 02:49:01.992177] I [master(worker /nodirectwritedata/gluster/gvol0):1384:process] _GMaster: Entry Time Taken        MKD=0   MKN=0   LIN=0   SYM=0   REN=0   RMD=0CRE=0   duration=0.0000 UNL=0<br>[2020-06-03 02:49:01.992465] I [master(worker /nodirectwritedata/gluster/gvol0):1394:process] _GMaster: Data/Metadata Time Taken        SETA=0  SETX=0  meta_duration=0.0000data_duration=13.0954    DATA=8  XATT=0<br>[2020-06-03 02:49:01.992863] I [master(worker /nodirectwritedata/gluster/gvol0):1404:process] _GMaster: Batch Completed changelog_end=1591152508        entry_stime=(1591152352, 0)  changelog_start=1591152494      stime=(1591152507, 0)   duration=13.1077        num_changelogs=2        mode=live_changelog<br>[2020-06-03 02:49:02.958687] D [repce(worker /nodirectwritedata/gluster/gvol0):196:push] RepceClient: call 19017:139678812452608:1591152542.96 keep_alive({&#39;version&#39;: (1, 0), &#39;retval&#39;: 0, &#39;uuid&#39;: &#39;8ee85fae-f3aa-4285-ad48-67a1dc17ed73&#39;, &#39;timeout&#39;: 1591152662, &#39;volume_mark&#39;: (1583043396, 161632)},) ...<br>[2020-06-03 02:49:02.979139] D [repce(worker /nodirectwritedata/gluster/gvol0):216:__call__] RepceClient: call 19017:139678812452608:1591152542.96 keep_alive -&gt; 28<br>[2020-06-03 02:49:06.998127] D [master(worker /nodirectwritedata/gluster/gvol0):551:crawlwrap] _GMaster: ... crawl #114 done, took 30.180089 seconds<br>[2020-06-03 02:49:07.10132] D [repce(worker /nodirectwritedata/gluster/gvol0):196:push] RepceClient: call 19017:139679441716992:1591152547.01 scan() ...<br>[2020-06-03 02:49:07.10781] D [repce(worker /nodirectwritedata/gluster/gvol0):216:__call__] RepceClient: call 19017:139679441716992:1591152547.01 scan -&gt; None<br>[2020-06-03 02:49:07.10935] D [repce(worker /nodirectwritedata/gluster/gvol0):196:push] RepceClient: call 19017:139679441716992:1591152547.01 getchanges() ...<br>[2020-06-03 02:49:07.11579] D [repce(worker /nodirectwritedata/gluster/gvol0):216:__call__] RepceClient: call 19017:139679441716992:1591152547.01 getchanges -&gt; [&#39;/var/lib/misc/gluster/gsyncd/gvol0_nvfs10_gvol0/nodirectwritedata-gluster-gvol0/.processing/CHANGELOG.1591152522&#39;]<br>[2020-06-03 02:49:07.11720] I [master(worker /nodirectwritedata/gluster/gvol0):1470:crawl] _GMaster: slave&#39;s time       stime=(1591152507, 0)<br></div><div><br></div><div>Am I looking in the right place to find out what that gsyncd.py process is doing?</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 2 Jun 2020 at 21:58, Sunny Kumar &lt;<a href="mailto:sunkumar@redhat.com" target="_blank">sunkumar@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi David,<br>
<br>
You haven&#39;t answered my previous question regarding the type of your workload.<br>
---<br>
You can use the below command to enable debug log.<br>
<br>
`gluster vol geo-rep &lt;mastervol&gt; &lt;slavehost&gt;::&lt;slavevol&gt; config log-level DEBUG`<br>
<br>
and after capturing log again switch back to info mode:<br>
<br>
`gluster vol geo-rep &lt;mastervol&gt; &lt;slavehost&gt;::&lt;slavevol&gt; config log-level INFO`<br>
<br>
Please share the debug log and geo-rep config to debug further:<br>
for config:<br>
<br>
`gluster vol geo-rep &lt;mastervol&gt; &lt;slavehost&gt;::&lt;slavevol&gt; config`<br>
<br>
/sunny<br>
<br>
<br>
On Tue, Jun 2, 2020 at 10:18 AM Strahil Nikolov &lt;<a href="mailto:hunter86_bg@yahoo.com" target="_blank">hunter86_bg@yahoo.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi David,<br>
&gt;<br>
&gt; in which log do you see the entries ?<br>
&gt;<br>
&gt; I think I got an explanation why you see the process  only on one of the master nodes -  geo-rep session is established from only 1 master node  /I hope someone corrects me if I&#39;m wrong/ to one slave node. Thus it will be natural to see the high CPU  usage on only 1 master node in your situation.<br>
&gt;<br>
&gt; Do you see anything else  in the : var/log/glusterfs/geo-replication/&lt;logs&gt; (master nodes) or in /var/log/glusterfs/geo-replication-slaves (slaves) that could hint of the exact issue. I have  a vague feeling that that python script is constantly  looping over some data causing the CPU hog.<br>
&gt;<br>
&gt; Sadly, I can&#39;t find an instruction for increasing the log level of the geo rep log .<br>
&gt;<br>
&gt;<br>
&gt; Best  Regards,<br>
&gt; Strahil  Nikolov<br>
&gt;<br>
&gt;<br>
&gt; На 2 юни 2020 г. 6:14:46 GMT+03:00, David Cunningham &lt;<a href="mailto:dcunningham@voisonics.com" target="_blank">dcunningham@voisonics.com</a>&gt; написа:<br>
&gt; &gt;Hi Strahil and Sunny,<br>
&gt; &gt;<br>
&gt; &gt;Thank you for the replies. I checked the gfid on the master and slaves<br>
&gt; &gt;and<br>
&gt; &gt;they are the same. After moving the file away and back again it doesn&#39;t<br>
&gt; &gt;seem to be having the issue with that file any more.<br>
&gt; &gt;<br>
&gt; &gt;We are still getting higher CPU usage on one of the master nodes than<br>
&gt; &gt;the<br>
&gt; &gt;others. It logs this every few seconds:<br>
&gt; &gt;<br>
&gt; &gt;[2020-06-02 03:10:15.637815] I [master(worker<br>
&gt; &gt;/nodirectwritedata/gluster/gvol0):1384:process] _GMaster: Entry Time<br>
&gt; &gt;Taken<br>
&gt; &gt;   MKD=0   MKN=0   LIN=0   SYM=0   REN=0   RMD=0CRE=0   duration=0.0000<br>
&gt; &gt;UNL=0<br>
&gt; &gt;[2020-06-02 03:10:15.638010] I [master(worker<br>
&gt; &gt;/nodirectwritedata/gluster/gvol0):1394:process] _GMaster: Data/Metadata<br>
&gt; &gt;Time Taken        SETA=0  SETX=0<br>
&gt; &gt;meta_duration=0.0000data_duration=12.7878<br>
&gt; &gt;   DATA=4  XATT=0<br>
&gt; &gt;[2020-06-02 03:10:15.638286] I [master(worker<br>
&gt; &gt;/nodirectwritedata/gluster/gvol0):1404:process] _GMaster: Batch<br>
&gt; &gt;Completed<br>
&gt; &gt;changelog_end=1591067378        entry_stime=(1591067167, 0)<br>
&gt; &gt;changelog_start=1591067364      stime=(1591067377, 0)<br>
&gt; &gt;duration=12.8068<br>
&gt; &gt;     num_changelogs=2        mode=live_changelog<br>
&gt; &gt;[2020-06-02 03:10:20.658601] I [master(worker<br>
&gt; &gt;/nodirectwritedata/gluster/gvol0):1470:crawl] _GMaster: slave&#39;s time<br>
&gt; &gt; stime=(1591067377, 0)<br>
&gt; &gt;[2020-06-02 03:10:34.21799] I [master(worker<br>
&gt; &gt;/nodirectwritedata/gluster/gvol0):1954:syncjob] Syncer: Sync Time Taken<br>
&gt; &gt; duration=0.3826 num_files=8     job=1   return_code=0<br>
&gt; &gt;[2020-06-02 03:10:46.440535] I [master(worker<br>
&gt; &gt;/nodirectwritedata/gluster/gvol0):1384:process] _GMaster: Entry Time<br>
&gt; &gt;Taken<br>
&gt; &gt;   MKD=0   MKN=0   LIN=0   SYM=0   REN=1   RMD=0CRE=2   duration=0.1314<br>
&gt; &gt;UNL=1<br>
&gt; &gt;[2020-06-02 03:10:46.440809] I [master(worker<br>
&gt; &gt;/nodirectwritedata/gluster/gvol0):1394:process] _GMaster: Data/Metadata<br>
&gt; &gt;Time Taken        SETA=0  SETX=0<br>
&gt; &gt;meta_duration=0.0000data_duration=13.0171<br>
&gt; &gt;   DATA=14 XATT=0<br>
&gt; &gt;[2020-06-02 03:10:46.441205] I [master(worker<br>
&gt; &gt;/nodirectwritedata/gluster/gvol0):1404:process] _GMaster: Batch<br>
&gt; &gt;Completed<br>
&gt; &gt;changelog_end=1591067420        entry_stime=(1591067419, 0)<br>
&gt; &gt;changelog_start=1591067392      stime=(1591067419, 0)<br>
&gt; &gt;duration=13.0322<br>
&gt; &gt;     num_changelogs=3        mode=live_changelog<br>
&gt; &gt;[2020-06-02 03:10:51.460925] I [master(worker<br>
&gt; &gt;/nodirectwritedata/gluster/gvol0):1470:crawl] _GMaster: slave&#39;s time<br>
&gt; &gt; stime=(1591067419, 0)<br>
&gt; &gt;<br>
&gt; &gt;[2020-06-02 03:11:04.448913] I [master(worker<br>
&gt; &gt;/nodirectwritedata/gluster/gvol0):1954:syncjob] Syncer: Sync Time Taken<br>
&gt; &gt;duration=0.3466 num_files=3     job=1   return_code=0<br>
&gt; &gt;<br>
&gt; &gt;Whereas the other master nodes only log this:<br>
&gt; &gt;<br>
&gt; &gt;[2020-06-02 03:11:33.886938] I [gsyncd(config-get):308:main] &lt;top&gt;:<br>
&gt; &gt;Using<br>
&gt; &gt;session config file<br>
&gt; &gt;path=/var/lib/glusterd/geo-replication/gvol0_nvfs10_gvol0/gsyncd.conf<br>
&gt; &gt;[2020-06-02 03:11:33.993175] I [gsyncd(status):308:main] &lt;top&gt;: Using<br>
&gt; &gt;session config file<br>
&gt; &gt;path=/var/lib/glusterd/geo-replication/gvol0_nvfs10_gvol0/gsyncd.conf<br>
&gt; &gt;<br>
&gt; &gt;Can anyone help with what might cause the high CPU usage on one master<br>
&gt; &gt;node? The process is this one, and is using 70-100% of CPU:<br>
&gt; &gt;<br>
&gt; &gt;python2 /usr/lib/x86_64-linux-gnu/glusterfs/python/syncdaemon/gsyncd.py<br>
&gt; &gt;worker gvol0 nvfs10::gvol0 --feedback-fd 15 --local-path<br>
&gt; &gt;/nodirectwritedata/gluster/gvol0 --local-node cafs30 --local-node-id<br>
&gt; &gt;b7521445-ee93-4fed-8ced-6a609fa8c7d4 --slave-id<br>
&gt; &gt;cdcdb210-839c-4306-a4dc-e696b165ed17 --rpc-fd 12,11,9,13 --subvol-num 1<br>
&gt; &gt;--resource-remote nvfs30 --resource-remote-id<br>
&gt; &gt;1e698ccd-aeec-4ec4-96fe-383da8fc3b78<br>
&gt; &gt;<br>
&gt; &gt;Thank you in advance!<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;On Sat, 30 May 2020 at 20:20, Strahil Nikolov &lt;<a href="mailto:hunter86_bg@yahoo.com" target="_blank">hunter86_bg@yahoo.com</a>&gt;<br>
&gt; &gt;wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt; Hey David,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; for me a gfid  mismatch means  that the file  was  replaced/recreated<br>
&gt; &gt; -<br>
&gt; &gt;&gt; just like  vim in linux does (and it is expected for config file).<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Have  you checked the gfid  of  the file on both source and<br>
&gt; &gt;destination,<br>
&gt; &gt;&gt; do they really match or they are different ?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; What happens  when you move away the file  from the slave ,  does it<br>
&gt; &gt;fixes<br>
&gt; &gt;&gt; the issue ?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Best Regards,<br>
&gt; &gt;&gt; Strahil Nikolov<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; На 30 май 2020 г. 1:10:56 GMT+03:00, David Cunningham &lt;<br>
&gt; &gt;&gt; <a href="mailto:dcunningham@voisonics.com" target="_blank">dcunningham@voisonics.com</a>&gt; написа:<br>
&gt; &gt;&gt; &gt;Hello,<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;We&#39;re having an issue with a geo-replication process with unusually<br>
&gt; &gt;&gt; &gt;high<br>
&gt; &gt;&gt; &gt;CPU use and giving &quot;Entry not present on master. Fixing gfid<br>
&gt; &gt;mismatch<br>
&gt; &gt;&gt; &gt;in<br>
&gt; &gt;&gt; &gt;slave&quot; errors. Can anyone help on this?<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;We have 3 GlusterFS replica nodes (we&#39;ll call the master), which<br>
&gt; &gt;also<br>
&gt; &gt;&gt; &gt;push<br>
&gt; &gt;&gt; &gt;data to a remote server (slave) using geo-replication. This has been<br>
&gt; &gt;&gt; &gt;running fine for a couple of months, but yesterday one of the master<br>
&gt; &gt;&gt; &gt;nodes<br>
&gt; &gt;&gt; &gt;started having unusually high CPU use. It&#39;s this process:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;root@cafs30:/var/log/glusterfs# ps aux | grep 32048<br>
&gt; &gt;&gt; &gt;root     32048 68.7  0.6 1843140 845756 ?      Rl   02:51 493:51<br>
&gt; &gt;&gt; &gt;python2<br>
&gt; &gt;&gt; &gt;/usr/lib/x86_64-linux-gnu/glusterfs/python/syncdaemon/gsyncd.py<br>
&gt; &gt;worker<br>
&gt; &gt;&gt; &gt;gvol0 nvfs10::gvol0 --feedback-fd 15 --local-path<br>
&gt; &gt;&gt; &gt;/nodirectwritedata/gluster/gvol0 --local-node cafs30 --local-node-id<br>
&gt; &gt;&gt; &gt;b7521445-ee93-4fed-8ced-6a609fa8c7d4 --slave-id<br>
&gt; &gt;&gt; &gt;cdcdb210-839c-4306-a4dc-e696b165ed17 --rpc-fd 12,11,9,13<br>
&gt; &gt;--subvol-num 1<br>
&gt; &gt;&gt; &gt;--resource-remote nvfs30 --resource-remote-id<br>
&gt; &gt;&gt; &gt;1e698ccd-aeec-4ec4-96fe-383da8fc3b78<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;Here&#39;s what is being logged in<br>
&gt; &gt;&gt; &gt;/var/log/glusterfs/geo-replication/gvol0_nvfs10_gvol0/gsyncd.log:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;[2020-05-29 21:57:18.843524] I [master(worker<br>
&gt; &gt;&gt; &gt;/nodirectwritedata/gluster/gvol0):1470:crawl] _GMaster: slave&#39;s time<br>
&gt; &gt;&gt; &gt; stime=(1590789408, 0)<br>
&gt; &gt;&gt; &gt;[2020-05-29 21:57:30.626172] I [master(worker<br>
&gt; &gt;&gt; &gt;/nodirectwritedata/gluster/gvol0):813:fix_possible_entry_failures]<br>
&gt; &gt;&gt; &gt;_GMaster: Entry not present on master. Fixing gfid mismatch in<br>
&gt; &gt;slave.<br>
&gt; &gt;&gt; &gt;Deleting the entry    retry_count=1   entry=({u&#39;uid&#39;: 108, u&#39;gfid&#39;:<br>
&gt; &gt;&gt; &gt;u&#39;7c0b75e5-d8b7-454f-8010-112d613c599e&#39;, u&#39;gid&#39;: 117, u&#39;mode&#39;:<br>
&gt; &gt;33204,<br>
&gt; &gt;&gt; &gt;u&#39;entry&#39;:<br>
&gt; &gt;&gt; &gt;u&#39;.gfid/c5422396-1578-4b50-a29d-315be2a9c5d8/00a859f7xxxx.cfg&#39;,<br>
&gt; &gt;&gt; &gt;u&#39;op&#39;: u&#39;CREATE&#39;}, 17, {u&#39;slave_isdir&#39;: False, u&#39;gfid_mismatch&#39;:<br>
&gt; &gt;True,<br>
&gt; &gt;&gt; &gt;u&#39;slave_name&#39;: None, u&#39;slave_gfid&#39;:<br>
&gt; &gt;&gt; &gt;u&#39;ec4b0ace-2ec4-4ea5-adbc-9f519b81917c&#39;, u&#39;name_mismatch&#39;: False,<br>
&gt; &gt;&gt; &gt;u&#39;dst&#39;:<br>
&gt; &gt;&gt; &gt;False})<br>
&gt; &gt;&gt; &gt;[2020-05-29 21:57:30.627893] I [master(worker<br>
&gt; &gt;&gt; &gt;/nodirectwritedata/gluster/gvol0):813:fix_possible_entry_failures]<br>
&gt; &gt;&gt; &gt;_GMaster: Entry not present on master. Fixing gfid mismatch in<br>
&gt; &gt;slave.<br>
&gt; &gt;&gt; &gt;Deleting the entry    retry_count=1   entry=({u&#39;uid&#39;: 108, u&#39;gfid&#39;:<br>
&gt; &gt;&gt; &gt;u&#39;a4d52e40-2e2f-4885-be5f-65fe95a8ebd7&#39;, u&#39;gid&#39;: 117, u&#39;mode&#39;:<br>
&gt; &gt;33204,<br>
&gt; &gt;&gt; &gt;u&#39;entry&#39;:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;u&#39;.gfid/f857c42e-22f1-4ce4-8f2e-13bdadedde45/polycom_00a859f7xxxx.cfg&#39;,<br>
&gt; &gt;&gt; &gt;u&#39;op&#39;: u&#39;CREATE&#39;}, 17, {u&#39;slave_isdir&#39;: False, u&#39;gfid_mismatch&#39;:<br>
&gt; &gt;True,<br>
&gt; &gt;&gt; &gt;u&#39;slave_name&#39;: None, u&#39;slave_gfid&#39;:<br>
&gt; &gt;&gt; &gt;u&#39;ece8da77-b5ea-45a7-9af7-7d4d8f55f74a&#39;, u&#39;name_mismatch&#39;: False,<br>
&gt; &gt;&gt; &gt;u&#39;dst&#39;:<br>
&gt; &gt;&gt; &gt;False})<br>
&gt; &gt;&gt; &gt;[2020-05-29 21:57:30.629532] I [master(worker<br>
&gt; &gt;&gt; &gt;/nodirectwritedata/gluster/gvol0):813:fix_possible_entry_failures]<br>
&gt; &gt;&gt; &gt;_GMaster: Entry not present on master. Fixing gfid mismatch in<br>
&gt; &gt;slave.<br>
&gt; &gt;&gt; &gt;Deleting the entry    retry_count=1   entry=({u&#39;uid&#39;: 108, u&#39;gfid&#39;:<br>
&gt; &gt;&gt; &gt;u&#39;3c525ad8-aeb2-46b6-9c41-7fb4987916f8&#39;, u&#39;gid&#39;: 117, u&#39;mode&#39;:<br>
&gt; &gt;33204,<br>
&gt; &gt;&gt; &gt;u&#39;entry&#39;:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;u&#39;.gfid/f857c42e-22f1-4ce4-8f2e-13bdadedde45/00a859f7xxxx-directory.xml&#39;,<br>
&gt; &gt;&gt; &gt;u&#39;op&#39;: u&#39;CREATE&#39;}, 17, {u&#39;slave_isdir&#39;: False, u&#39;gfid_mismatch&#39;:<br>
&gt; &gt;True,<br>
&gt; &gt;&gt; &gt;u&#39;slave_name&#39;: None, u&#39;slave_gfid&#39;:<br>
&gt; &gt;&gt; &gt;u&#39;06717b5a-d842-495d-bd25-aab9cd454490&#39;, u&#39;name_mismatch&#39;: False,<br>
&gt; &gt;&gt; &gt;u&#39;dst&#39;:<br>
&gt; &gt;&gt; &gt;False})<br>
&gt; &gt;&gt; &gt;[2020-05-29 21:57:30.659123] I [master(worker<br>
&gt; &gt;&gt; &gt;/nodirectwritedata/gluster/gvol0):942:handle_entry_failures]<br>
&gt; &gt;_GMaster:<br>
&gt; &gt;&gt; &gt;Sucessfully fixed entry ops with gfid mismatch     retry_count=1<br>
&gt; &gt;&gt; &gt;[2020-05-29 21:57:30.659343] I [master(worker<br>
&gt; &gt;&gt; &gt;/nodirectwritedata/gluster/gvol0):1194:process_change] _GMaster:<br>
&gt; &gt;Retry<br>
&gt; &gt;&gt; &gt;original entries. count = 1<br>
&gt; &gt;&gt; &gt;[2020-05-29 21:57:30.725810] I [master(worker<br>
&gt; &gt;&gt; &gt;/nodirectwritedata/gluster/gvol0):1197:process_change] _GMaster:<br>
&gt; &gt;&gt; &gt;Sucessfully fixed all entry ops with gfid mismatch<br>
&gt; &gt;&gt; &gt;[2020-05-29 21:57:31.747319] I [master(worker<br>
&gt; &gt;&gt; &gt;/nodirectwritedata/gluster/gvol0):1954:syncjob] Syncer: Sync Time<br>
&gt; &gt;Taken<br>
&gt; &gt;&gt; &gt;duration=0.7409 num_files=18    job=1   return_code=0<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;We&#39;ve verified that the files like polycom_00a859f7xxxx.cfg referred<br>
&gt; &gt;to<br>
&gt; &gt;&gt; &gt;in<br>
&gt; &gt;&gt; &gt;the error do exist on the master nodes and slave.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;We found this bug fix:<br>
&gt; &gt;&gt; &gt;<a href="https://bugzilla.redhat.com/show_bug.cgi?id=1642865" rel="noreferrer" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1642865</a><br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;However that fix went in 5.1, and we&#39;re running 5.12 on the master<br>
&gt; &gt;&gt; &gt;nodes<br>
&gt; &gt;&gt; &gt;and slave. A couple of GlusterFS clients connected to the master<br>
&gt; &gt;nodes<br>
&gt; &gt;&gt; &gt;are<br>
&gt; &gt;&gt; &gt;running 5.13.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;Would anyone have any suggestions? Thank you in advance.<br>
&gt; &gt;&gt;<br>
&gt; ________<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Community Meeting Calendar:<br>
&gt;<br>
&gt; Schedule -<br>
&gt; Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC<br>
&gt; Bridge: <a href="https://bluejeans.com/441850968" rel="noreferrer" target="_blank">https://bluejeans.com/441850968</a><br>
&gt;<br>
&gt; Gluster-users mailing list<br>
&gt; <a href="mailto:Gluster-users@gluster.org" target="_blank">Gluster-users@gluster.org</a><br>
&gt; <a href="https://lists.gluster.org/mailman/listinfo/gluster-users" rel="noreferrer" target="_blank">https://lists.gluster.org/mailman/listinfo/gluster-users</a><br>
<br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>David Cunningham, Voisonics Limited<br><a href="http://voisonics.com/" target="_blank">http://voisonics.com/</a><br>USA: +1 213 221 1092<br>New Zealand: +64 (0)28 2558 3782</div></div></div></div></div></div></div></div></div></div></div>