endpoint: fix ListStale for step-* abstractions by using replication cursors and falling back to step holds for initial replication

This commit is contained in:
Christian Schwarz
2020-04-06 12:50:11 +02:00
parent ac2eb9f86b
commit f5f94219fd
4 changed files with 120 additions and 47 deletions
+1
View File
@@ -6,6 +6,7 @@ import (
"github.com/pkg/errors"
"github.com/spf13/pflag"
"github.com/zrepl/zrepl/cli"
"github.com/zrepl/zrepl/endpoint"
"github.com/zrepl/zrepl/zfs"