git: f6e1c6df1c - main - Status/2023Q3: Add ufs_snapshots.adoc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Aug 2023 08:38:27 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=f6e1c6df1cb9647406276c9d8d3582444ef06688 commit f6e1c6df1cb9647406276c9d8d3582444ef06688 Author: Kirk McKusick <mckusick@FreeBSD.org> AuthorDate: 2023-08-30 08:32:39 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2023-08-30 08:37:19 +0000 Status/2023Q3: Add ufs_snapshots.adoc Reviewed by: status (Pau Amma <pauamma@gundo.com>) --- .../status/report-2023-07-2023-09/ufs_snapshots.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/website/content/en/status/report-2023-07-2023-09/ufs_snapshots.adoc b/website/content/en/status/report-2023-07-2023-09/ufs_snapshots.adoc new file mode 100644 index 0000000000..ae5f20dbfe --- /dev/null +++ b/website/content/en/status/report-2023-07-2023-09/ufs_snapshots.adoc @@ -0,0 +1,18 @@ +=== Enabling Snapshots on Filesystems Using Journaled Soft Updates + +Contact: Marshall Kirk McKusick <mckusick@FreeBSD.org> + +This project has made UFS/FFS filesystem snapshots avaiable when running with journaled soft updates. +The details of this project were link:https://www.freebsd.org/status/report-2022-10-2022-12/#_enabling_snapshots_on_filesystems_using_journaled_soft_updates[described in the 2022 fourth quarter report]. + +This project had two milestones: + +The first milestone of this project was to make it possible to take snapshots when running with journaled soft updates and to use them for doing background dumps on a live filesystem. +Background dumps are requested by using the -L flag to man:dump[8]. +This milestone was completed in Q4 of 2022 and was made available in the 13.2 release as link:https://www.freebsd.org/status/report-2023-01-2023-03/#_enabling_snapshots_on_filesystems_using_journaled_soft_updates_in_13_2[described in the 2023 first quarter report]. + +The second milestone of this project was to do a background check using a snapshot on a filesystem running with journaled soft updates. +This milestone was completed in the third quarter of 2023 in time to be included as part of the 14.0 release. +It was also made available in the 13.2-STABLE release. + +Sponsored by: The FreeBSD Foundation