Fixed typo in a function comment.

--check_osds_down --> --check_num_osds

Change-Id: Ic5938cc5f12606ff0cc67df988b95ecf673b6c5f
This commit is contained in:
Chi Wai, Chan 2022-06-22 15:44:53 +08:00
parent d3b2494ee8
commit 86f2a17a2c
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ def check_ceph_status(args):
print(message_all_ok)
return message_all_ok
# if it is just --check_osds_down, deal with it and ignore overall health
# if it is just --check_num_osds, deal with it and ignore overall health
if args.check_num_osds:
osdmap = status_data['osdmap']['osdmap']
num_osds = osdmap['num_osds']