Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2023 07:23:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 271352] "live" dump -- with a snapshot -- broken by recent upgrade
Message-ID:  <bug-271352-227-MAttgHk5HU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271352-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271352-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271352

--- Comment #11 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Df1549d7d522995bf5d821ae08cc2f500b=
a545285

commit f1549d7d522995bf5d821ae08cc2f500ba545285
Author:     Kirk McKusick <mckusick@FreeBSD.org>
AuthorDate: 2023-06-13 07:21:43 +0000
Commit:     Kirk McKusick <mckusick@FreeBSD.org>
CommitDate: 2023-06-13 07:22:13 +0000

    Write out corrected superblock when creating a UFS/FFS snapshot.

    When taking a snapshot on a UFS version 1 filesystem we need to
    call ffs_oldfscompat_write() to unwind any in-memory changes that
    were made to the superblock before writing it. The cause of this bug
    was that the trimmed down maximum file size was not being reverted.

    PR:           271352
    Tested-by:    Peter Holm
    MFC-after:    1 week
    Sponsored-by: The FreeBSD Foundation

 sys/ufs/ffs/ffs_snapshot.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271352-227-MAttgHk5HU>