]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #21424 from MI-OSiRIS/influx
authorJohn Spray <jspray@redhat.com>
Tue, 24 Apr 2018 10:18:13 +0000 (11:18 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Apr 2018 10:18:13 +0000 (11:18 +0100)
mgr/influx: Added Additional Stats

Reviewed-by: John Spray <john.spray@redhat.com>
1  2 
src/pybind/mgr/influx/module.py

index d24135aa3b9a9ee058d01b62b3e2c9f8c615e41f,9e505263c4ab6c98c9b8ea3739154d4d4b646e91..3bcc91cb2bdf3a5a5e342bd6cb308fb7f3caafba
@@@ -105,9 -76,8 +105,10 @@@ class Module(MgrModule)
      def get_df_stats(self):
          df = self.get("df")
          data = []
+         pool_info = {}
  
 +        now = datetime.utcnow().isoformat() + 'Z'
 +
          df_types = [
              'bytes_used',
              'kb_used',