Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Jun 2023 06:19:55 +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-Wj6rtOEk2u@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 #8 from Kirk McKusick <mckusick@FreeBSD.org> ---
(In reply to Mikhail T. from comment #7)
You remove the snapshot using the `rm' command just as you would any other
file.
The mksnap_ffs(8) manual page got updated to note this just recently.

It is UFS1 as noted at the top of your dumpfs(8) output.

The fact that you are able to create a snapshot means that the problem is w=
ith
the dump command being unsuccessful at doing that. There have been no chang=
es
in dump(8) that should affect that.

Another useful test would be to have you run `fsck_ffs -B -d /home' which n=
eeds
to be run with /home mounted R/W. The -B option runs a background fsck in w=
hich
fsck takes a snapshot and then checks the snapshot. Mostly just checking th=
at
fsck is able to take and use a snapshot.

--=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-Wj6rtOEk2u>