<div dir="ltr"><div dir="ltr">On Sun, Dec 29, 2019 at 4:49 PM Strahil Nikolov &lt;<a href="mailto:hunter86_bg@yahoo.com">hunter86_bg@yahoo.com</a>&gt; wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:&quot;courier new&quot;,courier,monaco,monospace,sans-serif;font-size:16px"><div dir="ltr">Hello Community,</div><div dir="ltr"><br></div><div dir="ltr">After upgrading from Gluster v6.6 to 7.0 I have noticed that some gluster hooks are wrongly named.</div><div dir="ltr"><br></div><div dir="ltr">For example:</div><div dir="ltr"><div><div>[root@ovirt1 post]# pwd</div><div>/var/lib/glusterd/hooks/1/start/post</div></div><div><div>[root@ovirt1 post]# ll</div><div>total 12</div><div>-rwxr-xr-x. 1 root root 2334 Oct 16 13:57 D29CTDBsetup.sh</div><div>-rwxr-xr-x. 1 root root 4137 Oct 16 13:57 D30samba-start.sh</div></div><div><div>[root@ovirt1 post]# rpm -qf D30samba-start.sh</div><div>file /var/lib/glusterd/hooks/1/start/post/D30samba-start.sh is not owned by any package</div><div>[root@ovirt1 post]# rpm -qf S30samba-start.sh</div><div>glusterfs-server-7.0-1.el7.x86_64</div><div>[root@ovirt1 post]# mv D30samba-start.sh S30samba-start.sh</div></div><br></div><div dir="ltr">Can you reproduce the issue ?</div></div></div></blockquote><div><br></div><div><br></div><div>I can&#39;t.  The CentOS (and Fedora) glusterfs-server-7.0 rpm contains (`rpm -qlp glusterfs-server`):</div><div>   ...</div><div>   /var/lib/glusterd/hooks/1/start/post/S30samba-start.sh</div><div>  ...</div><div><br></div><div>The RPM .spec file used to build has:</div><div>   %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/start/post/S30samba-start.sh</div><div><br></div><div>In the -release-7 branch of the source the Makefile.am has</div><div>   S30samba-start.sh</div><div><br></div><div>And in the tree the file itself is named: S30samba-start.sh</div><div><br></div><div>Also on my C7 box, `rpm -qf /var/lib/glusterd/hooks/1/start/post/S30samba-start.sh` gives</div><div>   glusterfs-server-7.0-1.el7.x86_64<br></div><div><br></div><div>I can&#39;t imagine how you managed to get a file named D30samba-start.sh on your system.</div><div><br></div><div>--</div><div><br></div><div>Kaleb</div></div></div>