From owner-freebsd-current@FreeBSD.ORG Wed Dec 14 13:30:53 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 835C510656DC for ; Wed, 14 Dec 2011 13:30:53 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 443BC8FC24 for ; Wed, 14 Dec 2011 13:30:53 +0000 (UTC) Received: from [127.0.0.1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id pBEDKWxk018322 for ; Wed, 14 Dec 2011 05:20:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1323868832; bh=Cg4k3kaP1UVkDSisdqio7jR4RdkqiVF4HRPnY/NCAms=; h=Subject:From:To:Content-Type:Date:Message-ID:Mime-Version: Content-Transfer-Encoding; b=WRyQQlpRnbZnqMIVv50dyTFWNXJiXdBgd81m5y5lTARkuaPIVdWQJl6NwGXhnBjp8 DoRTHXZ6nztlfZphJk18im4h/oN2kv37gO9zX1L3fHHCETnjoi7wbCmez16xdq6tPD Me3g7thUgRsmJkVVM2Dv8HY+Z5spbI3+t61AcNpw= From: Sean Bruno To: "current@freebsd.org" Content-Type: text/plain; charset="UTF-8" Date: Wed, 14 Dec 2011 05:20:32 -0800 Message-ID: <1323868832.5283.9.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 7bit Cc: Subject: dogfooding over in clusteradm land X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2011 13:30:53 -0000 We're seeing what looks like a syncher/ufs resource starvation on 9.0 on the cvs2svn ports conversion box. I'm not sure what resource is tapped out. Effectively, I cannot access the directory under use and the converter application stalls out waiting for some resource that isn't clear. (Peter had posited kmem of some kind). I've upped maxvnodes a bit on the host, turned off SUJ and mounted the f/s in question with async and noatime for performance reasons. Can someone hit me up with the cluebat? I can give you direct access to the box for debuginationing. Sean