Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFS] Reduce unnecessary round trips between nfs client and leo_gateway #375

Closed
mocchira opened this issue Jun 4, 2015 · 2 comments
Closed

Comments

@mocchira
Copy link
Member

mocchira commented Jun 4, 2015

To make NFS clients cache work properly,
We need to manage ctime of directories properly.

  • ctime is the time when the attributes of the file were last changed

When handling a directory,

  • the attributes of a direcotry are its metadatas (ex. timestamp, name, ...).
  • when a directory's entries were changed, its timestamp should be chnaged.

For example,

  • If bucket/path/to/file2 was added then the ctime of bucket/path/to should be updated.
@mocchira mocchira self-assigned this Jun 4, 2015
@mocchira mocchira added this to the 1.4.0-pre1 milestone Jun 4, 2015
yosukehara added a commit to leo-project/leo_storage that referenced this issue Jun 5, 2015
@mocchira mocchira modified the milestones: 1.4.0-pre2, 1.4.0-pre1 Jul 16, 2015
@mocchira
Copy link
Member Author

A part of this task already done which will be included in 1.4.0-pre1.
In case copying lots of direcotries recursively ,
the throughput will be around 50 - 100 times higher than 1.2.12.

@yosukehara yosukehara modified the milestones: 1.4.0-pre3, 1.4.0-pre2 Nov 2, 2015
@yosukehara
Copy link
Member

DONE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants