mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-18 07:46:47 +02: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)
|
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) {
|
func ZFSListFilesystemVersions(fs *DatasetPath, filter FilesystemVersionFilter) (res []FilesystemVersion, err error) {
|
||||||
listResults := make(chan ZFSListResult)
|
listResults := make(chan ZFSListResult)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user