Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
9859eb5e
Commit
9859eb5e
authored
7 years ago
by
Michael Davis
Browse files
Options
Downloads
Patches
Plain Diff
[ssi] Changes MGM workflows to use SSI
parent
3b8dac8b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh
+2
-2
2 additions, 2 deletions
...egration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh
with
2 additions
and
2 deletions
continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh
+
2
−
2
View file @
9859eb5e
...
...
@@ -33,7 +33,7 @@ eoshost=`hostname -f`
EOS_INSTANCE
=
`
hostname
-s
`
TAPE_FS_ID
=
65535
CTA_BIN
=
/usr/bin/
cta
CTA_BIN
=
/usr/bin/
eoscta_stub
CTA_KT
=
/etc/ctafrontend_SSS_c.keytab
CTA_XrdSecPROTOCOL
=
sss
CTA_PROC_DIR
=
/eos/
${
EOS_INSTANCE
}
/proc/cta
...
...
@@ -197,7 +197,7 @@ eos attr set sys.workflow.closew.default="bash:shell:cta XrdSecPROTOCOL=${CTA_Xr
eos attr
set
sys.workflow.archived.default
=
"bash:shell:cta eos file tag <eos::wfe::path> +<eos::wfe::cxattr:CTA_TapeFsId>"
${
CTA_WF_DIR
}
# Set the worfklow rule for retrieving file from tape.
eos attr
set
sys.workflow.sync::prepare.default
=
"bash:shell:
eoscta_stub
XrdSecPROTOCOL=
${
CTA_XrdSecPROTOCOL
}
XrdSecSSSKT=
${
CTA_KT
}
${
CTA_BIN
}
retrieve --user <eos::wfe::rusername> --group <eos::wfe::rgroupname> --id <eos::wfe::fxattr:sys.archiveFileId> --dsturl '<eos::wfe::turl>
\&
eos.ruid=0
\&
eos.rgid=0
\&
eos.injection=1
\&
eos.workflow=CTA_retrieve' --diskfilepath <eos::wfe::path> --diskfileowner <eos::wfe::username> --diskfilegroup <eos::wfe::groupname> --recoveryblob:base64 <eos::wfe::base64:metadata> --stderr"
${
CTA_WF_DIR
}
eos attr
set
sys.workflow.sync::prepare.default
=
"bash:shell:
cta
XrdSecPROTOCOL=
${
CTA_XrdSecPROTOCOL
}
XrdSecSSSKT=
${
CTA_KT
}
${
CTA_BIN
}
retrieve --user <eos::wfe::rusername> --group <eos::wfe::rgroupname> --id <eos::wfe::fxattr:sys.archiveFileId> --dsturl '<eos::wfe::turl>
\&
eos.ruid=0
\&
eos.rgid=0
\&
eos.injection=1
\&
eos.workflow=CTA_retrieve' --diskfilepath <eos::wfe::path> --diskfileowner <eos::wfe::username> --diskfilegroup <eos::wfe::groupname> --recoveryblob:base64 <eos::wfe::base64:metadata> --stderr"
${
CTA_WF_DIR
}
# Set the workflow rule for the closew event of the CTA_retrieve workflow.
# Using the CTA_retrieve workflow will prevent the default workflow from
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment