From owner-freebsd-bugs@freebsd.org Sat Jun 27 23:14:52 2015 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E190C98EA43 for ; Sat, 27 Jun 2015 23:14:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 CA55B19BD for ; Sat, 27 Jun 2015 23:14:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5RNEqV0099265 for ; Sat, 27 Jun 2015 23:14:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 201155] NFS4 exports are blocked when NIS master server is unreachable Date: Sat, 27 Jun 2015 23:14:52 +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.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: email.ahmedkamal@googlemail.com X-Bugzilla-Status: New 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: 7bit 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.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2015 23:14:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201155 Bug ID: 201155 Summary: NFS4 exports are blocked when NIS master server is unreachable Product: Base System Version: 10.1-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: email.ahmedkamal@googlemail.com My Setup is: * A FreeBSD 10.1 with ZFS exporting NFS4 to a Linux server * That Linux server is a NIS master for the FreeBSD box The issue is: * Upon power failure .. Both servers starting fresh * FreeBSD boots faster (grin) * FreeBSD doesn't find NIS master and bombards logs with hundreds of thousands of messages!! like Jun 27 13:47:53 nas /usr/sbin/ypbind[827]: NIS server [192.168.10.254] for domain "SIVISION" not responding Jun 27 13:48:24 nas last message repeated 51704 times Jun 27 13:49:26 nas last message repeated 104381 times * In this state, FreeBSD does not allow any other machine to NFS4 mount its shares. This includes the NIS master Linux box * Linux boot hangs waiting for the NFS share to allow it to mount it * We are in a deadlock. Linux waiting for the NFS share to mount, while FreeBSD is waiting for the NIS server on Linux to start -- You are receiving this mail because: You are the assignee for the bug.