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
F157795257: D36227.id112224.diff
Mon, May 25, 6:50 AM
F157776786: D36227.id.diff
Mon, May 25, 1:27 AM
F157775199: D36227.id109408.diff
Mon, May 25, 1:01 AM
Unknown Object (File)
Sat, May 23, 2:35 AM
Unknown Object (File)
Tue, May 19, 10:52 PM
Unknown Object (File)
Mon, May 18, 5:32 PM
Unknown Object (File)
Sat, May 16, 10:08 PM
Unknown Object (File)
Sat, May 16, 10:04 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46973
Build 43862: arc lint + arc unit

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