Closed rishubhjain closed 7 years ago
https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/sds_sync/__init__.py#L710 has assert statement but I guess a simple if condition could be used instead of assert. Does it have any other use?
We should raise an exception if the fsid's dont match
https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/sds_sync/__init__.py#L710 has assert statement but I guess a simple if condition could be used instead of assert. Does it have any other use?