Open KevinHun opened 5 years ago
https://github.com/openvstorage/openvstorage-health-check/blob/06ddad9cd5943242b5882602925d7d65419acc0b/ovs/extensions/healthcheck/suites/volumedriver.py#L296
registry_entry can be Null. Please catch.
Some more clarification: The objectregistry can return None when it doesn't find an entry. This can happen if the volume was removed while the healthcheck is looping over everything.
https://github.com/openvstorage/openvstorage-health-check/blob/06ddad9cd5943242b5882602925d7d65419acc0b/ovs/extensions/healthcheck/suites/volumedriver.py#L296
registry_entry can be Null. Please catch.