Skip to content
Snippets Groups Projects
Commit d288eb62 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Changed mount point for hot storage server.

parent 21e0818e
No related branches found
No related tags found
No related merge requests found
Pipeline #947 passed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
*/ */
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_stb_01/users', 'tape-fe.ia2.inaf.it');
INSERT INTO storage (storage_type, base_path, hostname) VALUES ('hot', '/home/users', 'server'); 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', 'localhost');
INSERT INTO storage (storage_type, base_path, hostname) VALUES ('local', '/home/vospace/upload', 'localhost'); INSERT INTO storage (storage_type, base_path, hostname) VALUES ('local', '/home/vospace/upload', 'localhost');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment