From ea038c5c85cf797cc5e23dae8d7e4a1036a295a1 Mon Sep 17 00:00:00 2001 From: "Kabanov, Dmitrii" Date: Tue, 7 Jul 2020 14:29:04 -0700 Subject: [PATCH] [Ceph-OSD] Wait for pods before running "post-apply" job. The PS updates "post-apply" job and adds execution of "wait_for_pods" function as the first step of the job. Change-Id: I98644981094cb4fb7cc348b80628006ab59cb77f --- ceph-osd/templates/bin/_post-apply.sh.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph-osd/templates/bin/_post-apply.sh.tpl b/ceph-osd/templates/bin/_post-apply.sh.tpl index e4c994c4d..9b3dbaa9f 100644 --- a/ceph-osd/templates/bin/_post-apply.sh.tpl +++ b/ceph-osd/templates/bin/_post-apply.sh.tpl @@ -146,6 +146,8 @@ function restart_by_rack() { done } +wait_for_pods $CEPH_NAMESPACE + require_upgrade=0 max_release=0