Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
magnum
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kubernetes
magnum
Merge requests
!29
use virt_sandbox_use_fusefs instead of a custom policy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
use virt_sandbox_use_fusefs instead of a custom policy
selinux-fuse
into
cern-newton
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Mathieu Velten
requested to merge
selinux-fuse
into
cern-newton
8 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Fixes
OS-4695
and
OS-4491
.
Edited
8 years ago
by
Mathieu Velten
0
0
Merge request reports
Compare
cern-newton
version 3
86620eb2
8 years ago
version 2
0145ba4b
8 years ago
version 1
0145ba4b
8 years ago
cern-newton (base)
and
latest version
latest version
86620eb2
1 commit,
8 years ago
version 3
86620eb2
1 commit,
8 years ago
version 2
0145ba4b
1 commit,
8 years ago
version 1
0145ba4b
1 commit,
8 years ago
1 file
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
magnum/drivers/common/templates/fragments/configure-cvmfs.sh
+
2
−
3
Options
@@ -12,9 +12,8 @@ chattr +i /
atomic
install
gitlab-registry.cern.ch/cloud-infrastructure/docker-volume-cvmfs:
${
CVMFS_TAG
:-
latest
}
# add selinux policy
docker
cp
docker-volume-cvmfs:/dockercvmfs.pp /tmp
semodule
-i
/tmp/dockercvmfs.pp
# allow containers to access fuse mounts
setsebool virt_sandbox_use_fusefs
true
# install kubernetes volume plugin
mkdir
-p
/var/lib/kubelet/plugins/volume/exec/cern~cvmfs
Loading