From 2fc7f8fd0abfdd42788e7ee6013bcd10e6926487 Mon Sep 17 00:00:00 2001
From: Branislav Jansik <branislav.jansik@vsb.cz>
Date: Fri, 12 Feb 2021 17:37:01 +0100
Subject: [PATCH] Update storage.md

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

diff --git a/docs.it4i/barbora/storage.md b/docs.it4i/barbora/storage.md
index bd67f9964..e6fb797b7 100644
--- a/docs.it4i/barbora/storage.md
+++ b/docs.it4i/barbora/storage.md
@@ -240,8 +240,8 @@ Each node is equipped with local /tmp directory of few GB capacity. The /tmp dir
 
 | Mountpoint | Usage                     | Protocol | Net Capacity     | Throughput                     | Limitations | Access                   | Services                        |
 | ---------- | ------------------------- | -------- | --------------   | ------------------------------ | ----------- | -----------------------  | ------------------------------- |
-| /home      | home directory            | NFS      | 26 TiB           | 1 GB/s                         | Quota 25GB  | Compute and login nodes  |backed up                       | 
-| /scratch   | scratch temoporary        | Lustre   | 282 TiB          | 5 GB/s, 30 GB/s burst buffer   | Quota 9.3TB | Compute and login nodes  | files older 90 days autoremoved |
+| /home      | home directory            | NFS      | 26 TiB           | 1 GB/s                         | Quota 25GB  | Compute and login nodes  | backed up                       |
+| /scratch   | scratch temoporary        | Lustre   | 282 TiB          | 5 GB/s, 30 GB/s burst buffer   | Quota 9.3TB | Compute and login nodes  |files older 90 days autoremoved |
 | /lscratch  | local scratch ramdisk     | tmpfs    | 180 GB           | 130 GB/s                       | none        | Node local               | auto purged after job end       |
 
 ## CESNET Data Storage
-- 
GitLab