From cfce03b24a414370b9657b0a2530886e5786ea5f Mon Sep 17 00:00:00 2001
From: Cristiano Urban <cristiano.urban@inaf.it>
Date: Mon, 1 Mar 2021 15:23:20 +0100
Subject: [PATCH] Added 'generic_rw' tape cold storage in place of 'stb'.

Signed-off-by: Cristiano Urban <cristiano.urban@inaf.it>
---
 05-data.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/05-data.sql b/05-data.sql
index 3892d0c..1e68018 100644
--- a/05-data.sql
+++ b/05-data.sql
@@ -2,7 +2,7 @@
    Initialization test for storage table
 */
 
-INSERT INTO storage (storage_type, base_path, hostname) VALUES ('cold', '/ia2_tape_stb_01/users', 'tape-fe.ia2.inaf.it');
+INSERT INTO storage (storage_type, base_path, hostname) VALUES ('cold', '/ia2_tape_generic_rw_01/users', 'tape-fe.ia2.inaf.it');
 INSERT INTO storage (storage_type, base_path, hostname) VALUES ('hot', '/mnt/hot_storage/users', 'server');
 INSERT INTO storage (storage_type, base_path, hostname) VALUES ('local', '/home', 'localhost');
 INSERT INTO storage (storage_type, base_path, hostname) VALUES ('local', '/home/vospace/upload', 'localhost');
-- 
GitLab