Skip to content
Snippets Groups Projects
Commit 59e6c496 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 f9c3a3f7
No related branches found
Tags v3.1-8
No related merge requests found
......@@ -310,7 +310,6 @@ directory metadata into the EOS namespace.
%attr(0755,root,root) %{_bindir}/eos-import-files
%attr(0755,root,root) %{_bindir}/eos-test-dir-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}/startvoexport.sh
%attr(0755,root,root) %{_bindir}/exporttapepool.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment