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

Enable cachefilesd on RenderQueue #366

Closed
1 of 2 tasks
ddneilson opened this issue Mar 29, 2021 · 0 comments · Fixed by #367
Closed
1 of 2 tasks

Enable cachefilesd on RenderQueue #366

ddneilson opened this issue Mar 29, 2021 · 0 comments · Fixed by #367
Assignees
Labels
contribution/core This is a PR that came from AWS. feature-request A feature should be added or improved. investigating This issue is being investigated and/or work is in progress to resolve the issue.

Comments

@ddneilson
Copy link
Contributor

Linux provides FS-Cache ( https://www.kernel.org/doc/Documentation/filesystems/caching/fscache.txt ) as a mechanism for transparently caching network file accesses. Filesystem driver that support it can interface with this subsystem via cachefilesd. Using this can reduce network traffic to networked filesystems when the majority of operations are read-ops -- as is the case with the RenderQueue.

Use Case

Nominally, when using Amazon EFS configured for bursting throughput as the backing filesystem for the Deadline Remote Connection Server. Reducing the read traffic to the filesystem reduces the total reads to the filesystem, which reduces the throughput that must be indirectly provisioned, by adding data to the filesystem, to reduce burst credit consumption rate.

Proposed Solution

Option on the RenderQueue (off by default) that will install & start the cachefilesd service on the ECS container host.

Other

N/A

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@ddneilson ddneilson added investigating This issue is being investigated and/or work is in progress to resolve the issue. feature-request A feature should be added or improved. contribution/core This is a PR that came from AWS. labels Mar 29, 2021
@ddneilson ddneilson self-assigned this Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS. feature-request A feature should be added or improved. investigating This issue is being investigated and/or work is in progress to resolve the issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant