We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3038ea + e9e06ab commit 4cfd421Copy full SHA for 4cfd421
templates/default.local.j2
@@ -1,5 +1,8 @@
1
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 %}
4
CVMFS_STRICT_MOUNT="yes"
5
+{% endif %}
6
{# The standard recommendation is to use 85% of the filesystem, but there is also
7
# some overhead for the filesystem itself (inode tables, reserved blocks, etc.),
8
# so use 82% of the size of the underlying LV. #}
0 commit comments