From: Alfredo Deza Date: Thu, 23 Jan 2014 21:41:49 +0000 (-0500) Subject: use create-initial for deploying monitors X-Git-Tag: 1.1.0~1690^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cf250a8f4a94ae5437132bd296570a5b16c63c2a;p=teuthology.git use create-initial for deploying monitors Signed-off-by: Alfredo Deza --- diff --git a/teuthology/task/ceph-deploy.py b/teuthology/task/ceph-deploy.py index 8f37e4dac0..9364f7f745 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")