ceph / ceph-medic

find common issues in ceph clusters
MIT License
22 stars 18 forks source link

codes: actually be able to ignore them #117

Closed alfredodeza closed 5 years ago

alfredodeza commented 5 years ago

Allows to ignore codes, either in the CLI or in the configuration. Using the CLI overrides anything described in the configuration.

It also addresses the problem of possible exceptions being raised when trying to capture remote errors, adds tests to verify this.

Fixes issues: https://github.com/ceph/ceph-medic/issues/116 https://github.com/ceph/ceph-medic/issues/111

alfredodeza commented 5 years ago

@a2batic this one is good to go I think, would you mind giving a quick look to see if anything jumps at you? Thanks!