From owner-freebsd-stable@FreeBSD.ORG Tue Apr 1 15:35:11 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9144BAB for ; Tue, 1 Apr 2014 15:35:11 +0000 (UTC) Received: from mail-qa0-x235.google.com (mail-qa0-x235.google.com [IPv6:2607:f8b0:400d:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C814622 for ; Tue, 1 Apr 2014 15:35:11 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id w8so9777144qac.12 for ; Tue, 01 Apr 2014 08:35:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=/UznK5SLuSwwA8K3DrgbxZdmIPB90r9aV69m4NYW/QY=; b=YBj2/qPvXFoypBmo9SDO6oLtfgXgnJzBvKq8LTfLMOPQoXtqUaXKZXaLWnTTzN2Rjb a/CK5QMctYiwTmBA/w5pBCBJU1dhO28LvW1iuzF1j15G8dwMtYmx78s9w8fVoD5sB3BS Yos4eZ8ztgN9oYvof27qZymv70cH1phbVHO/vL1aDO1muViMsXoPDFxUZnRyRULh+u7N gzHfjR+7kDBJkgRYdjrht4+1G56ou0gtKfjKLdZOVy5/FZ2xmXGG3onkjFTUlFR/e3bU C2jYzKgiE5GD+ooFomdEFvseSGEtiPki5u2pS2rio00gV60cDZtnYpBpVwVa0V6x+M+C shRQ== MIME-Version: 1.0 X-Received: by 10.140.102.167 with SMTP id w36mr22785481qge.43.1396366510670; Tue, 01 Apr 2014 08:35:10 -0700 (PDT) Received: by 10.224.110.69 with HTTP; Tue, 1 Apr 2014 08:35:10 -0700 (PDT) Date: Tue, 1 Apr 2014 09:35:10 -0600 Message-ID: Subject: FS hang with suspfs From: Cassidy Larson To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2014 15:35:11 -0000 I have a backend mail server that seems to hang randomly with suspfs states. Requires a power cycle because it never properly shuts down. Sometimes it happens during the day, others at night. Typically it will go for ~3 weeks before it does it again. Running FreeBSD 9.2-RELEASE-p1 (amd64) I have a LSI SAS2308 (mps driver) for 8 SAS drives in a ZFS raidz2 for mail data, and a LSI 9260-4i (mfi driver) with four SSDs (2xmirrored UFS for OS, 2x mirrored UFS for dovecot indexes). The dovecot processes get stuck in a suspfs state, and keep adding up, never being removed. Killing them does nothing, and even a reboot will end up hanging after syncing buffers but not finishing.. and the end course is a hard power cycle. I've seen this same suspfs lock-up on another 9.2-release box with four drives in a RAID-10 UFS using a 3ware 9750-4i (tws driver) before, although not as common as the one above. I read past posts and noticed an issue like this when creating a snapshot on a UFS+GJOURNAL setup, but I'm not doing any snapshots. The box today is just doing simple mailbox checking and mail delivery but for a large number of users. Anybody have any ideas or suggestions? I would be immensely grateful. Thanks, Cassidy