[WIP] cases: rewrite Shared Dev Server#1724
Closed
jorgeorpinel wants to merge 2 commits into
Closed
Conversation
jorgeorpinel
commented
Aug 27, 2020
Comment on lines
-58
to
+74
| And tell DVC to set group permissions on newly created or downloaded cache | ||
| files: | ||
| And configure DVC to set group permissions on cached assets, and to enable all | ||
| [link types](/doc/user-guide/large-dataset-optimization#file-link-types-for-the-dvc-cache): | ||
|
|
||
| ```dvc | ||
| $ dvc config cache.shared group | ||
| $ dvc config cache.type 'reflink,symlink,hardlink,copy' | ||
| ``` | ||
|
|
||
| > See `dvc cache dir` and `dvc config cache` for more information. | ||
| ⚠️ Note that you cam't manually modify tracked data with the above `cache.type` | ||
| value. Soft/hard links are disabled by default for this reason, but are needed | ||
| for a reliable shared cache. |
Contributor
Author
There was a problem hiding this comment.
Here are the updates to address #429 (comment) @shcheklein — note that the manual protect setting is no longer required (it's now automatic with sym/hardlinks).
I'm just not sure I get why this is necessary so only wrote "symlink,hardlink... are needed for a reliable shared cache" for now.
Contributor
Author
There was a problem hiding this comment.
Oops, typo in cam't 🤦 - fixing...
add note about enabling all link types to close #429
c293470 to
02e42f4
Compare
1dd8ac4 to
d224c98
Compare
Contributor
Author
|
Stale but will retake this ASAP. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.