Loading 05-data.sql +3 −0 Original line number Diff line number Diff line Loading @@ -5,8 +5,11 @@ 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', '/home', 'localhost'); INSERT INTO storage (storage_type, base_path, hostname) VALUES ('hot', '/home/vospace/upload', 'localhost'); INSERT INTO location (location_type, storage_src_id, storage_dest_id) VALUES ('async', 1, 3); INSERT INTO location (location_type, storage_src_id, storage_dest_id) VALUES ('async', 1, 3); INSERT INTO location (location_type, storage_src_id, storage_dest_id) VALUES ('user', 4, 4); -- parent_path = parent_relative_path INSERT INTO node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES (NULL, NULL, '', 'container', '0', '0'); -- / Loading Loading
05-data.sql +3 −0 Original line number Diff line number Diff line Loading @@ -5,8 +5,11 @@ 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', '/home', 'localhost'); INSERT INTO storage (storage_type, base_path, hostname) VALUES ('hot', '/home/vospace/upload', 'localhost'); INSERT INTO location (location_type, storage_src_id, storage_dest_id) VALUES ('async', 1, 3); INSERT INTO location (location_type, storage_src_id, storage_dest_id) VALUES ('async', 1, 3); INSERT INTO location (location_type, storage_src_id, storage_dest_id) VALUES ('user', 4, 4); -- parent_path = parent_relative_path INSERT INTO node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES (NULL, NULL, '', 'container', '0', '0'); -- / Loading