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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E052C433EF for ; Wed, 9 Mar 2022 13:14:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232004AbiCINPT (ORCPT ); Wed, 9 Mar 2022 08:15:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59748 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233030AbiCINPS (ORCPT ); Wed, 9 Mar 2022 08:15:18 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A798B172247 for ; Wed, 9 Mar 2022 05:14:19 -0800 (PST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 4F1FD210F9; Wed, 9 Mar 2022 13:14:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1646831658; h=from:from:reply-to: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=/UbmMtsajgOQ9IUarkw9acDwshrmwBiUAS3nsCDWvwI=; b=v/X/2pRxMXRs9/vRFg6JNHjn3nb1rj00XIIe8nN+eL55+aepJC9P12jZG9nikPfrrPRkjT ueZW5OrkniDC/DYeA88g4ho2Tgeaa1vTe2rcY6GV5Nt+P4di2guBzSKdKHoVRhwt9hxZKY Adh5N7R99wmcBbXDxFzgSRsa1g/uKV0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1646831658; h=from:from:reply-to: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=/UbmMtsajgOQ9IUarkw9acDwshrmwBiUAS3nsCDWvwI=; b=ee9OJ7aBPTYftftmC2G014HmFx2ODX/XgVT8h6Ty9SAhJICPJb2Hf7koQcyQRZb+dnf+AK XRbooRvw4xxRGNCw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 9867813D7A; Wed, 9 Mar 2022 13:14:15 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id gqiTLSeoKGIKHAAAMHmgww (envelope-from ); Wed, 09 Mar 2022 13:14:15 +0000 Message-ID: <7047dc56-13cd-b333-4bd4-7b0aa33846a1@suse.de> Date: Wed, 9 Mar 2022 21:14:08 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.6.2 Subject: Re: bcache detach lead to xfs force shutdown Content-Language: en-US To: Zhang Zhen Cc: linux-bcache@vger.kernel.org, jianchao.wan9@gmail.com References: <252588da-1e44-71d9-95a0-39a70c5d3f42@gmail.com> From: Coly Li In-Reply-To: <252588da-1e44-71d9-95a0-39a70c5d3f42@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-bcache@vger.kernel.org On 2/23/22 8:26 PM, Zhang Zhen wrote: > > 在 2022/2/23 下午5:03, Coly Li 写道: >> On 2/21/22 5:33 PM, Zhang Zhen wrote: >>> Hi coly, >>> >>> We encounted a bcache detach problem, during the io process,the >>> cache device become missing. >>> >>> The io error status returned to xfs, and in some case, the xfs do >>> force shutdown. >>> >>> The dmesg as follows: >>> Feb  2 20:59:23  kernel: bcache: bch_count_io_errors() nvme0n1p56: >>> IO error on writing btree. >>> Feb  2 20:59:23  kernel: bcache: bch_count_io_errors() nvme0n1p44: >>> IO error on writing btree. >>> Feb  2 20:59:23  kernel: bcache: bch_count_io_errors() nvme0n1p44: >>> IO error on writing btree. >>> Feb  2 20:59:23  kernel: bcache: bch_count_io_errors() nvme0n1p57: >>> IO error on writing btree. >>> Feb  2 20:59:23  kernel: bcache: bch_count_io_errors() nvme0n1p56: >>> IO error on writing btree. >>> Feb  2 20:59:23  kernel: bcache: bch_count_io_errors() nvme0n1p57: >>> IO error on writing btree. >>> Feb  2 20:59:23  kernel: bcache: bch_count_io_errors() nvme0n1p56: >>> IO error on writing btree. >>> Feb  2 20:59:23  kernel: bcache: bch_btree_insert() error -5 >>> Feb  2 20:59:23  kernel: XFS (bcache43): metadata I/O error in >>> "xfs_buf_iodone_callback_error" at daddr 0x80034658 len 32 error 12 >>> Feb  2 20:59:23  kernel: bcache: bch_btree_insert() error -5 >>> Feb  2 20:59:23  kernel: bcache: bch_btree_insert() error -5 >>> Feb  2 20:59:23  kernel: bcache: bch_btree_insert() error -5 >>> Feb  2 20:59:23  kernel: bcache: bch_btree_insert() error -5 >>> Feb  2 20:59:23  kernel: bcache: bch_cache_set_error() bcache: error >>> on 004f8aa7-561a-4ba7-bf7b-292e461d3f18: >>> Feb  2 20:59:23  kernel: journal io error >>> Feb  2 20:59:23  kernel: bcache: bch_cache_set_error() , disabling >>> caching >>> Feb  2 20:59:23  kernel: bcache: bch_btree_insert() error -5 >>> Feb  2 20:59:23  kernel: bcache: conditional_stop_bcache_device() >>> stop_when_cache_set_failed of bcache43 is "auto" and cache is clean, >>> keep it alive. >>> Feb  2 20:59:23  kernel: XFS (bcache43): metadata I/O error in >>> "xlog_iodone" at daddr 0x400123e60 len 64 error 12 >>> Feb  2 20:59:23  kernel: XFS (bcache43): xfs_do_force_shutdown(0x2) >>> called from line 1298 of file fs/xfs/xfs_log.c. Return address = >>> 00000000c1c8077f >>> Feb  2 20:59:23  kernel: XFS (bcache43): Log I/O Error Detected. >>> Shutting down filesystem >>> Feb  2 20:59:23  kernel: XFS (bcache43): Please unmount the >>> filesystem and rectify the problem(s) >>> >>> >>> We checked the code, the error status is returned in >>> cached_dev_make_request and closure_bio_submit function. >>> >>> 1180 static blk_qc_t cached_dev_make_request(struct request_queue *q, >>> 1181                     struct bio *bio) >>> 1182 { >>> 1183     struct search *s; >>> 1184     struct bcache_device *d = bio->bi_disk->private_data; >>> 1185     struct cached_dev *dc = container_of(d, struct cached_dev, >>> disk); >>> 1186     int rw = bio_data_dir(bio); >>> 1187 >>> 1188     if (unlikely((d->c && test_bit(CACHE_SET_IO_DISABLE, >>> &d->c->flags)) || >>> 1189              dc->io_disable)) { >>> 1190         bio->bi_status = BLK_STS_IOERR; >>> 1191         bio_endio(bio); >>> 1192         return BLK_QC_T_NONE; >>> 1193     } >>> >>>  901 static inline void closure_bio_submit(struct cache_set *c, >>>  902                       struct bio *bio, >>>  903                       struct closure *cl) >>>  904 { >>>  905     closure_get(cl); >>>  906     if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) { >>>  907         bio->bi_status = BLK_STS_IOERR; >>>  908         bio_endio(bio); >>>  909         return; >>>  910     } >>>  911     generic_make_request(bio); >>>  912 } >>> >>> Can the cache set detached and don't return error status to fs? >> >> >> Hi Zhang, >> >> >> What is your kernel version and where do you get the kernel? >> My kernel version is 4.18 of Centos. > The code of this part is same with upstream kernel. >> It seems like an as designed behavior, could you please describe more >> detail about the operation sequence? >> > Yes, i think so too. > The reproduce opreation as follows: > 1. mount a bcache disk with xfs > > /dev/bcache1 on /media/disk1 type xfs > > 2. run ls in background > #!/bin/bash > > while true > do >   echo 2 > /proc/sys/vm/drop_caches >   ls -R /media/disk1 > /dev/null > done > > > 3. remove cache disk sdc > echo 1 >/sys/block/sdc/device/delete > > 4. dmesg should get xfs error > > I write a patch to improve,please help to review it, thanks. Could you please post the patch in email body? Otherwise I am not able to reply you in line. I read your patch, it is unacceptable in general, but I'd like to provide my point for your reference. Coly Li