You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/do-science/faq/storage.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ mkdir -p $TMPDIR
59
59
60
60
::: details Move tmp on blue and IaaS machines
61
61
62
-
To move tmp for the default Ubuntu user on blue and IaaS machines:
62
+
To move tmp for the default Ubuntu user on blue and IaaS machines:
63
63
64
64
```bash
65
65
# Move tmp folder out of the system disk
@@ -137,7 +137,7 @@ ls -lh test.txt
137
137
```
138
138
:::
139
139
140
-
::: warning
140
+
::: warning
141
141
142
142
We do -not- recommend using `chmod` to restrict access to data within your lab for confidentiality purposes. All data within a lab will principally be accessible for all lab users in our agreement framework. [Contact us](/contact) for a dialogue on heightened security measures if you need increased data confidentiality.
143
143
@@ -146,7 +146,7 @@ We do -not- recommend using `chmod` to restrict access to data within your lab f
146
146
147
147
## Restore
148
148
149
-
::: tip
149
+
::: tip
150
150
151
151
See our [Data administrator FAQ](/administer-science/data/faq/#restore) for questions regarding backup and restore.
### Where should I store my data on IaaS and blue machines?
201
201
202
-
You are free to create the directory structure that fits your needs under the **`/home`** folder in your IaaS and blue machines. For example, under the default login folder (**`/mnt/ubuntu/`**):
202
+
You are free to create the directory structure that fits your needs under the **`/home`** folder in your IaaS and blue machines. For example, under the default login folder (**`/home/ubuntu/`**):
sudo mount --bind /home/ubuntu/workflow /mnt/work/workflow
235
235
ls /mnt/work/workflow
236
236
```
237
+
238
+
## Storage retype
239
+
240
+
Migrating data between different types of storage. Typically between regular and fast storage systems.
241
+
242
+
### Stages of retyping
243
+
244
+
1. Premigration - the work we do in the background that does not require any downtime.
245
+
2. Migration - final synchronization of data that requires downtime
246
+
247
+
### Time estimate
248
+
249
+
We typically prepare the premigration within 1 to 14 days, for storages between 1 TB to 25 TB respectively.
250
+
251
+
The downtime estimate that you care about the most usually take around 2 ~ 4 hours depending on the size of storage and amount of daily changes in data.
252
+
253
+
### Will my data be placed in different directories?
0 commit comments