diff options
| author | Mohit Agrawal <moagrawa@redhat.com> | 2017-11-29 12:03:48 +0530 | 
|---|---|---|
| committer | Atin Mukherjee <amukherj@redhat.com> | 2017-11-29 12:15:58 +0000 | 
| commit | f74112b1298ed9f227e1a0784b1eabbfc9ab4d31 (patch) | |
| tree | 168813bb9b7815a890f47d2bb970342b6702d5e5 | |
| parent | 61e738db03b4592c36891ac0f17b321eb7692141 (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: 1518508
Change-Id: I3890a3e921847d896465ce456fee003efaeb0c61
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 7155228ce81..8c73f10de10 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",  | 
