Bug 1332413 - Wrong op-version for mandatory-locks volume set option
Summary: Wrong op-version for mandatory-locks volume set option
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: glusterd
Version: mainline
Hardware: All
OS: All
medium
medium
Target Milestone: ---
Assignee: Anoop C S
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1332788
TreeView+ depends on / blocked
 
Reported: 2016-05-03 07:19 UTC by Anoop C S
Modified: 2016-05-28 05:51 UTC (History)
1 user (show)

Fixed In Version: glusterfs-3.8rc2
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1332788 (view as bug list)
Environment:
Last Closed: 2016-05-28 05:51:57 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Anoop C S 2016-05-03 07:19:04 UTC
Description of problem:
Mandatory-locks feature has gone into release-3.8 branch. But locks.mandatory-locking volume set option is defined under op-version 4.0.0 which is wrong.

         { .key         = "locks.mandatory-locking",
           .voltype     = "features/locks",
           .op_versionGD_OP_VERSION_4_0_0,
           .validate_fn = validate_mandatory_locking,
         },

Version-Release number of selected component (if applicable):
mainline

Comment 1 Vijay Bellur 2016-05-03 07:25:30 UTC
REVIEW: http://review.gluster.org/14180 (mgmt/glusterd: Fix op-version for mandatory-locking volume set option) posted (#1) for review on master by Anoop C S (anoopcs)

Comment 2 Vijay Bellur 2016-05-03 18:08:49 UTC
COMMIT: http://review.gluster.org/14180 committed in master by Atin Mukherjee (amukherj) 
------
commit 717e66a799b70c9b61ad56ab9d27915e265f9d3d
Author: Anoop C S <anoopcs>
Date:   Tue May 3 12:50:51 2016 +0530

    mgmt/glusterd: Fix op-version for mandatory-locking volume set option
    
    The following volume set option will be available with 3.8 release.
    
    locks.mandatory-locking
    
    This one-line change is to fix the wrongly set op-version for the
    above mentioned volume set option.
    
    Change-Id: Icc7d213f917f5f69e2ec84c685b1138ce2f86a90
    BUG: 1332413
    Signed-off-by: Anoop C S <anoopcs>
    Reviewed-on: http://review.gluster.org/14180
    NetBSD-regression: NetBSD Build System <jenkins.org>
    Smoke: Gluster Build System <jenkins.com>
    Reviewed-by: Atin Mukherjee <amukherj>
    CentOS-regression: Gluster Build System <jenkins.com>


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