From 980a5a7df4f6f286b5e6a16b786847920c269bdd Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 11 Feb 2021 16:28:31 +0100 Subject: [PATCH] switch2container: do not serialize the ceph-crash migration There's no need to slow down the playbook execution time by migrating all the `ceph-crash` instances in a serial way. Let's remove the `serial: 1` so the migration is achieved in a parallel way. Signed-off-by: Guillaume Abrioux --- ...itch-from-non-containerized-to-containerized-ceph-daemons.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml index 3786ea680..8cdf08d15 100644 --- a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml +++ b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml @@ -601,7 +601,6 @@ vars: containerized_deployment: true - serial: 1 become: true tasks: - name: stop non-containerized ceph-crash -- 2.39.5