From cf250a8f4a94ae5437132bd296570a5b16c63c2a Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 23 Jan 2014 16:41:49 -0500 Subject: [PATCH] use create-initial for deploying monitors Signed-off-by: Alfredo Deza --- teuthology/task/ceph-deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/ceph-deploy.py b/teuthology/task/ceph-deploy.py index 8f37e4dac..9364f7f74 100644 --- a/teuthology/task/ceph-deploy.py +++ b/teuthology/task/ceph-deploy.py @@ -219,7 +219,7 @@ def build_ceph_cluster(ctx, config): if estatus_mon != 0: raise RuntimeError("ceph-deploy: Failed to create monitor") else: - mon_create_nodes = './ceph-deploy mon create'+" "+mon_nodes + mon_create_nodes = './ceph-deploy mon create-initial' estatus_mon = execute_ceph_deploy(ctx, config, mon_create_nodes) if estatus_mon != 0: raise RuntimeError("ceph-deploy: Failed to create monitors") -- 2.47.3