From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCB8CC4742C for ; Mon, 16 Nov 2020 04:35:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7A214222C4 for ; Mon, 16 Nov 2020 04:35:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="SiJfRuZV" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727019AbgKPEeX (ORCPT ); Sun, 15 Nov 2020 23:34:23 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:57511 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726016AbgKPEeW (ORCPT ); Sun, 15 Nov 2020 23:34:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605501261; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zAmt9Z8dm4ZTHu67uWVMbdrestxnaTPMTqIP7FyomZw=; b=SiJfRuZVw9HWj4H91UHhMOrfR4qVU+irM3DfC7y9iD3vKl5zuVyn+sa6x8TbhUlv6yMbOr Zbpy1Mrncqi+SClYED14RI3aN2mHUDz5uK6Z5gojgfJD+b1w194X57XbGKpeUSnaqqhK54 iSCv157oC1DhP/RHV+qENKloWEQx8MI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-543-tsg3Bm2DNnuraNr5LvdYRw-1; Sun, 15 Nov 2020 23:34:18 -0500 X-MC-Unique: tsg3Bm2DNnuraNr5LvdYRw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 44E7F1074658; Mon, 16 Nov 2020 04:34:17 +0000 (UTC) Received: from [10.72.13.29] (ovpn-13-29.pek2.redhat.com [10.72.13.29]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 623F85C5B7; Mon, 16 Nov 2020 04:34:15 +0000 (UTC) Subject: Re: [PATCH v3 1/2] ceph: add status debug file support To: Patrick Donnelly Cc: Jeff Layton , Ilya Dryomov , Zheng Yan , Ceph Development References: <20201110141703.414211-1-xiubli@redhat.com> <20201110141703.414211-2-xiubli@redhat.com> From: Xiubo Li Message-ID: <3ee816ed-c2ea-5c2a-fb07-0f35c61b7ad2@redhat.com> Date: Mon, 16 Nov 2020 12:34:12 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org On 2020/11/14 3:42, Patrick Donnelly wrote: > On Tue, Nov 10, 2020 at 6:17 AM wrote: >> From: Xiubo Li >> >> This will help list some useful client side info, like the client >> entity address/name and bloclisted status, etc. >> >> URL: https://tracker.ceph.com/issues/48057 > Thanks for working on this Xiubo. Do we have an Ceph PR for updating > the QA bits to use this? > Not yet. I will raise one. Thanks