From nobody Thu Oct 19 13:55:48 2023 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SB8Pc6MlKz4xT4c for ; Thu, 19 Oct 2023 13:55:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SB8Pc4l3Kz4R44 for ; Thu, 19 Oct 2023 13:55:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697723748; a=rsa-sha256; cv=none; b=YwsD8yqXgnLqc68U5NChRfUPlhBj1mPrJ17HZsN0VfYl3nfIuR/4L1zIbiAlXBpVAmr6pw Dttf7z0g4LTGZ093LLfi2AX6JXet9lg65fzHcywg5S+KOpFrNggvZUGVymHP4WBzdPxB4+ nAOxvKjZl9Q65Aq7h7qTLs9lB3vM4ED5HySkHO32eE2T3fpAkmeAt3JS9b8fVw/7LqOomU CJNDJecfg8uVA8XI0a97ux+hQhxsFasXIEPEHw6Yt2OECz/9jn94Y3kyg4EA6k+loQAMwb qAQepZ0imYt36HEQE0jdn10U18JvVead+wcAPNNlOUGJz3IniIBN7e/aLyTOzg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697723748; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Ae2vgv41wKqUPiKVYpX0RLj6dxwcFyFuBJYvny4eCiI=; b=W05EAyzuA7EJ7ye6kGqrDkp/hTsO4kuRajxHaONl52X+GcaK9z8G/BRb+hWYmnsIl1AaY8 ufwHQd97KBN8gijxKYvFdmFpwH56/qds0ky11XJ+qoxpbqS0FGoxY2zS9B4O0AP/1gWjBM RX+jO/+5gdoVmBFkBYeIx/TWWFvDTFak2OFJ1Adi/LId/i8pn1hMrW1XzBAWZTOC6OmFff ivr0dBuXEjHBTATNZY+qqbhUYFBrbVD7A1MRJhCzyEYfaIIB722MowPm/MLDyhanKLDJfv UNBxIjWDoChUIgsLhoKi0PUckINT8sd0GwabwN/NNXlwNOb2UEgfsPvgTsRs4A== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4SB8Pc3pVMzsSl for ; Thu, 19 Oct 2023 13:55:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 39JDtmW0079197 for ; Thu, 19 Oct 2023 13:55:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 39JDtmB3079196 for bugs@FreeBSD.org; Thu, 19 Oct 2023 13:55:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 274593] result of df is not right for nullfs Date: Thu, 19 Oct 2023 13:55:48 +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: 13.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lbfoo@disroot.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org 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 List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274593 Bug ID: 274593 Summary: result of df is not right for nullfs Product: Base System Version: 13.2-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: lbfoo@disroot.org Case: One directory is nullfs mounted several different places. Issue: When some file is deleted from one nullfs mounted point, df -h does = not see the capacity changes. df -h can only see the capacity change when all t= he nullfs mounted points have been umounted. --=20 You are receiving this mail because: You are the assignee for the bug.=