Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eayunstack_tools/doctor/cls_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def check_all_nodes(check_obj):
result = run_doctor_on_nodes(nodes, check_cmd)
for res in result:
LOG.info(res, remote=True)
break

def get_crm_resource_list():
resource_list = []
Expand Down