From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.iobjects.de ([188.40.134.68]:49410 "EHLO mail02.iobjects.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755557AbdLTT6Q (ORCPT ); Wed, 20 Dec 2017 14:58:16 -0500 Subject: Re: kernel hangs during balance To: Chris Murphy , Rich Rauenzahn , Btrfs BTRFS Cc: Hans van Kranenburg References: <83e041e2-a440-845f-df54-ecde29bd10dd@mendix.com> From: =?UTF-8?Q?Holger_Hoffst=c3=a4tte?= Message-ID: <09697eee-b6f6-eb02-1c0d-1d6f156985f9@applied-asynchrony.com> Date: Wed, 20 Dec 2017 20:58:14 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Sender: linux-btrfs-owner@vger.kernel.org List-ID: On 12/20/17 20:02, Chris Murphy wrote: > I don't know if it's the sending MUA or the list server, but the line > wrapping makes this much harder to follow. I suggest putting it in a > text file and attaching the text file. It's definitely not on the > receiving side, I see it here also: > https://www.spinics.net/lists/linux-btrfs/msg72872.html You can see enough to suggest that blk-mq is hanging, which is "unsurprising" (being kind here) with such an old kernel. Rich, build your kernel with CONFIG_SCSI_MQ_DEFAULT=n or boot with scsi_mod.use_blk_mq=n as kernel prarameter. -h