Closed rishubhjain closed 7 years ago
https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/ceph.py#L870 returns a tuple if import rados fails when called from https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/sds_sync/__init__.py#L74. A Type error is thrown when a tuple is accessed by passing key( https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/sds_sync/__init__.py#L80)
https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/ceph.py#L870 returns a tuple if import rados fails when called from https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/sds_sync/__init__.py#L74. A Type error is thrown when a tuple is accessed by passing key( https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/sds_sync/__init__.py#L80)