From 5a296278f605ea71adb4058e9ef058d793c1463f Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Thu, 4 Jul 2019 14:58:12 +0530 Subject: [PATCH] qa/tasks: Fix typo Signed-off-by: Jos Collin --- qa/tasks/ceph.py | 2 +- qa/tasks/dump_stuck.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5