diff options
| author | Mohit Agrawal <moagrawa@redhat.com> | 2017-11-30 11:51:32 +0530 | 
|---|---|---|
| committer | Shyamsundar Ranganathan <srangana@redhat.com> | 2017-12-01 16:13:16 +0000 | 
| commit | 3a591d1207e4bdc86e39d805dba0e8d7a85d7e75 (patch) | |
| tree | 3d4c2826090a458047947510ce7f692c81ef8cdc | |
| parent | 35be9922d152b74d536c5acd1e79713b2627ddb5 (diff) | |
posix: Change GD_OP_VERSION to 3_13_0 from 3_12_0 for storage.reserve
Problem: Change GD_OP_VERSION to 3_13_0 from 3_12_0 for option storage.reserve
Solution: Actually feature was merged in 3.13.0 branch so GD_OP_VERSION needs
         to change from 3_12_0 to 3_13_0
BUG: 1518512
Change-Id: I6f753978fd607919efcc60f73c37feaadc4f32ef
Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index fa18ec470cf..9c6c64c17f0 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -2816,7 +2816,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {          },          { .key         = "storage.reserve",            .voltype     = "storage/posix", -          .op_version  = GD_OP_VERSION_3_12_0, +          .op_version  = GD_OP_VERSION_3_13_0,          },          { .key         = "storage.bd-aio",            .voltype     = "storage/bd",  | 
