[Qa-jenkins-scm] [jenkins.debian.net] 01/02: Switch schroot to use overlay fs, as aufs is no longer supported out of the box in linux 4.x kernels.

Holger Levsen holger at layer-acht.org
Wed Sep 20 09:41:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 592eb416467d7dda4e6a1e802740c2b385ea1c25
Author: Vagrant Cascadian <vagrant at debian.org>
Date:   Tue Sep 19 13:15:19 2017 -0700

    Switch schroot to use overlay fs, as aufs is no longer supported out
    of the box in linux 4.x kernels.
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/schroot-create.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh
index 5418b18..6c8bcb5 100755
--- a/bin/schroot-create.sh
+++ b/bin/schroot-create.sh
@@ -275,7 +275,7 @@ sudo tee /etc/schroot/chroot.d/jenkins-"$TARGET" <<-__END__
 	type=directory
 	root-users=jenkins
 	source-root-users=jenkins
-	union-type=aufs
+	union-type=overlay
 	__END__
 
 echo "schroot $TARGET set up successfully in $SCHROOT_BASE/$TARGET - exiting now."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list