Skip to content
Snippets Groups Projects
Commit 2fa20d0f authored by Michael Davis's avatar Michael Davis
Browse files

[migration] Enforces absolute pathnames for EOS dir/file injection

Now we are also tolerant of whether paths in config file do or do
not have a trailing slash.

Pathnames from the DB must have a leading slash if we have to strip off
the CASTOR prefix, but in any case we will convert all filenames to
absolute filenames by adding the EOS prefix.
parent 36b20004
No related branches found
No related tags found
No related merge requests found
...@@ -310,7 +310,6 @@ directory metadata into the EOS namespace. ...@@ -310,7 +310,6 @@ directory metadata into the EOS namespace.
%attr(0755,root,root) %{_bindir}/eos-import-files %attr(0755,root,root) %{_bindir}/eos-import-files
%attr(0755,root,root) %{_bindir}/eos-test-dir-inject %attr(0755,root,root) %{_bindir}/eos-test-dir-inject
%attr(0755,root,root) %{_bindir}/eos-test-file-inject %attr(0755,root,root) %{_bindir}/eos-test-file-inject
%attr(0755,root,root) %{_bindir}/eos-insert-missing-dirs
%attr(0755,root,root) %{_bindir}/json-pretty-print.sh %attr(0755,root,root) %{_bindir}/json-pretty-print.sh
%attr(0755,root,root) %{_bindir}/startvoexport.sh %attr(0755,root,root) %{_bindir}/startvoexport.sh
%attr(0755,root,root) %{_bindir}/exporttapepool.sh %attr(0755,root,root) %{_bindir}/exporttapepool.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment