mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
mgr/cephadm: fix typos
Signed-off-by: Joshua Schmid <jschmid@suse.de>
This commit is contained in:
parent
38f6a6a708
commit
42ebc186ad
@ -79,7 +79,7 @@ class DriveSelection(object):
|
||||
@staticmethod
|
||||
def _has_mandatory_idents(disk):
|
||||
# type: (Device) -> bool
|
||||
""" Check for mandatory indentification fields
|
||||
""" Check for mandatory identification fields
|
||||
"""
|
||||
if disk.path:
|
||||
logger.debug("Found matching disk: {}".format(disk.path))
|
||||
@ -117,7 +117,7 @@ class DriveSelection(object):
|
||||
for disk in self.disks.devices:
|
||||
logger.debug("Processing disk {}".format(disk.path))
|
||||
|
||||
# continue criterias
|
||||
# continue criteria
|
||||
assert _filter.matcher is not None
|
||||
|
||||
if not disk.available:
|
||||
|
Loading…
Reference in New Issue
Block a user