From mboxrd@z Thu Jan 1 00:00:00 1970 From: Song Liu Subject: Re: Pausing md check hangs Date: Mon, 3 Feb 2020 15:31:56 -0800 Message-ID: References: <2ce8813c-fd3e-5e78-39ac-049ddfa79ff6@icdsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: Georgi Nikolov Cc: linux-raid List-Id: linux-raid.ids On Sat, Feb 1, 2020 at 6:26 AM Georgi Nikolov wrote: > > The output of this command was empty: > > cat /proc/$(pidof md2_raid6)/stack # md2_raid6 process was consuming > 100% cpu Hmm... This is weird. Could you try use perf or some other tools to get insights on what the thread is doing? Thanks, Song