From ee4fde8998a441c53a1b5fee4edc34e1c138d971 Mon Sep 17 00:00:00 2001
From: Branislav Jansik <branislav.jansik@vsb.cz>
Date: Wed, 13 Sep 2017 09:27:52 +0200
Subject: [PATCH] Update storage.md, fixing summary table

---
 docs.it4i/salomon/storage.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/salomon/storage.md b/docs.it4i/salomon/storage.md
index 23a7b6bcf..dacdcd184 100644
--- a/docs.it4i/salomon/storage.md
+++ b/docs.it4i/salomon/storage.md
@@ -324,8 +324,8 @@ The local RAM disk file system is intended for temporary scratch data generated
 
 ## Summary
 
-| Mountpoint    | Usage                          | Protocol    | Net     | Capacity | Throughput   | Limitations             | Access                      |
-| ------------- | ------------------------------ | ----------- | ------- | -------- | ------------ | ----------------------- | --------------------------- |
+| Mountpoint    | Usage                          | Protocol    | Net Capacity|  Throughput | Limitations   |  Access            |    Service                   |
+| ------------- | ------------------------------ | ----------- | -------     | -------- | ------------ | ----------------------- | --------------------------- |
 | /home         | home directory                 | NFS, 2-Tier | 0.5 PB  | 6 GB/s   | Quota 250GB  | Compute and login nodes | backed up                   |
 | /scratch/work | large project files            | Lustre      | 1.69 PB | 30 GB/s  | Quota        | Compute and login nodes | none                        |
 | /scratch/temp | job temporary data             | Lustre      | 1.69 PB | 30 GB/s  | Quota 100 TB | Compute and login nodes | files older 90 days removed |
-- 
GitLab