Skip to content

Commit

Permalink
Merge branch '2.7' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Feb 28, 2020
2 parents fbfc752 + 258851b commit 4222c96
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cpt-shrinkwrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ By default ``cvmfs_shrinkwrap`` builds in a base directory (``/tmp/cvmfs``)
where a directory exists for each repository and a ``.data`` directory
containing the content-addressed files for deduplication.

The shrinkwrap output directory should be formatted with XFS. The ext file
systems limit the number of hard links to 64k.


======================================== =======================================
**File Path** **Description**
Expand Down Expand Up @@ -139,10 +142,10 @@ Using the cvmfs repository ``sft.cern.ch`` : ::

cvmfs_shrinkwrap -r sft.cern.ch -f sft.cern.ch.config -t sft.cern.ch.spec --dest-base /tmp/cvmfs -j 16

Note on CVMFS Variables
~~~~~~~~~~~~~~~~~~~~~~~
Note on CernVM-FS Variant Symlinks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

CVMFS variables that are used in the organization of repositories are
CernVM-FS variant symlinks that are used in the organization of repositories are
evaluated at the time of image creation. As such, the OS the image is created
on should be the expected OS the image will be used with. Specification rules
can be written to include other OS compatible version, but symlinks will
Expand Down

0 comments on commit 4222c96

Please sign in to comment.