Bug 248238 - sysutils/vm-bhyve: 'provision' subcommand default decompression (xz(1)) cannot handle default filename
Summary: sysutils/vm-bhyve: 'provision' subcommand default decompression (xz(1)) canno...
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-24 10:21 UTC by Trix Farrar
Modified: 2020-08-21 19:08 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (churchers)


Attachments
Change default compressed filename to "${_uuid}.zfs.xz" (469 bytes, patch)
2020-07-24 10:21 UTC, Trix Farrar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trix Farrar 2020-07-24 10:21:45 UTC
Created attachment 216739 [details]
Change default compressed filename to "${_uuid}.zfs.xz"

The default filename for compressed images is "${_uuid}.zfs.z" withe the default decompression command as 'xz -d'.  xz(1) will refuse to decompress a filename with an unknown extension.  Changing the default filename to "${_uuid}.zfs.xz" should take care of this.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2020-08-21 19:08:03 UTC
ping before setting maintainer timeout.