Skip to content

Commit 4cfd421

Browse files
authored
Merge pull request #4 from cvmfs-contrib/20220201-strict-var
configure strict mount conditions
2 parents b3038ea + e9e06ab commit 4cfd421

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/default.local.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
CVMFS_REPOSITORIES="{% for item in cvmfs_repositories %}{{ item }},{% endfor %}"
2+
{# refer to https://docs.computecanada.ca/wiki/Accessing_CVMFS #}
3+
{% if cvmfs_strict_mount|default(false) or "cvmfs-config-computecanada" in cvmfs_configuration %}
24
CVMFS_STRICT_MOUNT="yes"
5+
{% endif %}
36
{# The standard recommendation is to use 85% of the filesystem, but there is also
47
# some overhead for the filesystem itself (inode tables, reserved blocks, etc.),
58
# so use 82% of the size of the underlying LV. #}

0 commit comments

Comments
 (0)