]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/tasks: Fix typo
authorJos Collin <jcollin@redhat.com>
Thu, 4 Jul 2019 09:28:12 +0000 (14:58 +0530)
committerJos Collin <jcollin@redhat.com>
Tue, 6 Aug 2019 01:06:45 +0000 (06:36 +0530)
Signed-off-by: Jos Collin <jcollin@redhat.com>
qa/tasks/ceph.py
qa/tasks/dump_stuck.py

index cf8931793d8ab042ed70a2c35be23aca2e74a992..65383282f89114f2c85a933a7f3501a968501ba4 100644 (file)
@@ -1335,7 +1335,7 @@ def run_daemon(ctx, config, type_):
 
     :param ctx: Context
     :param config: Configuration
-    :paran type_: Role type
+    :param type_: Role type
     """
     cluster_name = config['cluster']
     log.info('Starting %s daemons in cluster %s...', type_, cluster_name)
index c5209d749a0b10bf542c4e61c6cddda630e006d0..030ec02990c97ea60d66b5f72479ae9ddadf6c1c 100644 (file)
@@ -20,7 +20,7 @@ def check_stuck(manager, num_inactive, num_unclean, num_stale, timeout=10):
     :param num_manager: Ceph manager
     :param num_inactive: number of inaactive pages that are stuck
     :param num_unclean: number of unclean pages that are stuck
-    :paran num_stale: number of stale pages that are stuck
+    :param num_stale: number of stale pages that are stuck
     :param timeout: timeout value for get_stuck_pgs calls
     """
     inactive = manager.get_stuck_pgs('inactive', timeout)