-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for zfs send stream as an output format for system images #731
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bdrewery
reviewed
Dec 4, 2019
I've managed to get these 2 pull requests (this and #761) mixed together, but, I think it is relatively clean now |
allanjude
force-pushed
the
zfssend
branch
2 times, most recently
from
September 9, 2020 17:57
13d09f1
to
e970a3b
Compare
I managed to sepatate things back apart, but I still need to fixup the man page. |
allanjude
force-pushed
the
zfssend
branch
3 times, most recently
from
October 2, 2020 01:52
89e0d37
to
61c89aa
Compare
jlduran
reviewed
May 20, 2021
allanjude
force-pushed
the
zfssend
branch
3 times, most recently
from
November 1, 2021 00:51
51012c2
to
5898225
Compare
evadot
reviewed
Nov 4, 2021
Adds the ability to create a ZFS disk image in the same style as bsdinstall(8). The default is to create a full GPT disk image, but is also supports just the raw pool. Also adds `zfs send` streams as an output format, includes support for sending the entire pool, just the boot environment (for upgrades), or both. Supports specifying both zfs+send targets (+full and +be) in a single run. Extends the existing -i support, to be able to modify existing images. Adds the -R flag to allow user to specify ZFS send feature flags Sponsored by: Modirum MDPay Sponsored by: Klara Inc.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Includes support for sending an entire pool, or just a boot environment (for upgrades)
Adds the -R flag to allow user to specify ZFS send features
It uses the existing pre/post scripting to control the finer details
Add support for specifying multiple zfssend targets simultaneously.
Document changes in man page and command help output.
poudriere image is a bit too eager setting hostname
Old behaviour:
- poudriere image would always set hostname
New behaviour:
- If hostname is specified with the -h command line option: Always set hostname
- Otherwise, and only if image doesn't already specify a hostname (see: option -c overlaydir), set default hostname.
Sponsored by: Modirum MDPay
Sponsored by: Klara Systems