From f4503003e34e69604664a28961fdfb25b4d314ed Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 28 Sep 2016 17:23:29 +0100 Subject: [PATCH] teuthology: update nuke for ceph-mgr Signed-off-by: John Spray --- teuthology/nuke/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teuthology/nuke/actions.py b/teuthology/nuke/actions.py index c4a35a908..ab9f96ad7 100644 --- a/teuthology/nuke/actions.py +++ b/teuthology/nuke/actions.py @@ -56,6 +56,7 @@ def shutdown_daemons(ctx): 'ceph-mon', 'ceph-osd', 'ceph-mds', + 'ceph-mgr', 'ceph-fuse', 'ceph-disk', 'radosgw', @@ -247,7 +248,7 @@ def remove_ceph_packages(ctx): 'libcephfs1', 'librados2', 'librgw2', 'librbd1', 'ceph-selinux', 'python-cephfs', 'ceph-base', 'python-rbd', 'python-rados', 'ceph-mds', - 'libcephfs-java', 'libcephfs-jni', + 'ceph-mgr', 'libcephfs-java', 'libcephfs-jni', 'ceph-deploy', 'libapache2-mod-fastcgi' ] pkgs = str.join(' ', ceph_packages_to_remove) -- 2.47.3