Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
dtree-mailing/email.template
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
58 lines (48 sloc)
1.1 KB
This file contains 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
From: HPC Admin Team <hpc@uconn.edu> | |
To: {{NAME}} <{{EMAIL}}> | |
Subject: STORRS HPC: Your old scratch folders {TICKET-NUMBER-HERE} | |
Accept-Language: en-US | |
Content-Language: en-US | |
Content-Type: text/html; charset="us-ascii" | |
MIME-Version: 1.0 | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> | |
<title></title> | |
</head> | |
<body> | |
<p> | |
Dear {{NAME}}: | |
</p> | |
<p> | |
We have an ongoing shortage of scratch disk space on the Storrs HPC cluster. | |
You have one or more folders on the scratch disk that are | |
200GB or larger and that have not been touched in over 180 days. (By touched, we mean written or | |
read.) | |
</p> | |
<p> | |
If you are not using these folders, can you remove them? This will | |
help alleviate our ongoing shortage of scratch disk space. If you like, let us | |
know and we would be happy to remove your folders for you. | |
</p> | |
<p> | |
Here is a list of your folders 200GB or larger and 180 days or older: | |
</p> | |
<p> | |
<pre> | |
{{LIST-FILE}} | |
</pre> | |
</p> | |
<p> | |
If you have any questions or concerns please let us know. | |
</p> | |
<p> | |
Thank you in advance. | |
</p> | |
<p> | |
HPC Admin Team | |
<br> | |
hpc@uconn.edu | |
</p> | |
</body> | |
</html> |