fix: at least two snapshots were needed to start replication
This commit is contained in:
@@ -87,7 +87,6 @@ type FilesystemVersionFilter interface {
|
||||
Filter(t VersionType, name string) (accept bool, err error)
|
||||
}
|
||||
|
||||
//FIXME Seems to always forget first snapshot
|
||||
func ZFSListFilesystemVersions(fs *DatasetPath, filter FilesystemVersionFilter) (res []FilesystemVersion, err error) {
|
||||
listResults := make(chan ZFSListResult)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user