ceph/cephadm-ansible

ceph_orch_apply.py idempotence fault

Opened this issue · 0 comments

In ceph_orch_apply.py, in function retrieve_current_spec, the return value will always be string.
Either the service exists or not, the response will be either the service specification or the string "No services reported".
The function will never return the service specification but an empty dictionary instead.