Bug 237667

Summary: sysutils/zrepl: Update to 0.1.1
Product: Ports & Packages Reporter: Michael Zhilin <mizhka>
Component: Individual Port(s)Assignee: Ben Woods <woodsb02>
Status: Closed FIXED    
Severity: Affects Only Me CC: dpetrov67
Priority: --- Flags: woodsb02: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D20095
Attachments:
Description Flags
SVN patch none

Description Michael Zhilin freebsd_committer freebsd_triage 2019-04-30 08:34:09 UTC
Created attachment 204108 [details]
SVN patch

Hi, 

Here is update of sysutils/zrepl port:  https://reviews.freebsd.org/D20095

Build tested via poudriere on 12-STABLE
Works at least for me on local replication
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-04 14:14:35 UTC
A commit references this bug:

Author: woodsb02
Date: Tue Jun  4 14:14:24 UTC 2019
New revision: 503474
URL: https://svnweb.freebsd.org/changeset/ports/503474

Log:
  sysutils/zrepl: Update to 0.1.1

  Changes this release:
    https://zrepl.github.io/v0.1.1/changelog.html

  WARNING - BREAKING CHANGES WITH THE ZREPL 0.1.X RELEASE:
  There are a number of breaking changes this release. To ensure zrepl
  continues to function correctly, ensure you read the changelog, and then
  perform the following on both sides of the replication:
  - Stop the zrepl service:    # service zrepl stop
  - Upgrade the zrepl package: # pkg upgrade zrepl
  - Modify the zrepl config:   # vi /usr/local/etc/zrepl/zrepl.yml
  - Check the configuration:   # service zrepl configtest
  - Start the zrepl service:   # service zrepl start
  - Monitor the zrepl service: # zrepl status

  DANGER - SNAPSHOT PRUNING REQUIRES EXPLICIT KEEP RULES:
  For any ZFS snapshot that you want to keep, at least one rule must match. This
  is different from previous releases where pruning only affected snapshots with
  the configured snapshotting prefix. Make sure that snapshots to be kept or
  ignored by zrepl are covered, e.g. by using the regex keep rule.
  This also applies to snapshots taken by means other than zrepl (e.g. manually).

  PR:		237667
  Submitted by:	Michael Zhilin (mizhka@gmail.com)
  Differential Revision:	https://reviews.freebsd.org/D20095

Changes:
  head/sysutils/zrepl/Makefile
  head/sysutils/zrepl/distinfo
  head/sysutils/zrepl/files/pkg-message.in
  head/sysutils/zrepl/files/zrepl.in
  head/sysutils/zrepl/files/zrepl.yml.sample
  head/sysutils/zrepl/pkg-plist
Comment 2 Ben Woods freebsd_committer freebsd_triage 2019-06-04 14:15:30 UTC
Committed - thanks for the detailed patch Michael, it made my job much easier!