mirror of
https://github.com/zrepl/zrepl.git
synced 2025-07-08 18:26:48 +02:00
bug in ZFSListFilesystemVersions?
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user