Tendrl / node-agent

A python agent local to every managed storage node in the sds cluster
GNU Lesser General Public License v2.1
4 stars 14 forks source link

Each collectd plugins are executed more than once in each sync #856

Closed GowthamShanmugam closed 5 years ago

GowthamShanmugam commented 5 years ago

tendrl-bug-id: #858 bugzilla: 1647849

Signed-off-by: GowthamShanmugasundaram gshanmug@redhat.com

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@bb72e23). Click here to learn what that means. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #856   +/-   ##
=========================================
  Coverage          ?   42.11%           
=========================================
  Files             ?       72           
  Lines             ?     3023           
  Branches          ?      448           
=========================================
  Hits              ?     1273           
  Misses            ?     1687           
  Partials          ?       63
Impacted Files Coverage Δ
...ring/collectd/collectors/gluster/tendrl_gluster.py 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bb72e23...0cd3030. Read the comment docs.

shtripat commented 5 years ago

pep8 fixes

shtripat commented 5 years ago

Fix the pep8 issues reported here

GowthamShanmugam commented 5 years ago

@shtripat pep8 issue fixed for same file in #857