From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 20 09:36:42 2014 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 697F19F8 for ; Mon, 20 Oct 2014 09:36:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50DC2845 for ; Mon, 20 Oct 2014 09:36:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9K9aghG068063 for ; Mon, 20 Oct 2014 09:36:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 194479] New: many file i/o operations hanging: softdepflush, suspfs Date: Mon, 20 Oct 2014 09:36:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kalten@gmx.at X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 09:36:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D194479 Bug ID: 194479 Summary: many file i/o operations hanging: softdepflush, suspfs Product: Base System Version: 10.0-RELEASE Hardware: amd64 OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: kalten@gmx.at I think, this problem may have to do with the kernel: (May be closed Bug 149022 has to do with it?) I was building packages in poudriere when I noticed, that write operations = in emacs hung. Audio files are still being read from disk (musicpd running) fr= om another mount point (/usr) than the mount point poudriere resides on (/MOUNTER/ufs_D2 which is at 93% according to df(1)). A ls(1) on the mount point of poudriere (/MOUNTER/ufs_D2) has just stuck to= o. I had a look at poudrieres shell, and it is stuck at ---8<--- =3D=3D=3D=3D>> Starting/Cloning builders --->8--- Hitting ^t leads to: ---8<--- load: 0.16 cmd: sh 98249 [suspfs] 755.26r 0.00u 0.00s 0% 784k --->8--- According to ps(1) the PID 98249 belonges to /usr/local/share/poudriere/bul= k.sh (same with the mentioned ls: [suspfs]) ps auxww | grep -E "(^USER|suspfs|softdepflush|dup)" ---8<--- USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 19 1.2 0.0 0 16 - DL 9Oct14 0:54.63 [softdepflush] root 97052 0.0 0.0 14756 2020 25 IN+ 10:30AM 0:00.96 cp= dup -x /usr/local/poudriere/data/build/100amd64-default/ref /MOUNTER/ufs_D2/poudriere/poudriere/data/build/100amd64-default/02 root 97053 0.0 0.0 14756 1964 25 DN+ 10:30AM 0:00.84 cp= dup -x /usr/local/poudriere/data/build/100amd64-default/ref /MOUNTER/ufs_D2/poudriere/poudriere/data/build/100amd64-default/03 root 97054 0.0 0.0 14756 1936 25 IN+ 10:30AM 0:00.84 cp= dup -x /usr/local/poudriere/data/build/100amd64-default/ref /MOUNTER/ufs_D2/poudriere/poudriere/data/build/100amd64-default/01 --->8--- top tells me when hitting =E2=80=9Cm=E2=80=9D: ---8<--- PID USERNAME VCSW IVCSW READ WRITE FAULT TOTAL PERCENT COMMAND 19 root 28 0 0 24 0 24 92.31% softdepflu= sh --->8--- tunefs -p /MOUNTER/ufs_D2 ---8<--- tunefs: POSIX.1e ACLs: (-a) disabled tunefs: NFSv4 ACLs: (-N) enabled tunefs: MAC multilabel: (-l) enabled tunefs: soft updates: (-n) enabled tunefs: soft update journaling: (-j) enabled tunefs: gjournal: (-J) disabled tunefs: trim: (-t) disabled tunefs: maximum blocks per file in a cylinder group: (-e) 2048 tunefs: average file size: (-f) 16384 tunefs: average number of files in a directory: (-s) 64 tunefs: minimum percentage of free space: (-m) 8% tunefs: space to hold for metadata blocks: (-k) 0 tunefs: optimization preference: (-o) time tunefs: volume label: (-L) ufsD2 --->8--- sync(8) does not help either. I can not kill the cpdup commands, etc. I am stuck with reboot. :-( ru, Kalten --=20 You are receiving this mail because: You are the assignee for the bug.=