Your message dated Wed, 20 Sep 2017 09:39:51 +0000
with message-id <[email protected]>
and subject line Re: [Qa-jenkins-dev] Bug#876225: Switch schroot to use overlay
fs
has caused the Debian Bug report #876225,
regarding Switch schroot to use overlay fs
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
876225: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876225
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jenkins.debian.org
Severity: normal
Tags: patch
Branch for jenkins.debian.net "schroot-overlay" available at:
https://anonscm.debian.org/cgit/users/vagrant/jenkins.debian.net.git/log/?h=schroot-overlay
Patch included below for easy reference.
live well,
vagrant
From e6fde8ffe8a01b594670e8dd1b9a9fd8a08a3f58 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Tue, 19 Sep 2017 13:15:19 -0700
Subject: [PATCH] Switch schroot to use overlay fs, as aufs is no longer
supported out of the box in linux 4.x kernels.
---
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 5418b180..6c8bcb5b 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."
--
2.11.0
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
On Tue, Sep 19, 2017 at 01:19:06PM -0700, Vagrant Cascadian wrote:
> Subject: [PATCH] Switch schroot to use overlay fs, as aufs is no longer
> supported out of the box in linux 4.x kernels.
thanks, merged and deploying now, curious what/if things will break.
--
cheers,
Holger
signature.asc
Description: Digital signature
--- End Message ---