Created attachment 156522 [details] restore(8) patch to enable reading byte swapped NFS_MAGIC dumps I needed to restore some *old* dumps made on a Solaris sparc machine to a FreeBSD amd64 machine. The 4.11 restore worked with these dumps, the current version does not. The attached patch restores the byte-swap functionality for NFS_MAGIC dumps.
Doesn't this break restore on other use cases or this just fixing the "too old" check?
A commit references this bug: Author: netchild Date: Sat Aug 11 16:12:24 UTC 2018 New revision: 337630 URL: https://svnweb.freebsd.org/changeset/base/337630 Log: Re-enable reading byte swapped NFS_MAGIC dumps. Fix bug introduced in r98542: previously to this revision the byte-swapped value was compared at this place. The current check is in a conditional section where the non-byte-swapped value was already checked to be not the value which is checked again. As byte-swapping is activated afterwards, it only makes sense if the byte-swapped value is checked. Submitted by: Keith White <kwhite@site.uottawa.ca> PR: 200059 MFC after: 1 month Sponsored by: Essen Hackathon Changes: head/sbin/restore/tape.c
Take the PR.
Alexander, can this PR be closed or is there work pending? Thanks
(In reply to Oleksandr Tymoshenko from comment #4) My intend was to MFC it. Now that 12.0 is out the door, we have a release with the fix available. As this seems to be a not so common case (no people with "I have the same problem and the patch fixes it"), I think we can close it...