Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in pool code #36

Closed
grinapo opened this issue Mar 2, 2016 · 1 comment
Closed

typo in pool code #36

grinapo opened this issue Mar 2, 2016 · 1 comment

Comments

@grinapo
Copy link

grinapo commented Mar 2, 2016

--- ceph_pool_plugin.py~ 2016-03-02 23:35:20.000000000 +0100
+++ ceph_pool_plugin.py 2016-03-03 00:04:04.876014974 +0100
@@ -54,7 +54,7 @@
osd_pool_cmdline='ceph osd pool stats -f json --cluster ' + self.cluster
stats_output = subprocess.check_output(osd_pool_cmdline, shell=True)
cephdf_cmdline='ceph df -f json --cluster ' + self.cluster

  •        df_output = subprocess.check_output(ceph_dfcmdline, shell=True)
    
  •        df_output = subprocess.check_output(cephdf_cmdline, shell=True)
     except Exception as exc:
         collectd.error("ceph-pool: failed to ceph pool stats :: %s :: %s"
                 % (exc, traceback.format_exc()))
    
This was referenced Oct 26, 2016
@grinapo
Copy link
Author

grinapo commented Nov 4, 2016

it has been fixed and merged into my tree, and it's already been reported several times anyway.

@grinapo grinapo closed this as completed Nov 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant