Bug 1294077 - uses deprecated find -perm +xxx syntax
Summary: uses deprecated find -perm +xxx syntax
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: scripts
Version: 3.7.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Niels de Vos
QA Contact:
URL:
Whiteboard:
Depends On: 1294223
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-24 13:17 UTC by Andreas Metzler
Modified: 2016-06-28 12:13 UTC (History)
1 user (show)

Fixed In Version: glusterfs-3.7.12
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1294223 (view as bug list)
Environment:
Last Closed: 2016-06-28 12:13:22 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Andreas Metzler 2015-12-24 13:17:29 UTC
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

Comment 1 Vijay Bellur 2015-12-25 19:07:13 UTC
REVIEW: http://review.gluster.org/13081 (scripts: correct the usage of -perm in backend-cleanup.sh) posted (#1) for review on release-3.7 by Niels de Vos (ndevos)

Comment 2 Mike McCune 2016-03-28 23:11:51 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions

Comment 3 Vijay Bellur 2016-04-26 15:27:26 UTC
REVIEW: http://review.gluster.org/13081 (scripts: correct the usage of -perm in backend-cleanup.sh) posted (#2) for review on release-3.7 by Niels de Vos (ndevos)

Comment 4 Vijay Bellur 2016-05-01 13:37:02 UTC
COMMIT: http://review.gluster.org/13081 committed in release-3.7 by Niels de Vos (ndevos) 
------
commit 864248af01ba777a53a0eda4fb7b7c23852a8205
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.
    
    Bachport of this change on the master branch:
    > BUG: 1294223
    > Reviewed-on: http://review.gluster.org/13080
    > Change-Id: Ice742957dd24f0ab4f70a8569dff6f2536e9ac1e
    > Reported-by: Andreas Metzler <ametzler>
    > Signed-off-by: Niels de Vos <ndevos>
    
    BUG: 1294077
    Change-Id: Ice742957dd24f0ab4f70a8569dff6f2536e9ac1e
    Reported-by: Andreas Metzler <ametzler>
    Signed-off-by: Niels de Vos <ndevos>
    Reviewed-on: http://review.gluster.org/13081
    Smoke: Gluster Build System <jenkins.com>
    CentOS-regression: Gluster Build System <jenkins.com>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    Reviewed-by: Kaleb KEITHLEY <kkeithle>

Comment 5 Kaushal 2016-06-28 12:13:22 UTC
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.7.12, please open a new bug report.

glusterfs-3.7.12 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] https://www.gluster.org/pipermail/gluster-devel/2016-June/049918.html
[2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user


Note You need to log in before you can comment on or make changes to this bug.