Skip to content

Commit

Permalink
Deployed dc1352d with MkDocs version: 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 25, 2024
1 parent 13aaba0 commit ff54737
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions misc/pelican/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -468,12 +468,14 @@ <h1>Pelican</h1>
<h2 id="uprade-of-osdf-to-pelican-for-collaborations">Uprade of OSDF to Pelican for Collaborations<a class="headerlink" href="#uprade-of-osdf-to-pelican-for-collaborations" title="Permanent link">&para;</a></h2>
<p>The OSG Collab AP had an OSDF door deployed on the access point that provided users with authenticated access to a Ceph storage cluster for shared projects from HTCondor jobs to the OSPool running at remote Execution Points (EPs). Users running jobs on the OSPool access the filesystem either via a client tool (stashcp) or via an HTCondor plugin that is invoked in their submit scripts. The storage is also mounted on the AP at /ospool/uc-shared/project. </p>
<p>The general purpose documentation found here (https://portal.osg-htc.org/documentation/htc_workloads/managing_data/osdf/) is also applicable for the users on the OSG Collab AP. It describes using the HTCondor plugin to move data to and from the OSDF Origin.
In a nutshell:
1. Use this for your job running on the OSPool to a file from your project directory:
transfer_input_files = osdf:///ospool/apXX/data/<username>/<file>
2. Use this for your jobs running on the OSPool to write a file into your project directory:
In a nutshell, if you are not using the client tool then:</p>
<ol>
<li>Use this for your job running on the OSPool to a file from your project directory:
transfer_input_files = osdf:///ospool/apXX/data/<username>/<file></li>
<li>Use this for your jobs running on the OSPool to write a file into your project directory:
OSDF_LOCATION = osdf:///ospool/
transfer_input_files = $(OSDF_LOCATION)/<file></p>
transfer_input_files = $(OSDF_LOCATION)/<file></li>
</ol>



Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit ff54737

Please sign in to comment.