]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology: update nuke for ceph-mgr 971/head
authorJohn Spray <john.spray@redhat.com>
Wed, 28 Sep 2016 16:23:29 +0000 (17:23 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 20 Oct 2016 12:44:43 +0000 (13:44 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
teuthology/nuke/actions.py

index c4a35a9081503b2cbf499a9d894e23bf2ec1d6d4..ab9f96ad7757a0101e1af3cc94f30129de0aaf2c 100644 (file)
@@ -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)