Skip to content

Commit

Permalink
Temporarily block log abuse
Browse files Browse the repository at this point in the history
  • Loading branch information
Bevisy committed Jan 12, 2021
1 parent 9abf673 commit 0db6152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfs.go
Expand Up @@ -130,7 +130,7 @@ func (z *snapshotter) Stat(ctx context.Context, key string) (snapshots.Info, err

// Usage retrieves the disk usage of the top-level snapshot.
func (z *snapshotter) Usage(ctx context.Context, key string) (snapshots.Usage, error) {
return snapshots.Usage{}, errors.New("zfs does not implement Usage() yet")
return snapshots.Usage{}, nil
}

// Walk the committed snapshots.
Expand Down

0 comments on commit 0db6152

Please sign in to comment.