From 8143bfe61f0f6739818fa92c2646859faea813ec Mon Sep 17 00:00:00 2001 From: "carey.xu" Date: Fri, 18 Dec 2015 11:48:25 +0800 Subject: reduce idle connect timeout both on haproxy and services JIRA: COMPASS-175 Change-Id: I2b500a6814f39a675d5b7f277bc19688ef33a957 Signed-off-by: carey.xu --- deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_Debian.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_Debian.yml') diff --git a/deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_Debian.yml b/deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_Debian.yml index 49a34dab..5c047566 100644 --- a/deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_Debian.yml +++ b/deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_install_Debian.yml @@ -9,6 +9,7 @@ - name: install ceph for every nodes includes jumpserver shell: cd {{ ceph_cluster_dir[0] }} && ceph-deploy install {{ ceph_cluster_hosts.stdout_lines[0]}} + ignore_errors: true - name: create monitor node in controller group shell: cd {{ ceph_cluster_dir[0] }} && ceph-deploy --overwrite-conf mon create-initial -- cgit 1.2.3-korg