git: 569297cf1d - main - status: 2023q1: UFS/FFS snapshots: merged 2023q1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 18:33:02 UTC
The branch main has been updated by grahamperrin: URL: https://cgit.FreeBSD.org/doc/commit/?id=569297cf1d887f469ea60306ce05396db25934e0 commit 569297cf1d887f469ea60306ce05396db25934e0 Author: Graham Perrin <grahamperrin@FreeBSD.org> AuthorDate: 2023-04-18 18:31:23 +0000 Commit: Graham Perrin <grahamperrin@FreeBSD.org> CommitDate: 2023-04-18 18:31:23 +0000 status: 2023q1: UFS/FFS snapshots: merged 2023q1 Code was merged to releng/13.2 in 2023q1 – the subject of this report. The report was authored before the 2023q1 deadline (2023-03-31), then the release schedule unexpectedly changed (also before the deadline), builds of the final release candidate began on 2023-03-31. Change the wording a little, as if reviewed at the end of – still within – the quarter. Not so much change that it appears to be a late submission. Reviewed by: status (salvadore) Approved by: status (salvadore) Pull request: https://github.com/freebsd/freebsd-doc/pull/160 --- website/content/en/status/report-2023-01-2023-03/ufs_snapshots.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/en/status/report-2023-01-2023-03/ufs_snapshots.adoc b/website/content/en/status/report-2023-01-2023-03/ufs_snapshots.adoc index fcd3d56c98..fab82ef0dd 100644 --- a/website/content/en/status/report-2023-01-2023-03/ufs_snapshots.adoc +++ b/website/content/en/status/report-2023-01-2023-03/ufs_snapshots.adoc @@ -2,7 +2,8 @@ Contact: Marshall Kirk McKusick <mckusick@freebsd.org> -The ability to make UFS/FFS filesystem snapshots when running with journaled soft updates and using them for doing background dumps on a live filesystem is available in the 13.2 release. +The ability to make UFS/FFS filesystem snapshots when running with journaled soft updates, and using them for doing background dumps on a live filesystem, was merged to `releng/13.2` during the first quarter of 2023, and lands in FreeBSD 13.2-RELEASE. + Background dumps are requested by using the `-L` flag to man:dump[8]. The details of this project were