You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: