]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/cephadm: fix typos
authorJoshua Schmid <jschmid@suse.de>
Wed, 8 Jan 2020 13:24:50 +0000 (14:24 +0100)
committerSage Weil <sage@redhat.com>
Tue, 28 Jan 2020 16:09:38 +0000 (10:09 -0600)
Signed-off-by: Joshua Schmid <jschmid@suse.de>
src/python-common/ceph/deployment/drive_selection/selector.py

index 5b3252d166952bc3adc968f28b0222271b27cf59..4a59fe5224f708938b6d95f395b437d0784a0f14 100644 (file)
@@ -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: