From ae80d85515e8c004caf8446fff46f1af2b011376 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 7 Nov 2016 12:21:18 -0500 Subject: [PATCH] rados/upgrade: skip ceph-mgr on jewel install Signed-off-by: Sage Weil --- .../rados/upgrade/jewel-x-singleton/1-jewel-install/jewel.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/suites/rados/upgrade/jewel-x-singleton/1-jewel-install/jewel.yaml b/suites/rados/upgrade/jewel-x-singleton/1-jewel-install/jewel.yaml index 590e1e326f9..c25d75b5525 100644 --- a/suites/rados/upgrade/jewel-x-singleton/1-jewel-install/jewel.yaml +++ b/suites/rados/upgrade/jewel-x-singleton/1-jewel-install/jewel.yaml @@ -3,6 +3,7 @@ meta: tasks: - install: branch: jewel + exclude_packages: ['ceph-mgr'] - print: "**** done install jewel" - ceph: - print: "**** done ceph"