[Group.of.nepali.translators] [Bug 1493188] Re: "overlayfs" no longer exists
This bug was fixed in the package cloud-utils - 0.27-0ubuntu25.2 --- cloud-utils (0.27-0ubuntu25.2) xenial; urgency=medium * debian/patches/lp-1493188-support-overlay-filesystem: mount-image-callback: support 'overlay' filesystem type rather than ubuntu specific 'overlayfs' (LP: #1493188) * debian/patches/lp-1630274-mount-overlay-first: mount-image-callback: try mounting overlay rather than checking first (LP: #1630274) -- Chad Smith Fri, 04 Sep 2020 08:47:08 -0600 ** Changed in: cloud-utils (Ubuntu Xenial) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of नेपाली भाषा समायोजकहरुको समूह, which is subscribed to Xenial. Matching subscriptions: Ubuntu 16.04 Bugs https://bugs.launchpad.net/bugs/1493188 Title: "overlayfs" no longer exists Status in cloud-initramfs-tools: Fix Released Status in cloud-utils: Fix Released Status in cloud-initramfs-tools package in Ubuntu: Fix Released Status in cloud-utils package in Ubuntu: Fix Released Status in cloud-initramfs-tools source package in Xenial: Fix Released Status in cloud-utils source package in Xenial: Fix Released Status in cloud-initramfs-tools source package in Yakkety: Fix Released Bug description: === Begin SRU Template === [Impact] The 16.10 kernel dropped a legacy kernel module alias that allowed usage of the 'overlay' filesystem via name 'overlayfs'. This broke overlayroot as it explicitly tried to to use 'overlayfs' by name in loading of modules and also in entry in /etc/fstab. Without this fix, overlayroot will simply not work on any upstream kernel or Ubuntu kernel of 16.10 (yakkety) or later. [Test Case] Note, not applying proposed as shown in step 3 below will recreate failure. 1.) Start an instance of a cloud image. 2.) get a suitable 4.8 kernel On 16.10 or later, this is already done. On 16.04, we currently need to install the kernel team's PPA to get one. $ sudo apt-add-repository -y ppa:canonical-kernel-team/ppa $ sudo apt update -q && sudo apt install -y linux-virtual-hwe-16.04-edge http://archive.ubuntu.com/ubuntu $rel-proposed main" | $ sudo tee /etc/apt/sources.list.d/proposed.list $ sudo apt update -qy && sudo apt install -qy overlayroot http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/view/head:/overlayroot/scripts/init-bottom/overlayroot [2] http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/revision/115 === End SRU Template === As mentioned in LP: #1411294, it's now called 'overlay' instead of 'overlayfs'. Ubuntu had patched the kernel for compatibility. The Ubuntu kernels as of 4.8 (16.10 kernel) and possibly a bit before no longer have a overlayfs module either. Thus, this is now affecting yakkety. (The original reporter is @~gpo-9.) To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-initramfs-tools/+bug/1493188/+subscriptions ___ Mailing list: https://launchpad.net/~group.of.nepali.translators Post to : group.of.nepali.translators@lists.launchpad.net Unsubscribe : https://launchpad.net/~group.of.nepali.translators More help : https://help.launchpad.net/ListHelp
[Group.of.nepali.translators] [Bug 1493188] Re: "overlayfs" no longer exists
this fix is present in cloud-utils 0.30 ** Changed in: cloud-utils Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of नेपाली भाषा समायोजकहरुको समूह, which is subscribed to Xenial. Matching subscriptions: Ubuntu 16.04 Bugs https://bugs.launchpad.net/bugs/1493188 Title: "overlayfs" no longer exists Status in cloud-initramfs-tools: Fix Released Status in cloud-utils: Fix Released Status in cloud-initramfs-tools package in Ubuntu: Fix Released Status in cloud-utils package in Ubuntu: Fix Released Status in cloud-initramfs-tools source package in Xenial: Fix Released Status in cloud-utils source package in Xenial: Confirmed Status in cloud-initramfs-tools source package in Yakkety: Fix Released Bug description: === Begin SRU Template === [Impact] The 16.10 kernel dropped a legacy kernel module alias that allowed usage of the 'overlay' filesystem via name 'overlayfs'. This broke overlayroot as it explicitly tried to to use 'overlayfs' by name in loading of modules and also in entry in /etc/fstab. Without this fix, overlayroot will simply not work on any upstream kernel or Ubuntu kernel of 16.10 (yakkety) or later. [Test Case] Note, not applying proposed as shown in step 3 below will recreate failure. 1.) Start an instance of a cloud image. 2.) get a suitable 4.8 kernel On 16.10 or later, this is already done. On 16.04, we currently need to install the kernel team's PPA to get one. $ sudo apt-add-repository -y ppa:canonical-kernel-team/ppa $ sudo apt update -q && sudo apt install -y linux-virtual-hwe-16.04-edge http://archive.ubuntu.com/ubuntu $rel-proposed main" | $ sudo tee /etc/apt/sources.list.d/proposed.list $ sudo apt update -qy && sudo apt install -qy overlayroot http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/view/head:/overlayroot/scripts/init-bottom/overlayroot [2] http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/revision/115 === End SRU Template === As mentioned in LP: #1411294, it's now called 'overlay' instead of 'overlayfs'. Ubuntu had patched the kernel for compatibility. The Ubuntu kernels as of 4.8 (16.10 kernel) and possibly a bit before no longer have a overlayfs module either. Thus, this is now affecting yakkety. (The original reporter is @~gpo-9.) To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-initramfs-tools/+bug/1493188/+subscriptions ___ Mailing list: https://launchpad.net/~group.of.nepali.translators Post to : group.of.nepali.translators@lists.launchpad.net Unsubscribe : https://launchpad.net/~group.of.nepali.translators More help : https://help.launchpad.net/ListHelp
[Group.of.nepali.translators] [Bug 1493188] Re: "overlayfs" no longer exists
This bug was fixed in the package cloud-initramfs-tools - 0.27ubuntu1.3 --- cloud-initramfs-tools (0.27ubuntu1.3) xenial; urgency=medium * sync with upstream at 0.32ubuntu1 (revno 129) * overlayroot: fix overlayroot=crypt with newer initramfs-tools (LP: #1634310) * overlayroot: support random seed from systemd systemd-random-seed.service * cloud-initramfs-dyn-netconf: Further adjustments to support IPV6 and the new DEVICE6 and net6-DEVICE.conf files. (LP: #1621615) * overlayroot: support 'overlay' filesystem explicitly rather than relying on ubuntu specific kernel module 'overlayfs'. (LP: #1493188) * overlayroot: write debug to /run/initramfs not /dev/.initramfs but support writing to /dev/.initramfs if that is all there is. (LP: #1485752) * overlayroot: fix overlayroot if recurse=0 was not provided. This fuctionality was lost since workdir support was added. (LP: #1619459) * whitespace cleanup. -- Scott Moser Mon, 28 Nov 2016 20:12:51 -0500 ** Changed in: cloud-initramfs-tools (Ubuntu Xenial) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of नेपाली भाषा समायोजकहरुको समूह, which is subscribed to Xenial. Matching subscriptions: Ubuntu 16.04 Bugs https://bugs.launchpad.net/bugs/1493188 Title: "overlayfs" no longer exists Status in cloud-initramfs-tools: Fix Released Status in cloud-utils: Fix Committed Status in cloud-initramfs-tools package in Ubuntu: Fix Released Status in cloud-utils package in Ubuntu: Fix Released Status in cloud-initramfs-tools source package in Xenial: Fix Released Status in cloud-utils source package in Xenial: Confirmed Status in cloud-initramfs-tools source package in Yakkety: Fix Released Bug description: === Begin SRU Template === [Impact] The 16.10 kernel dropped a legacy kernel module alias that allowed usage of the 'overlay' filesystem via name 'overlayfs'. This broke overlayroot as it explicitly tried to to use 'overlayfs' by name in loading of modules and also in entry in /etc/fstab. Without this fix, overlayroot will simply not work on any upstream kernel or Ubuntu kernel of 16.10 (yakkety) or later. [Test Case] Note, not applying proposed as shown in step 3 below will recreate failure. 1.) Start an instance of a cloud image. 2.) get a suitable 4.8 kernel On 16.10 or later, this is already done. On 16.04, we currently need to install the kernel team's PPA to get one. $ sudo apt-add-repository -y ppa:canonical-kernel-team/ppa $ sudo apt update -q && sudo apt install -y linux-virtual-hwe-16.04-edge http://archive.ubuntu.com/ubuntu $rel-proposed main" | $ sudo tee /etc/apt/sources.list.d/proposed.list $ sudo apt update -qy && sudo apt install -qy overlayroot http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/view/head:/overlayroot/scripts/init-bottom/overlayroot [2] http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/revision/115 === End SRU Template === As mentioned in LP: #1411294, it's now called 'overlay' instead of 'overlayfs'. Ubuntu had patched the kernel for compatibility. The Ubuntu kernels as of 4.8 (16.10 kernel) and possibly a bit before no longer have a overlayfs module either. Thus, this is now affecting yakkety. (The original reporter is @~gpo-9.) To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-initramfs-tools/+bug/1493188/+subscriptions ___ Mailing list: https://launchpad.net/~group.of.nepali.translators Post to : group.of.nepali.translators@lists.launchpad.net Unsubscribe : https://launchpad.net/~group.of.nepali.translators More help : https://help.launchpad.net/ListHelp
[Group.of.nepali.translators] [Bug 1493188] Re: "overlayfs" no longer exists
** Changed in: cloud-initramfs-tools Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of नेपाली भाषा समायोजकहरुको समूह, which is subscribed to Xenial. Matching subscriptions: Ubuntu 16.04 Bugs https://bugs.launchpad.net/bugs/1493188 Title: "overlayfs" no longer exists Status in cloud-initramfs-tools: Fix Released Status in cloud-utils: Fix Committed Status in cloud-initramfs-tools package in Ubuntu: Fix Released Status in cloud-utils package in Ubuntu: Fix Released Status in cloud-initramfs-tools source package in Xenial: Confirmed Status in cloud-utils source package in Xenial: Confirmed Status in cloud-initramfs-tools source package in Yakkety: Fix Released Bug description: As mentioned in LP: #1411294, it's now called 'overlay' instead of 'overlayfs'. Ubuntu had patched the kernel for compatibility. The Ubuntu kernels as of 4.8 (16.10 kernel) and possibly a bit before no longer have a overlayfs module either. Thus, this is now affecting yakkety. (The original reporter is @~gpo-9.) To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-initramfs-tools/+bug/1493188/+subscriptions ___ Mailing list: https://launchpad.net/~group.of.nepali.translators Post to : group.of.nepali.translators@lists.launchpad.net Unsubscribe : https://launchpad.net/~group.of.nepali.translators More help : https://help.launchpad.net/ListHelp
[Group.of.nepali.translators] [Bug 1493188] Re: "overlayfs" no longer exists
This bug was fixed in the package cloud-utils - 0.29-0ubuntu4 --- cloud-utils (0.29-0ubuntu4) yakkety; urgency=medium * sync to trunk at revno 303 * mount-image-callback: support 'overlay' filesystem type rather than ubuntu specific 'overlayfs' (LP: #1493188) -- Scott Moser Tue, 27 Sep 2016 21:20:58 -0400 ** Changed in: cloud-utils (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of नेपाली भाषा समायोजकहरुको समूह, which is subscribed to Xenial. Matching subscriptions: Ubuntu 16.04 Bugs https://bugs.launchpad.net/bugs/1493188 Title: "overlayfs" no longer exists Status in cloud-initramfs-tools: Fix Committed Status in cloud-utils: Fix Committed Status in cloud-initramfs-tools package in Ubuntu: Fix Released Status in cloud-utils package in Ubuntu: Fix Released Status in cloud-initramfs-tools source package in Xenial: Confirmed Status in cloud-utils source package in Xenial: Confirmed Status in cloud-initramfs-tools source package in Yakkety: Fix Released Bug description: As mentioned in LP: #1411294, it's now called 'overlay' instead of 'overlayfs'. Ubuntu had patched the kernel for compatibility. The Ubuntu kernels as of 4.8 (16.10 kernel) and possibly a bit before no longer have a overlayfs module either. Thus, this is now affecting yakkety. (The original reporter is @~gpo-9.) To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-initramfs-tools/+bug/1493188/+subscriptions ___ Mailing list: https://launchpad.net/~group.of.nepali.translators Post to : group.of.nepali.translators@lists.launchpad.net Unsubscribe : https://launchpad.net/~group.of.nepali.translators More help : https://help.launchpad.net/ListHelp
[Group.of.nepali.translators] [Bug 1493188] Re: "overlayfs" no longer exists
This bug was fixed in the package cloud-initramfs-tools - 0.29ubuntu1 --- cloud-initramfs-tools (0.29ubuntu1) yakkety; urgency=medium * overlayroot: support 'overlay' filesystem explicitly rather than relying on ubuntu specific kernel module 'overlayfs'. (LP: #1493188) -- Scott Moser Fri, 23 Sep 2016 17:00:37 -0400 ** Changed in: cloud-initramfs-tools (Ubuntu Yakkety) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of नेपाली भाषा समायोजकहरुको समूह, which is subscribed to Xenial. Matching subscriptions: Ubuntu 16.04 Bugs https://bugs.launchpad.net/bugs/1493188 Title: "overlayfs" no longer exists Status in cloud-initramfs-tools: Fix Committed Status in cloud-utils: Confirmed Status in cloud-initramfs-tools package in Ubuntu: Fix Released Status in cloud-utils package in Ubuntu: Confirmed Status in cloud-initramfs-tools source package in Xenial: Confirmed Status in cloud-utils source package in Xenial: Confirmed Status in cloud-initramfs-tools source package in Yakkety: Fix Released Bug description: As mentioned in LP: #1411294, it's now called 'overlay' instead of 'overlayfs'. Ubuntu had patched the kernel for compatibility. The Ubuntu kernels as of 4.8 (16.10 kernel) and possibly a bit before no longer have a overlayfs module either. Thus, this is now affecting yakkety. (The original reporter is @~gpo-9.) To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-initramfs-tools/+bug/1493188/+subscriptions ___ Mailing list: https://launchpad.net/~group.of.nepali.translators Post to : group.of.nepali.translators@lists.launchpad.net Unsubscribe : https://launchpad.net/~group.of.nepali.translators More help : https://help.launchpad.net/ListHelp
[Group.of.nepali.translators] [Bug 1493188] Re: "overlayfs" no longer exists
** Also affects: cloud-utils (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: cloud-initramfs-tools (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: cloud-initramfs-tools (Ubuntu Xenial) Status: New => Confirmed ** Changed in: cloud-initramfs-tools (Ubuntu Xenial) Importance: Undecided => Medium ** Changed in: cloud-utils (Ubuntu Xenial) Status: New => Confirmed ** Changed in: cloud-utils (Ubuntu Xenial) Importance: Undecided => Medium -- You received this bug notification because you are a member of नेपाली भाषा समायोजकहरुको समूह, which is subscribed to Xenial. Matching subscriptions: Ubuntu 16.04 Bugs https://bugs.launchpad.net/bugs/1493188 Title: "overlayfs" no longer exists Status in cloud-initramfs-tools: In Progress Status in cloud-utils: Confirmed Status in cloud-initramfs-tools package in Ubuntu: Confirmed Status in cloud-utils package in Ubuntu: Confirmed Status in cloud-initramfs-tools source package in Xenial: Confirmed Status in cloud-utils source package in Xenial: Confirmed Bug description: As mentioned in LP: #1411294, it's now called 'overlay' instead of 'overlayfs'. Ubuntu had patched the kernel for compatibility. The Ubuntu kernels as of 4.8 (16.10 kernel) and possibly a bit before no longer have a overlayfs module either. Thus, this is now affecting yakkety. (The original reporter is @~gpo-9.) To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-initramfs-tools/+bug/1493188/+subscriptions ___ Mailing list: https://launchpad.net/~group.of.nepali.translators Post to : group.of.nepali.translators@lists.launchpad.net Unsubscribe : https://launchpad.net/~group.of.nepali.translators More help : https://help.launchpad.net/ListHelp