|
|
cb8e9e |
From 655d584243f9f4d2c0eafed03953e299f677ebbb Mon Sep 17 00:00:00 2001
|
|
|
cb8e9e |
From: Nandaja Varma <nvarma@redhat.com>
|
|
|
cb8e9e |
Date: Thu, 18 Jun 2015 18:05:11 +0530
|
|
|
cb8e9e |
Subject: [PATCH 100/101] glusterd: Fixing the compilation failures
|
|
|
cb8e9e |
|
|
|
cb8e9e |
BUG: 1231771
|
|
|
cb8e9e |
Change-Id: I800d1655a317aba807b08c41754fe2cad20fed3a
|
|
|
cb8e9e |
Signed-off-by: Nandaja Varma <nvarma@redhat.com>
|
|
|
cb8e9e |
Reviewed-on: https://code.engineering.redhat.com/gerrit/51034
|
|
|
cb8e9e |
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
|
|
|
cb8e9e |
Tested-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
|
|
|
cb8e9e |
---
|
|
|
cb8e9e |
xlators/mgmt/glusterd/src/glusterd-volume-ops.c | 1 -
|
|
|
cb8e9e |
1 files changed, 0 insertions(+), 1 deletions(-)
|
|
|
cb8e9e |
|
|
|
cb8e9e |
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c
|
|
|
cb8e9e |
index 7872314..04b539b 100644
|
|
|
cb8e9e |
--- a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c
|
|
|
cb8e9e |
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c
|
|
|
cb8e9e |
@@ -2124,7 +2124,6 @@ glusterd_op_create_volume (dict_t *dict, char **op_errstr)
|
|
|
cb8e9e |
goto out;
|
|
|
cb8e9e |
}
|
|
|
cb8e9e |
if (priv->op_version < GD_OP_VERSION_3_7_0) {
|
|
|
cb8e9e |
- if (priv->op_version < GD_OP_VERSION_3_6_0) {
|
|
|
cb8e9e |
gf_msg (this->name, GF_LOG_ERROR, 0,
|
|
|
cb8e9e |
GD_MSG_UNSUPPORTED_VERSION, "Disperse volume "
|
|
|
cb8e9e |
"needs op-version 30700 or higher");
|
|
|
cb8e9e |
--
|
|
|
cb8e9e |
1.7.1
|
|
|
cb8e9e |
|