Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2022 17:15:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   =?UTF-8?B?W0J1ZyAyNTkwOTBdIFVGUzogYmFkIGZpbGUgZGVzY3JpcHRvcjog?= =?UTF-8?B?c29mdCB1cGRhdGUgam91cm5hbGluZyBjYW4gbm90IGJlIGVuYWJsZWQgb24g?= =?UTF-8?B?c29tZSBGcmVlQlNELXByb3ZpZGVkIGRpc2sgaW1hZ2VzIOKAkyBmYWlsZWQg?= =?UTF-8?B?dG8gd3JpdGUgdXBkYXRlZCBjZw==?=
Message-ID:  <bug-259090-227-6k4AX0lCO1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259090-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259090-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=3D259090

--- Comment #12 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Dbca262f0f351e3881d478b7a9764c91cc=
b83c260

commit bca262f0f351e3881d478b7a9764c91ccb83c260
Author:     Kirk McKusick <mckusick@FreeBSD.org>
AuthorDate: 2022-11-12 23:36:07 +0000
Commit:     Kirk McKusick <mckusick@FreeBSD.org>
CommitDate: 2022-11-20 17:13:49 +0000

    Fix for tunefs(8) unable to add a UFS/FFS soft update journal.

    The reported bug is UFS: bad file descriptor: soft update journaling
    can not be enabled on some FreeBSD-provided disk images =E2=80=93 failed
    to write updated cg.

    The UFS library (libufs(3)) failed to reopen its disk descriptor
    when first attempting to update a cylinder group. The error only
    occurred when trying to add journaling to a filesystem whose first
    cylinder group was too full to hold the journal.

    PR:           259090
    MFC after:    1 week
    Sponsored by: The FreeBSD Foundation

    (cherry picked from commit 5c7ba6bdf83fda82cce70f384e2ec8218f13002e)

 lib/libufs/cgroup.c | 4 ++++
 1 file changed, 4 insertions(+)

--=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-259090-227-6k4AX0lCO1>