]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_manager: remove unused raw_pg_status method
authorJosh Durgin <josh.durgin@dreamhost.com>
Tue, 4 Oct 2011 00:49:53 +0000 (17:49 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Tue, 4 Oct 2011 00:49:53 +0000 (17:49 -0700)
teuthology/task/ceph_manager.py

index b658315b514e9da808ca13ca80cc54889dccddb2..3351129084bfb9c5b857f9a1eaf188452892daa1 100644 (file)
@@ -155,9 +155,6 @@ class CephManager:
     def raw_osd_status(self):
         return self.raw_cluster_cmd('osd', 'dump')
 
-    def raw_pg_status(self):
-        return self.controller.do_ssh('pg', 'dump')
-
     def get_osd_status(self):
         osd_lines = filter(
             lambda x: x.startswith('osd.') and (("up" in x) or ("down" in x)),