From owner-freebsd-fs@freebsd.org Sun May 13 15:07:08 2018 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF22BFE1614 for ; Sun, 13 May 2018 15:07:07 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8511381C3C for ; Sun, 13 May 2018 15:07:07 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 3D286FE1611; Sun, 13 May 2018 15:07:07 +0000 (UTC) Delivered-To: fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AFB4FE160D for ; Sun, 13 May 2018 15:07:07 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-qt0-x22a.google.com (mail-qt0-x22a.google.com [IPv6:2607:f8b0:400d:c0d::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BA39881C1E for ; Sun, 13 May 2018 15:07:06 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mail-qt0-x22a.google.com with SMTP id q6-v6so13127738qtn.3 for ; Sun, 13 May 2018 08:07:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=T0QADsXRsMzyT57N0cD8AjkkkO1LN5PlsG1Y+YQRqXU=; b=DlGDKK+3I7A+3CTeuZgf7YXt9YbFwhvEf1wdssqPUWskm/eF4ID/3kN9hAIqF2oZMI DfamIwDZ5tQ6TdxxbU+Z/fblP118CYierSyn2slIYrW0PZEGygKMGAjP+mn24UmZJBiN PyKqNtUAwEzxWK40NKZJHxcaJBpxEamZvXm0rpI5YIqo3bJ6Fpqm3X//2hoft+dDu6Jz 4l7s6cDqydA7ZuQDNO9lvVTcYnRSs3dlHf37gb0P4s0+u25GE3SOr9sipRtZ6lu+mXSc dal1AuwshroyN9+aMMYxIiSPcDxHLBcCQuyo3eun6msD2a80VEIJQVyhSDxvVRX1YSqz eWAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=T0QADsXRsMzyT57N0cD8AjkkkO1LN5PlsG1Y+YQRqXU=; b=prVpYSCDaYsxoM+g+3n7OFDb2agO67EZ5vsJbWjBwzoevWRRd3jan1yPDmRXNAUT4d rAE1ppUl91RIKCPSCnN0RNFVQ9Mlv38WcXT+zAf2mxC7ijtndg/HBCihws0wtaAr47je 6l6fuHc3oTM2MrA2p1gkfXfZ5RYAFSgtA7p28a3tPva3el6ffNEcNpFxoAebbxFIcLLO vW8x6hth7hE1cOj1zEr3Ty6y/lsGx9G5hayjC+cMB1unQlDqcDXL5uU7XlM/TiAzbWvu fiAfSY4WJGe/qaTbLwFMJRkaOEdwPva/gl4px9X/hR9PApTwJv4SUt3iiZ8aDBqaUF6G FFcg== X-Gm-Message-State: ALKqPwdRzJR5ulYHLBejzDwoLflYaAKpJ0zdzw6/bbMLyEcpGxVIFgFQ /3sR1tPOH58vv+kx9Q8P6yefbRF5KCKXqmO4vAroFQ== X-Google-Smtp-Source: AB8JxZqwmMvz6xt3ZVNupLIO+equyy7wI3oJFWWnj9Ffu5heS8/iJXL5KbyD32kNBaxfr7TdYDdY4PCHsztJnUgP4t0= X-Received: by 2002:ac8:90b:: with SMTP id t11-v6mr5555756qth.107.1526224026086; Sun, 13 May 2018 08:07:06 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ac8:6707:0:0:0:0:0 with HTTP; Sun, 13 May 2018 08:07:05 -0700 (PDT) From: Ryan Stone Date: Sun, 13 May 2018 11:07:05 -0400 Message-ID: Subject: "NFS append race" To: "freebsd-fs@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 15:07:08 -0000 I have a 11.1-RELEASE client mounting an NFS directory from a 12-CURRENT server. I'm doing a buildworld right now on it, with the src dir mounted on a local drive on the client and the objdir on the NFS mount. I'm seeing the following printed to the console every few minutes: NFS append race @10000:4040 NFS append race @10000:4040 NFS append race @10000:564 NFS append race @10000:564 The "10000" is never changes, but the number after the : is always different (except that the exact same message will repeat once within a second of the first message) What does this mean? Is it something to be concerned about?