From: Matthew Rahtz Subject: warning in ext4_journal_start_sb on filesystem freeze Date: Tue, 26 Nov 2013 08:20:51 +0000 (GMT) Message-ID: <1697998867.143517.1385454051031.JavaMail.zimbra@rapitasystems.com> References: <217983071.143460.1385453196946.JavaMail.zimbra@rapitasystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: linux-ext4@vger.kernel.org Return-path: Received: from mail.rapitasystems.com ([81.149.227.87]:1795 "EHLO mail.rapitasystems.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752383Ab3KZIaE (ORCPT ); Tue, 26 Nov 2013 03:30:04 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rapitasystems.com (Postfix) with ESMTP id 9C52FB40488 for ; Tue, 26 Nov 2013 08:20:52 +0000 (GMT) Received: from mail.rapitasystems.com ([127.0.0.1]) by localhost (mail.rapitasystems.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 9ahrpU3VCEkh for ; Tue, 26 Nov 2013 08:20:51 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by mail.rapitasystems.com (Postfix) with ESMTP id A8CFAB4048D for ; Tue, 26 Nov 2013 08:20:51 +0000 (GMT) Received: from mail.rapitasystems.com ([127.0.0.1]) by localhost (mail.rapitasystems.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id tRbtzEgpPm6A for ; Tue, 26 Nov 2013 08:20:51 +0000 (GMT) Received: from mail.rapitasystems.com (localhost [127.0.0.1]) by mail.rapitasystems.com (Postfix) with ESMTP id 5B256B40488 for ; Tue, 26 Nov 2013 08:20:51 +0000 (GMT) In-Reply-To: <217983071.143460.1385453196946.JavaMail.zimbra@rapitasystems.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: Hello, We're using qemu's guest agent daemon, qemu-ga, to freeze ext4 filesystems in guest virtual machines before taking an LVM snapshot of the disk volume in the host. However, in the guests' dmesg, we're consistently seeing warnings like: [1246478.632936] WARNING: at /build/buildd/linux-lts-raring-3.8.0/fs/ext4/super.c:339 ext4_journal_start_sb+0x159/0x160() Looking at the source at https://github.com/torvalds/linux/blob/v3.8/fs/ext4/super.c#L339, this warning seems to be generated if the function is reached despite the filesystem being marked as frozen: WARN_ON(sb->s_writers.frozen == SB_FREEZE_COMPLETE); In 3.12, this has been moved to https://github.com/torvalds/linux/blob/v3.12/fs/ext4/ext4_jbd2.c#L48. Is this something we should be concerned about? The process that seems to be responsible for triggering it is mysqld, so we're concerned the databases in our snapshots have a higher possibility of being corrupt. (Taking online snapshots of databases like this is always risky, of course, but this just makes us a little more nervous :) ) Full kernel warning is attached below. Thank you! [1246478.632930] ------------[ cut here ]------------ [1246478.632936] WARNING: at /build/buildd/linux-lts-raring-3.8.0/fs/ext4/super.c:339 ext4_journal_start_sb+0x159/0x160() [1246478.632938] Hardware name: Bochs [1246478.632939] Modules linked in: cirrus(F) ttm(F) drm_kms_helper(F) drm(F) sysimgblt(F) psmouse(F) sysfillrect(F) serio_raw(F) syscopyarea(F) microcode(F) virtio_console(F) lp(F) virtio_balloon(F) mac_hid(F) i2c_piix4(F) ext2(F) parport(F) floppy(F) e1000(F) [1246478.632973] Pid: 2856, comm: mysqld Tainted: GF W 3.8.0-33-generic #48~precise1-Ubuntu [1246478.632975] Call Trace: [1246478.632981] [] warn_slowpath_common+0x7f/0xc0 [1246478.632985] [] warn_slowpath_null+0x1a/0x20 [1246478.632989] [] ext4_journal_start_sb+0x159/0x160 [1246478.632993] [] ? _ext4_get_block+0x138/0x170 [1246478.632997] [] _ext4_get_block+0x138/0x170 [1246478.633002] [] ? get_user_pages_fast+0xe0/0x1a0 [1246478.633006] [] ext4_get_block_write+0x13/0x20 [1246478.633009] [] get_more_blocks+0x6a/0xa0 [1246478.633013] [] do_direct_IO+0x4be/0x1530 [1246478.633018] [] ? bit_waitqueue+0x1b/0xc0 [1246478.633022] [] ? kmem_cache_alloc+0x31/0x140 [1246478.633026] [] do_blockdev_direct_IO+0x432/0x13e0 [1246478.633030] [] ? noalloc_get_block_write+0x30/0x30 [1246478.633035] [] __blockdev_direct_IO+0x55/0x60 [1246478.633039] [] ? noalloc_get_block_write+0x30/0x30 [1246478.633042] [] ? ext4_journalled_invalidatepage+0x30/0x30 [1246478.633046] [] ext4_ext_direct_IO+0x130/0x250 [1246478.633050] [] ? noalloc_get_block_write+0x30/0x30 [1246478.633053] [] ? ext4_journalled_invalidatepage+0x30/0x30 [1246478.633057] [] ext4_direct_IO+0x1ad/0x230 [1246478.633061] [] ? finish_task_switch+0x4a/0xf0 [1246478.633065] [] generic_file_direct_write+0xc6/0x180 [1246478.633068] [] __generic_file_aio_write+0x2dd/0x3b0 [1246478.633072] [] ext4_file_dio_write+0x243/0x320 [1246478.633076] [] ? unqueue_me+0x52/0x80 [1246478.633079] [] ext4_file_write+0xc8/0xe0 [1246478.633084] [] do_sync_write+0xa3/0xe0 [1246478.633089] [] vfs_write+0xb3/0x180 [1246478.633093] [] sys_pwrite64+0x9a/0xa0 [1246478.633097] [] system_call_fastpath+0x1a/0x1f [1246478.633099] ---[ end trace f37019187d44de90 ]--- Please Note: Rapita Systems has a new address and telephone number. Telephone: +44 1904 413945 Address: Rapita Systems Ltd, Atlas House, Osbaldwick Link Road, YORK, YO10 3JB United Kingdom