diff options
author | Pavan Sondur <pavan@gluster.com> | 2010-08-26 07:55:38 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-26 07:31:29 -0700 |
commit | ee3f7b941f889619d0688372f93e31f7e6a7cf3b (patch) | |
tree | 2c5cc6b8cb1f7c570744d538b74966d3fed249db /xlators/mgmt/glusterd/src/glusterd-op-sm.c | |
parent | 2d935ef9c8cba1dae93e8e7dc0238aa46358edc3 (diff) |
mgmt/glusterd: Use a C based volgen and support various xlator options.
Signed-off-by: Pavan Vilas Sondur <pavan@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1429 (Use a C based volgen)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1429
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c index 03c1190a997..64b4a18c0de 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c @@ -45,6 +45,7 @@ #include "glusterd-utils.h" #include "glusterd-store.h" #include "cli1.h" +#include "glusterd-volgen.h" #include <sys/types.h> #include <signal.h> @@ -724,7 +725,6 @@ out: return ret; } - static int glusterd_op_create_volume (gd1_mgmt_stage_op_req *req) { @@ -843,10 +843,7 @@ glusterd_op_create_volume (gd1_mgmt_stage_op_req *req) if (ret) goto out; - ret = glusterd_volume_create_generate_volfiles (volinfo); - if (ret) - goto out; - + ret = glusterd_create_volfiles (volinfo); ret = glusterd_volume_compute_cksum (volinfo); if (ret) |