@@ -97,6 +97,16 @@ author: "Florian Ziemen and Karl-Hermann Wieners"
...
@@ -97,6 +97,16 @@ author: "Florian Ziemen and Karl-Hermann Wieners"
* Serialized access only
* Serialized access only
* Backup / long-term storage
* Backup / long-term storage
## Hands-on {.handson}
::: {.smaller}
{{< embed timer.ipynb echo=true >}}
:::
Take this set of calls, improve the code, and measure the write speed for different file sizes on your `/scratch/`
## Hands-on {.handson}
Add a similar function for reading, and read the data you just produced. What's your throughput?
# Storage Architectures
# Storage Architectures
> These aren't books in which events of the past are pinned like so many butterflies to a cork. These are the books from which history is derived. There are more than twenty thousand of them; each one is ten feet high, bound in lead, and the letters are so small that they have to be read with a magnifying glass.
> These aren't books in which events of the past are pinned like so many butterflies to a cork. These are the books from which history is derived. There are more than twenty thousand of them; each one is ten feet high, bound in lead, and the letters are so small that they have to be read with a magnifying glass.
...
@@ -186,6 +196,7 @@ The file system becomes an independent system.
...
@@ -186,6 +196,7 @@ The file system becomes an independent system.
* All nodes see the same set of files.
* All nodes see the same set of files.
* A set of central servers manages the file system.
* A set of central servers manages the file system.
* All nodes accessing the lustre file system run local *clients*.
* All nodes accessing the lustre file system run local *clients*.
* Optimized for high traffic volumes in large files.
## Metadata and storage servers
## Metadata and storage servers
* The index is spread over a group of Metadata servers (MDS, 8 for work on levante).
* The index is spread over a group of Metadata servers (MDS, 8 for work on levante).