Skip to content

Commit c9e99e7

Browse files
paused storage volume (#116)
* paused storage volume * update storage volumes section --------- Co-authored-by: Jelle Treep <h.j.treep@uu.nl>
1 parent e72585d commit c9e99e7

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/first-steps.qmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When you have completed an [onboarding procedure](onboarding.qmd), you can login
2121
## Create storage volume
2222

2323
### Why a storage volume?
24-
In most cases you need to create a storage volume before you create a workspace. A workspace has limited storage and is temporary; all data stored on the workspace itself are deleted when a workspace is deleted. You can see a storage volume as a USB stick that you can attach to a workspace. A storage volume is persistent, so when you remove a workspace, all data on the storage volume will remain there. Storage volumes have good performance and are suitable for I/O-intensive computing tasks.
24+
In most cases you need to create a storage volume before you create a workspace. A workspace has limited storage and is temporary; all data stored on the workspace itself are deleted when a workspace is deleted. You can see a storage volume as a USB stick that you can attach to a workspace. A storage volume is persistent, so when you remove a workspace, all data on the storage volume will remain there. Storage volumes have good performance and are suitable for I/O-intensive computing tasks. Storage volumes are not backed up, so do create back-ups regularly ([read more](responsible-use.qmd#data-storage-and-–-backup)).
2525

2626
### How to create a storage volume?
2727
In the Research Cloud portal:
@@ -38,6 +38,9 @@ In the Research Cloud portal:
3838
When you created a workspace and chose to attach a storage volume to the workspace (see below), the storage volume can be found under the directory path: `/data`
3939
Typically you want to create a project folder on the storage volume (e.g. `/data/my_storage/my_project`).
4040

41+
### Attaching and detaching storage volumes
42+
You can attach/detach storage volumes to a workspace when a workspace is in paused state ([instructions](https://servicedesk.surf.nl/wiki/spaces/WIKI/pages/19825226/External+storage+volumes#Externalstoragevolumes-Attach%2FDetachStorage)). It is possible to attach multiple storage volumes to a workspaces at the same time.
43+
4144
## Create a workspace
4245
A workspace can also be called a 'Virtual Machine' or a 'Server'. It is a temporary 'remote' machine that you can login to and that has you can use to perform analyses or model runs. You 'pay' for the machine with the credits from your wallet until the workspace is being 'paused' or 'deleted'. The more compute power you select the more credits it costs and the sooner your wallet will be empty.
4346

docs/responsible-use.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ Ubuntu Linux workspaces on ResearchCloud currently have automatic operating syst
239239
For longer-living workspaces, UU also requires use of scanning tools to scan active VRE's for security vulnerabilities. If the scan gives cause, the UU will contact you with the request to update software on VRE, and/or to take additional measures. If you intend to run longer-running workspaces, please [contact us](contact.qmd) and we can help to install the necessary scanning software.
240240

241241
## Data storage and – backup
242-
A VRE is not backed up. The user is responsible for backing up the (processed) data and/or configuration of the VRE. Make sure to regularly synchronize data and scripts with approved platform like Yoda, Research Drive and GitHub.
242+
Workspaces and storage volumes are not backed up and are not suitable for storing important files. The user is responsible for backing up the (processed) data and/or configuration of the VRE. Make sure to regularly synchronize data, scripts and output with approved platform like Yoda, Research Drive and GitHub.
243+
By synchronizing your project folder to online storage, you also ensure that you can safely delete workspaces and storage volumes when you not plan to use Research cloud in the near future and save credits.
243244

244245
## Sensitive data
245246

0 commit comments

Comments
 (0)