mirror of
https://github.com/zrepl/zrepl.git
synced 2025-02-16 18:30:54 +01:00
bug in ZFSListFilesystemVersions?
This commit is contained in:
parent
6cedd0a2e8
commit
b2f01e454f
@ -87,6 +87,7 @@ 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user