Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
a1de6138
Commit
a1de6138
authored
Oct 25, 2019
by
Giuseppe Lo Presti
Browse files
#644 - renaming tools
parent
f2b33f4f
Changes
4
Hide whitespace changes
Inline
Side-by-side
cta.spec.in
View file @
a1de6138
...
...
@@ -317,8 +317,8 @@ directory metadata into the EOS namespace.
%attr(0755,root,root) %{_bindir}/eos-test-file-inject
%attr(0755,root,root) %{_bindir}/json-pretty-print.sh
%attr(0755,root,root) %{_bindir}/startvoexport.sh
%attr(0755,root,root) %{_bindir}/exporttapepool.sh
%attr(0755,root,root) %{_bindir}/
undoexport
tapepool.sh
%attr(0755,root,root) %{_bindir}/export
_production_
tapepool
_to_cta
.sh
%attr(0755,root,root) %{_bindir}/
vmgr_reenable_
tapepool.sh
%attr(0755,root,root) %{_bindir}/tapepool_castor_to_cta.py
%attr(0755,root,root) %{_bindir}/complete_tapepool_export.py
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/castor-migration.conf.example
...
...
migration/castor/CMakeLists.txt
View file @
a1de6138
...
...
@@ -16,8 +16,8 @@
install
(
FILES
${
CMAKE_SOURCE_DIR
}
/migration/castor/startvoexport.sh
${
CMAKE_SOURCE_DIR
}
/migration/castor/exporttapepool.sh
${
CMAKE_SOURCE_DIR
}
/migration/castor/
undoexport
tapepool.sh
${
CMAKE_SOURCE_DIR
}
/migration/castor/export
_production_
tapepool
_to_cta
.sh
${
CMAKE_SOURCE_DIR
}
/migration/castor/
vmgr_reenable_
tapepool.sh
${
CMAKE_SOURCE_DIR
}
/migration/castor/tapepool_castor_to_cta.py
${
CMAKE_SOURCE_DIR
}
/migration/castor/complete_tapepool_export.py
DESTINATION usr/bin
)
migration/castor/exporttapepool.sh
→
migration/castor/export
_production_
tapepool
_to_cta
.sh
100755 → 100644
View file @
a1de6138
#!/bin/bash
#/******************************************************************************
# *
exporttapepool.sh
# * export
_production_
tapepool
_to_cta
.sh
# *
# * This file is part of the Castor/CTA project.
# * See http://cern.ch/castor and http://cern.ch/eoscta
...
...
migration/castor/
undoexport
tapepool.sh
→
migration/castor/
vmgr_reenable_
tapepool.sh
View file @
a1de6138
#!/bin/bash
#/******************************************************************************
# *
undoexport
tapepool.sh
# *
vmgr_reenable_
tapepool.sh
# *
# * This file is part of the Castor/CTA project.
# * See http://cern.ch/castor and http://cern.ch/eoscta
...
...
@@ -18,9 +18,9 @@
# * along with this program; if not, write to the Free Software
# * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# *
# * command line tool to
undo the export of a tapepool metadata
# *
to CTA by reenabling the tapes in CASTOR
.
#
# * command line tool to
re-enable a tapepool in CASTOR along with the related
# *
migration routes. The tapepool stays active also in CTA
.
#
*
# * @author Castor Dev team, castor-dev@cern.ch
# *****************************************************************************/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment