Summary: | fstyp and makefs tests fail after UFS superblock format changes | ||
---|---|---|---|
Product: | Base System | Reporter: | Li-Wen Hsu <lwhsu> |
Component: | tests | Assignee: | freebsd-fs (Nobody) <fs> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | cem, emaste, mckusick |
Priority: | --- | ||
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any |
Description
Li-Wen Hsu
2020-06-19 15:28:37 UTC
A commit references this bug: Author: lwhsu Date: Fri Jun 19 17:32:30 UTC 2020 New revision: 362390 URL: https://svnweb.freebsd.org/changeset/base/362390 Log: Skip ufs related tests in fstyp(8) and makefs(8) temporarily They are failing after r362358 and r362359. PR: 247425 Sponsored by: The FreeBSD Foundation Changes: head/usr.sbin/fstyp/tests/fstyp_test.sh head/usr.sbin/makefs/tests/makefs_ffs_tests.sh A commit references this bug: Author: mckusick Date: Fri Jun 19 23:32:40 UTC 2020 New revision: 362418 URL: https://svnweb.freebsd.org/changeset/base/362418 Log: Allocate an fs_summary_info structure when creating a UFS filesystem needed since introduced in -r362358. PR: 247425 Sponsored by: Netflix Changes: head/usr.sbin/makefs/ffs/mkfs.c A commit references this bug: Author: lwhsu Date: Tue Jun 23 19:14:39 UTC 2020 New revision: 362551 URL: https://svnweb.freebsd.org/changeset/base/362551 Log: Revert r362390, those tests are fixed by r362418 PR: 247425 Sponsored by: The FreeBSD Foundation Changes: head/usr.sbin/fstyp/tests/fstyp_test.sh head/usr.sbin/makefs/tests/makefs_ffs_tests.sh A commit references this bug: Author: mckusick Date: Tue Jun 23 21:28:27 UTC 2020 New revision: 362559 URL: https://svnweb.freebsd.org/changeset/base/362559 Log: The libufs library needs to track and free the new fs_si structure in addition to the fs_csp structure that it references. PR: 247425 Sponsored by: Netflix Changes: head/lib/libufs/libufs.h head/lib/libufs/sblock.c head/lib/libufs/type.c head/sbin/fsck_ffs/setup.c A commit references this bug: Author: mckusick Date: Tue Jun 23 21:37:13 UTC 2020 New revision: 362560 URL: https://svnweb.freebsd.org/changeset/base/362560 Log: Correctly describe the return values for the libufs library sbget() and sbput() functions that respectively read and write the superblock. PR: 247425 Sponsored by: Netflix Changes: head/lib/libufs/sbread.3 A commit references this bug: Author: mckusick Date: Tue Jun 23 21:44:00 UTC 2020 New revision: 362561 URL: https://svnweb.freebsd.org/changeset/base/362561 Log: Optimize g_journal's superblock update by noting that the summary information is neither read nor written so it need not be written out when updating the superblock. PR: 247425 Sponsored by: Netflix Changes: head/sys/geom/journal/g_journal_ufs.c The above four commit messages should have been posted to bug 246983. Sorry for the confusion. |