Page MenuHomeFreeBSD

pkgbase: Put ufs related tools and lib in their own package
ClosedPublic

Authored by manu on Aug 16 2022, 7:23 PM.
Tags
None
Referenced Files
F115682708: D36227.diff
Sun, Apr 27, 2:08 AM
Unknown Object (File)
Tue, Apr 22, 5:19 PM
Unknown Object (File)
Wed, Apr 16, 4:05 AM
Unknown Object (File)
Mar 19 2025, 3:40 PM
Unknown Object (File)
Feb 18 2025, 4:41 AM
Unknown Object (File)
Feb 18 2025, 4:30 AM
Unknown Object (File)
Jan 29 2025, 8:03 AM
Unknown Object (File)
Jan 28 2025, 12:21 PM

Details

Summary

It's not really useful in a jail or in a mdroot or even if a users
wants to do a full zfs machine.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Aug 16 2022, 7:23 PM

Remove less move to runtime that was added by mistake.

Is dump/restore UFS-specific?

They are. Technically restore can restore files from a ufs dump to any filesystem, but it's so coupled to dump that I'd have to say both are as UFS specific as clri or tunefs

In D36227#826485, @imp wrote:

Is dump/restore UFS-specific?

They are. Technically restore can restore files from a ufs dump to any filesystem, but it's so coupled to dump that I'd have to say both are as UFS specific as clri or tunefs

That's how I understood it too.

In D36227#826485, @imp wrote:

Is dump/restore UFS-specific?

They are. Technically restore can restore files from a ufs dump to any filesystem, but it's so coupled to dump that I'd have to say both are as UFS specific as clri or tunefs

I concur that dump and restore should be considered ufs specific.

This revision is now accepted and ready to land.Sep 3 2022, 10:02 PM