Accessibility changes for the Policies section#199
Open
tonykew wants to merge 1 commit intoubccr:mainfrom
Open
Accessibility changes for the Policies section#199tonykew wants to merge 1 commit intoubccr:mainfrom
tonykew wants to merge 1 commit intoubccr:mainfrom
Conversation
Fixed links at the bottom of the "Communications Policy" (email.md) file Tony
dsajdak
requested changes
Apr 3, 2026
Contributor
dsajdak
left a comment
There was a problem hiding this comment.
LGTM! Just added a method for jumping to the scratch policy section from another section of the docs.
|
|
||
| **Scratch Scrubber Policy** | ||
| CCR provides free, high throughput scratch storage space for use when running your jobs. However, this is TEMPORARY storage space intended for transient storage while jobs are running. Users are expected to move their data from `/vscratch` to their home or project directory when their job is complete. Any data over 60 days old is deleted automatically nightly. Any efforts to modify file dates to purposely subvert this policy are prohibited. We have sophisticated scripts that monitor for attempts to subvert the system. Users violating this policy risk ALL of their data in `/vscratch` being deleted without notice and account deactivation. [See below](##) for more information on this policy. | ||
| CCR provides free, high throughput scratch storage space for use when running your jobs. However, this is TEMPORARY storage space intended for transient storage while jobs are running. Users are expected to move their data from `/vscratch` to their home or project directory when their job is complete. Any data over 60 days old is deleted automatically nightly. Any efforts to modify file dates to purposely subvert this policy are prohibited. We have sophisticated scripts that monitor for attempts to subvert the system. Users violating this policy risk ALL of their data in `/vscratch` being deleted without notice and account deactivation. See below for more information on this policy. |
Contributor
There was a problem hiding this comment.
Suggested change
| CCR provides free, high throughput scratch storage space for use when running your jobs. However, this is TEMPORARY storage space intended for transient storage while jobs are running. Users are expected to move their data from `/vscratch` to their home or project directory when their job is complete. Any data over 60 days old is deleted automatically nightly. Any efforts to modify file dates to purposely subvert this policy are prohibited. We have sophisticated scripts that monitor for attempts to subvert the system. Users violating this policy risk ALL of their data in `/vscratch` being deleted without notice and account deactivation. See below for more information on this policy. | |
| CCR provides free, high throughput scratch storage space for use when running your jobs. However, this is TEMPORARY storage space intended for transient storage while jobs are running. Users are expected to move their data from `/vscratch` to their home or project directory when their job is complete. Any data over 60 days old is deleted automatically nightly. Any efforts to modify file dates to purposely subvert this policy are prohibited. We have sophisticated scripts that monitor for attempts to subvert the system. Users violating this policy risk ALL of their data in `/vscratch` being deleted without notice and account deactivation. [Refer to the scratch policy](#touch) for more information on file date or access time manipulation. |
| - Groups have a 10 TB default quota for their global scratch directory | ||
| - Groups are also subject to a quota of 200 million files | ||
| - We set these group quotas for the total number of files in accordance with our system size and projected usage. Users generating more than a million files per job could affect the performance of the system for everyone. If you feel your research requires this, we’d like to engage with you to determine if there is an alternate approach | ||
|
|
Contributor
There was a problem hiding this comment.
Suggested change
| <a id="touch"></a> |
This will allow us to jump from the above section down to this and fix the fact that that link went no where before.
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.
Accessibility changes for the Policies section
Fixed links at the bottom of the "Communications Policy" (email.md) file
Tony