Skip to content

Commit

Permalink
fix refresh lock for cephfs storage driver
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Nov 30, 2022
1 parent d549d84 commit d2f856b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/fs/cephfs/cephfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ func (fs *cephfs) GetLock(ctx context.Context, ref *provider.Reference) (*provid
return nil, errtypes.NotSupported("unimplemented")
}

func (fs *cephfs) RefreshLock(ctx context.Context, ref *provider.Reference, lock *provider.Lock) error {
func (fs *cephfs) RefreshLock(ctx context.Context, ref *provider.Reference, lock *provider.Lock, existingLockID string) error {
return errtypes.NotSupported("unimplemented")
}

Expand Down

0 comments on commit d2f856b

Please sign in to comment.