Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LibFix] Fix
CephNode.__getstate__
object properties error
RCA: When rerun used to connect to existing cluster `CephNode` object calls `__getstate__` method which deletes object properties from dict. This operation fails when some properties are not present. To fix issue, add steps to check keys before using `del` method. Signed-off-by: Vaibhav Mahajan <[email protected]>
- Loading branch information