+++ This bug was initially created as a clone of Bug #1294077 +++ +++ +++ +++ Use this bug to providea fix for the master branch. +++ Hello, glusterfs/extras/backend-cleanup.sh uses find [...] -perm +01000 [...] This GNU extension syntax is deprecated and does not work in GNU findutils 4.5.11 and later. Please change to find -perm /xxx instead. The new syntax was introduced in 4.2.25 (October 2005) and should therefore be available on any relevant system. cu Andreas
REVIEW: http://review.gluster.org/13080 (scripts: correct the usage of -perm in backend-cleanup.sh) posted (#1) for review on master by Niels de Vos (ndevos)
COMMIT: http://review.gluster.org/13080 committed in master by Kaleb KEITHLEY (kkeithle) ------ commit 11f6ad26febad1ae7752c2cb7f2c34b1153cae08 Author: Niels de Vos <ndevos> Date: Fri Dec 25 16:19:59 2015 +0100 scripts: correct the usage of -perm in backend-cleanup.sh extras/backend-cleanup.sh uses deprecated find -perm +xxx syntax: find [...] -perm +01000 [...] This GNU extension syntax is deprecated and does not work in GNU findutils 4.5.11 and later. Please change to find -perm /xxx instead. The new syntax was introduced in 4.2.25 (October 2005) and should therefore be available on any relevant system. BUG: 1294223 Change-Id: Ice742957dd24f0ab4f70a8569dff6f2536e9ac1e Reported-by: Andreas Metzler <ametzler> Signed-off-by: Niels de Vos <ndevos> Reviewed-on: http://review.gluster.org/13080 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Kaleb KEITHLEY <kkeithle>
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.8.0, please open a new bug report. glusterfs-3.8.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://blog.gluster.org/2016/06/glusterfs-3-8-released/ [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user