Skip to content

Commit

Permalink
fix (nfs4): broken nfs4 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Apr 3, 2024
1 parent 8ece530 commit 3cab180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/plugin/plg_backend_nfs4/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (this Nfs4Share) Rm(path string) error {
}

func (this Nfs4Share) Mv(from string, to string) error {
return this.client.Rename(from, to)
return ErrNotImplemented
}

func (this Nfs4Share) Touch(path string) error {
Expand Down

0 comments on commit 3cab180

Please sign in to comment.