Skip to content

Copy file API for fs native#116

Merged
abose merged 1 commit intomainfrom
nfs
Oct 17, 2021
Merged

Copy file API for fs native#116
abose merged 1 commit intomainfrom
nfs

Conversation

@abose
Copy link
Copy Markdown
Member

@abose abose commented Oct 17, 2021

As fs access APIs do not support copy/rename functions, we have to implement these functions manually. This PR implements file copy within mount points.

This copy impl follows the semantics of Linux cp command: https://www.geeksforgeeks.org/cp-command-linux-examples/

know issues

  • copy is currently not supported between filer and mount points.
  • not supported within filer, we can use filer.rename when needed for rename, copy is to be implemented.

#3

@abose abose merged commit 05dca4b into main Oct 17, 2021
@abose abose deleted the nfs branch October 17, 2021 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant