forked from jimsalterjrs/sanoid
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Path #8
Open
mailinglists35
wants to merge
58
commits into
mailinglists35:phreaker0-make-syncoid-work-perfect
Choose a base branch
from
phreaker0:path
base: phreaker0-make-syncoid-work-perfect
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Path #8
mailinglists35
wants to merge
58
commits into
mailinglists35:phreaker0-make-syncoid-work-perfect
from
phreaker0:path
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
Converts the old INSTALL file to a markdown-formatted INSTALL.md file that contains comprehensive installation instructions for supported operating systems, and an outline that can be used on others where Sanoid/Syncoid ought to work. The Installation section is complete for CentOS/RHEL, and has been "dressed up" for FreeBSD/Ubuntu. Those ones still need to be completed. I don't cover the topic of running Syncoid periodically or how to do it because I don't know. It's probably out of scope for the Installation guide anyway. The Configuration sections is intended to walk through some common setups for sanoid.conf. I suggest just cleaning up the existing conf file examples and putting them into that section.
This reverts commit 50a2374.
…n combination with zfs recursion
…g for each use case as needed
Sanoid ebuild for Gentoo
…and drop invalid raw parameter for send size estimation for resumeable send
…ated sync snapshot
Fix gentoo packaging to include files in sys-fs/sanoid and not just sys-fs/
added bwlimit units
Added bwlimit units
initial replication without intermediate snapshots should use the cre…
check if ssh connection works
…riable fix unitialized variable
only list filesystems and volumes
Catch some errors
Add comprehensive installation instructions
…v-options implemented parsing of provided zfs send/recv options and whitelisting for each use case as needed
removed debug output from excludes loop
check pool capability for resumeable replication instead of checking …
use ordinary replication if clone recreation fails
implemented creation of zfs bookmarks
`sanoid-prune.service` is not referenced by a timer, so I have removed it. I also modified the behavior of sanoid.service so it will take and prune snapshots according to the config file: - `--cron` switch is required for it to take action as a service - `--verbose` is there so that useful logs appear under `journalctl -t sanoid` (I personally run `--debug`)
Fix systemd service definitions.
…rvice Revert "Fix systemd service definitions." This reverts commit 17e15c2.
…cases fix bookmark edge case where replication was already done to the late…
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.
No description provided.