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.
1 parent b3038ea commit e9e06abCopy full SHA for e9e06ab
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