From: Jos Collin Date: Thu, 4 Jul 2019 09:28:12 +0000 (+0530) Subject: qa/tasks: Fix typo X-Git-Tag: v15.1.0~1819^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5a296278f605ea71adb4058e9ef058d793c1463f;p=ceph-ci.git qa/tasks: Fix typo Signed-off-by: Jos Collin --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index cf8931793d8..65383282f89 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -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) diff --git a/qa/tasks/dump_stuck.py b/qa/tasks/dump_stuck.py index c5209d749a0..030ec02990c 100644 --- a/qa/tasks/dump_stuck.py +++ b/qa/tasks/dump_stuck.py @@ -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)