<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">On 03-Jun-2017 3:27 AM, &quot;Diego Remolina&quot; &lt;<a href="mailto:dijuremo@gmail.com">dijuremo@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi everyone,<br>
<br>
Is there anything else we could do to check on this problem and try to<br>
fix it? The issue is definitively related to either the samba vfs<br>
gluster plugin or gluster itself. I am not sure how to pin it down<br>
futher.<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">I don&#39;t think it is vfs plugin because you haven&#39;t updated samba packages and vfs plugin is same as before. </div><div dir="auto"><br></div><div dir="auto">It is either gfapi in Gluster or one of the lower xlators. </div><div dir="auto"><br></div><div dir="auto">Changing to fuse based shares might make the problem go away and can be used as a workaround. </div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br><br>
I went ahead and created a new share in the samba server which is on a<br>
local filesystem where the OS is installed, not part of gluster:<br>
<br>
# mount | grep home<br>
]# ls -ld /home<br>
drwxr-xr-x. 14 root root 4096 Jun  2 17:21 /home<br>
<br>
This shows this is not mounted from anywhere. so I created a folder<br>
and shared it:<br>
<br>
]# ls -ld /home/rvtsharetest/<br>
drwxrwx---. 3 dijuremo Staff 95 Jun  2 17:31 /home/rvtsharetest/<br>
<br>
]# tail -7 /etc/samba/smb.conf<br>
[rvtsharetest]<br>
   path=/home/rvtsharetest<br>
   browseable = yes<br>
   write list = @Staff,dijuremo<br>
   guest ok = yes<br>
   create mask = 664<br>
   directory mask = 775<br>
<br>
When accessing Revit files in this new share the problem is *not* observed.<br>
<br>
When accessing Revit files on any of the samba shares that use the vfs<br>
gluster plugin and are stored in the gluster volume, we see the<br>
problems.<br>
<br>
Further analysis of the issue is even more disconcerting. As you may<br>
remember, I have found a workaround about renaming the file and back<br>
to the original, where things work. Here is where it gets more<br>
interesting. This seems to be workstation dependent, not user<br>
dependent.<br>
<br>
1. User1 logs into PC1 and tries to access the file and gets the error<br>
message from Revit &quot;ACCESS DENIED&quot;.<br>
<br>
2. User1 uses windows explorer to go to the file location (we tried<br>
doing this from the server itself on the command line and it did not<br>
change anything, i.e. su - User1 then mv command). User1 renames the<br>
file, Revit.rvt -&gt; Revit2.rvt, and clicks away for the rename to take<br>
place. User1 immediately renames the file to the original, Revit2.rvt<br>
-&gt; Revit.rvt<br>
<br>
3. User1 opens the file and everything works properly.<br>
<br>
4. User2 logs into PC1 and tries to open the file. The file opens and<br>
works properly.<br>
<br>
5. User2 logs into PC2 and tries to open the file, the problem comes<br>
up. User2 uses the rename trick and this fixes the problem on PC2.<br>
Even if User1 now comes to use PC2, User1 will have no problems with<br>
the file.<br>
<br>
6. User1 now goes to PC3 where nobody has used the file rename trick,<br>
and experiences the problem. Only solution is to play the rename trick<br>
again in PC3.<br>
<br>
So it seems you have to play the rename trick at least one per<br>
workstation and that &quot;fixes&quot; the issue for any user who logs into that<br>
workstation.<br>
<br>
What other suggestions do you have? What debugging can I do next? I am<br>
planning once everyone leaves the office today on changing the share<br>
to bypass vfs gluster plugin and access the file directly from the<br>
fuse mount, ie.:<br>
<br>
# mount | grep export<br>
10.0.1.7:/export on /export type fuse.glusterfs<br>
(rw,relatime,user_id=0,group_<wbr>id=0,allow_other,max_read=<wbr>131072)<br>
<br>
Then set samba to share without using the vfs gluster plugin as follows<br>
<br>
[Projects]<br>
   path = /export/projects<br>
   browseable = yes<br>
   write list = @Staff,root,@Admin,@Managers<br>
   writeable = yes<br>
   guest ok = no<br>
   create mask = 660<br>
   directory mask = 770<br>
<br>
This test will determine if the issue is the samba vfs gluster plugin<br>
or if it is the fact that the file is stored in the gluster volume.<br>
<br>
Any other thoughts?<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">I suspect this has to do with locking and such. </div><div dir="auto">Can create a new volume and share through vfs plugin.</div><div dir="auto">Set logging to number 5 for samba and Gluster volume set client-log-level and server-log-level to TRACE.</div><div dir="auto">Copy one rvt file. </div><div dir="auto">Performs open, this is like fail. </div><div dir="auto">Perform rename </div><div dir="auto">Perform open, this would pass </div><div dir="auto"><br></div><div dir="auto">Send us the logs. </div><div dir="auto"><br></div><div dir="auto">I know it is troublesome but detailed logs are the only things that would help us analyze the issue. </div><div dir="auto"><br></div><div dir="auto">Talur </div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<font color="#888888"><br>
Diego<br>
</font><div class="elided-text"><br>
On Wed, May 31, 2017 at 12:59 PM, Diego Remolina &lt;<a href="mailto:dijuremo@gmail.com">dijuremo@gmail.com</a>&gt; wrote:<br>
&gt; The vfs gluster plugin for samba is linked against libglusterfs.so.0<br>
&gt; which is provided by glusterfs-libs-3.10.2-1.el7.<wbr>x86_64, please see<br>
&gt; below.<br>
&gt;<br>
&gt; # ldd /usr/lib64/samba/vfs/<wbr>glusterfs.so | grep glus<br>
&gt;        libglusterfs.so.0 =&gt; /lib64/libglusterfs.so.0 (0x00007f61da858000)<br>
&gt;<br>
&gt; ]# yum provides /lib64/libglusterfs.so.0<br>
&gt; Loaded plugins: fastestmirror<br>
&gt; Loading mirror speeds from cached hostfile<br>
&gt; * base: <a href="http://centos.vwtonline.net" rel="noreferrer" target="_blank">centos.vwtonline.net</a><br>
&gt; * extras: <a href="http://mirror.cs.vt.edu" rel="noreferrer" target="_blank">mirror.cs.vt.edu</a><br>
&gt; * updates: <a href="http://centosv.centos.org" rel="noreferrer" target="_blank">centosv.centos.org</a><br>
&gt; glusterfs-libs-3.10.2-1.el7.<wbr>x86_64 : GlusterFS common libraries<br>
&gt; Repo        : @centos-gluster310<br>
&gt; Matched from:<br>
&gt; Filename    : /lib64/libglusterfs.so.0<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, May 31, 2017 at 12:39 PM, Diego Remolina &lt;<a href="mailto:dijuremo@gmail.com">dijuremo@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Samba is running in the same machine as glusterd. The machines were<br>
&gt;&gt; rebooted after the upgrades and samba has been restarted a few times.<br>
&gt;&gt;<br>
&gt;&gt; # rpm -qa | grep gluster<br>
&gt;&gt; glusterfs-client-xlators-3.10.<wbr>2-1.el7.x86_64<br>
&gt;&gt; glusterfs-server-3.10.2-1.el7.<wbr>x86_64<br>
&gt;&gt; glusterfs-api-3.10.2-1.el7.<wbr>x86_64<br>
&gt;&gt; glusterfs-3.10.2-1.el7.x86_64<br>
&gt;&gt; glusterfs-cli-3.10.2-1.el7.<wbr>x86_64<br>
&gt;&gt; centos-release-gluster310-1.0-<wbr>1.el7.centos.noarch<br>
&gt;&gt; samba-vfs-glusterfs-4.4.4-14.<wbr>el7_3.x86_64<br>
&gt;&gt; glusterfs-fuse-3.10.2-1.el7.<wbr>x86_64<br>
&gt;&gt; glusterfs-libs-3.10.2-1.el7.<wbr>x86_64<br>
&gt;&gt; glusterfs-rdma-3.10.2-1.el7.<wbr>x86_64<br>
&gt;&gt;<br>
&gt;&gt; # rpm -qa | grep samba<br>
&gt;&gt; samba-common-libs-4.4.4-14.<wbr>el7_3.x86_64<br>
&gt;&gt; samba-common-tools-4.4.4-14.<wbr>el7_3.x86_64<br>
&gt;&gt; samba-libs-4.4.4-14.el7_3.x86_<wbr>64<br>
&gt;&gt; samba-4.4.4-14.el7_3.x86_64<br>
&gt;&gt; samba-client-libs-4.4.4-14.<wbr>el7_3.x86_64<br>
&gt;&gt; samba-vfs-glusterfs-4.4.4-14.<wbr>el7_3.x86_64<br>
&gt;&gt; samba-common-4.4.4-14.el7_3.<wbr>noarch<br>
&gt;&gt;<br>
&gt;&gt; # cat /etc/redhat-release<br>
&gt;&gt; CentOS Linux release 7.3.1611 (Core)<br>
&gt;&gt;<br>
&gt;&gt; I also raised the op version.<br>
&gt;&gt;<br>
&gt;&gt; # gluster volume get all cluster.op-version<br>
&gt;&gt; Option                                  Value<br>
&gt;&gt; ------                                  -----<br>
&gt;&gt; cluster.op-version                      31000<br>
&gt;&gt;<br>
&gt;&gt; # gluster volume get all cluster.max-op-version<br>
&gt;&gt; Option                                  Value<br>
&gt;&gt; ------                                  -----<br>
&gt;&gt; cluster.max-op-version                  31000<br>
&gt;&gt;<br>
&gt;&gt; On Wed, May 31, 2017 at 12:21 PM, Raghavendra Talur &lt;<a href="mailto:rtalur@redhat.com">rtalur@redhat.com</a>&gt; wrote:<br>
&gt;&gt;&gt; Also, please attach your smb.conf. You can directly attach in the list<br>
&gt;&gt;&gt; and need not have a google drive link.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Wed, May 31, 2017 at 9:37 PM, Raghavendra Talur &lt;<a href="mailto:rtalur@redhat.com">rtalur@redhat.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt; Diego,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I see that Samba is still using 3.6.6 Gluster. Is it possible you did<br>
&gt;&gt;&gt;&gt; not restart smb after upgrading gluster(if samba is on same machine as<br>
&gt;&gt;&gt;&gt; Gluster) or if you forgot to update Gluster client packages on Samba<br>
&gt;&gt;&gt;&gt; node?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Wed, May 31, 2017 at 9:04 PM, Diego Remolina &lt;<a href="mailto:dijuremo@gmail.com">dijuremo@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt; Please download the log file from this link:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; <a href="https://drive.google.com/open?id=0B8EAPWIe4oyKN0h0X1pZVkRWVEU" rel="noreferrer" target="_blank">https://drive.google.com/open?<wbr>id=<wbr>0B8EAPWIe4oyKN0h0X1pZVkRWVEU</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Let me know if you need any other log files.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Diego<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On Wed, May 31, 2017 at 11:19 AM, Raghavendra Talur &lt;<a href="mailto:rtalur@redhat.com">rtalur@redhat.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt; If possible please share the glusterfs-* log files from /var/log/samba.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; This might be because of cluster.lookup-optimize. Adding Poornima and<br>
&gt;&gt;&gt;&gt;&gt;&gt; Raghavendra Gowdappa to help with this.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; On Wed, May 31, 2017 at 1:03 AM, Diego Remolina &lt;<a href="mailto:dijuremo@gmail.com">dijuremo@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; This is a bit puzzling, not sure what difference it would make, but:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; 1. Try to open file that has a problem, ie. MyRevitFile.rvt<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Revit opens and shows a window that says access denied.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; 2. Rename file, i.e from windows explorer right click, rename to<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; MyRevitFile2.rvt<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; 3. Without opening the file, rename file back to the original, i.e<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; MyRevitFile.rvt<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; 4. Double click on file and now it will open just fine without the<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Access Denied error.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Any explanation for this? Could the rename operation be forcing or<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; updating some attributes that then allow the file to open?<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Diego<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Tue, May 30, 2017 at 10:57 AM, Diego Remolina &lt;<a href="mailto:dijuremo@gmail.com">dijuremo@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; This is what I see in the logs set from smb.conf via line -&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; glusterfs:logfile = /var/log/samba/glusterfs-<wbr>projects.log<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; [2017-05-30 14:52:31.051524] E [MSGID: 123001]<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; [io-cache.c:564:ioc_open_cbk] 0-export-io-cache: inode context is NULL<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; (a97bc9bb-68cf-4a69-aef7-<wbr>39766b323c14) [Invalid argument]<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; [2017-05-30 14:52:31.241850] W [MSGID: 114031]<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; [client-rpc-fops.c:1100:<wbr>client3_3_getxattr_cbk] 0-export-client-0:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; remote operation failed. Path:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /projects/INACTIVE/WESTCOAST/<wbr>Automotive/Acura/AS-Acura of Richmond/02<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; DRAWINGS/02 ARCH/CrownAcura-SD02-<wbr>ArchModel.rvt (a97bc9bb-68cf-4a69-<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; aef7-39766b323c14). Key: glusterfs.get_real_filename:<wbr>desktop.ini [Not<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; a directory]<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; [2017-05-30 14:52:31.242956] W [MSGID: 114031]<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; [client-rpc-fops.c:1100:<wbr>client3_3_getxattr_cbk] 0-export-client-1:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; remote operation failed. Path:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /projects/INACTIVE/WESTCOAST/<wbr>Automotive/Acura/AS-Acura of Richmond/02<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; DRAWINGS/02 ARCH/CrownAcura-SD02-<wbr>ArchModel.rvt (a97bc9bb-68cf-4a69-<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; aef7-39766b323c14). Key: glusterfs.get_real_filename:<wbr>desktop.ini [Not<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; a directory]<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Tue, May 30, 2017 at 10:37 AM, Diego Remolina &lt;<a href="mailto:dijuremo@gmail.com">dijuremo@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Over the weekend we updated a two server glusterfs 3.6.6 install to<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; 3.10.2 We also updated samba and samba-vfs to the latest in CentOS. I<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; enabled several of the newer caching features from gluster 3.9 for<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; small file performance and samba, and we now seem to have some issues<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; with accessing files from glusterfs. When users try to access some<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; files, they get a Permission denied message. This seems to be only via<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; samba as I am able to su - username and then do strings on the file.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; [root@ysmha02 gluster-backups]# rpm -qa | grep gluster<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; glusterfs-client-xlators-3.10.<wbr>2-1.el7.x86_64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; glusterfs-server-3.10.2-1.el7.<wbr>x86_64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; glusterfs-api-3.10.2-1.el7.<wbr>x86_64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; glusterfs-3.10.2-1.el7.x86_64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; glusterfs-cli-3.10.2-1.el7.<wbr>x86_64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; centos-release-gluster310-1.0-<wbr>1.el7.centos.noarch<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; samba-vfs-glusterfs-4.4.4-14.<wbr>el7_3.x86_64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; glusterfs-fuse-3.10.2-1.el7.<wbr>x86_64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; glusterfs-libs-3.10.2-1.el7.<wbr>x86_64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; glusterfs-rdma-3.10.2-1.el7.<wbr>x86_64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; [root@ysmha02 gluster-backups]# rpm -qa | grep samba<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; samba-common-libs-4.4.4-14.<wbr>el7_3.x86_64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; samba-common-tools-4.4.4-14.<wbr>el7_3.x86_64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; samba-libs-4.4.4-14.el7_3.x86_<wbr>64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; samba-4.4.4-14.el7_3.x86_64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; samba-client-libs-4.4.4-14.<wbr>el7_3.x86_64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; samba-vfs-glusterfs-4.4.4-14.<wbr>el7_3.x86_64<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; samba-common-4.4.4-14.el7_3.<wbr>noarch<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; On the samba logs for the machine I notice something weird, samba<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; seems to be trying to stat the file we are trying as a directory to<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; see if it contains desktop.ini:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; [2017/05/30 10:13:07.297026,  0]<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../source3/modules/vfs_<wbr>glusterfs.c:870(vfs_gluster_<wbr>stat)<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;  glfs_stat(ACTIVE/Automotive/<wbr>FORD/AN - Ford East/02<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; DRAWINGS/CURRENT/AN-FORD EAST_04-05-17_CD_R17.rvt/<wbr>desktop.ini) failed:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Not a directory<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; [2017/05/30 10:13:07.298155,  0]<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../source3/modules/vfs_<wbr>glusterfs.c:870(vfs_gluster_<wbr>stat)<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;  glfs_stat(ACTIVE/Automotive/<wbr>FORD/AN - Ford East/02<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; DRAWINGS/CURRENT/AN-FORD EAST_04-05-17_CD_R17.rvt/<wbr>desktop.ini) failed:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Not a directory<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; This seems to be happening only with files with the .rvt extension.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Though these files are usually larger in size vs other smaller excel,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; power point, etc files.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Here are the complete options for the volume:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="https://pastebin.com/ZH2vMsMN" rel="noreferrer" target="_blank">https://pastebin.com/ZH2vMsMN</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I turned off performance.cache-samba-<wbr>metadata again to see if that<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; would help, but seems it does not help.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I really appreciate any help with this.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; DIego<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Gluster-users mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://lists.gluster.org/mailman/listinfo/gluster-users" rel="noreferrer" target="_blank">http://lists.gluster.org/<wbr>mailman/listinfo/gluster-users</a><br>
</div></blockquote></div><br></div></div></div>