[Touch-packages] [Bug 1737592] Re: no zfs module in initramfs

2018-01-17 Thread Scott Moser
closer.
still need artful to be updated. but seems like next build would do that.

$ for f in *-initrd; do echo == $f ==; lsinitramfs $f | grep zfs; done
== artful-20180109-initrd ==
== bionic-20180115.1-initrd ==
lib/modules/4.13.0-25-generic/kernel/zfs
lib/modules/4.13.0-25-generic/kernel/zfs/spl
lib/modules/4.13.0-25-generic/kernel/zfs/spl/spl.ko
lib/modules/4.13.0-25-generic/kernel/zfs/unicode
lib/modules/4.13.0-25-generic/kernel/zfs/unicode/zunicode.ko
lib/modules/4.13.0-25-generic/kernel/zfs/nvpair
lib/modules/4.13.0-25-generic/kernel/zfs/nvpair/znvpair.ko
lib/modules/4.13.0-25-generic/kernel/zfs/zcommon
lib/modules/4.13.0-25-generic/kernel/zfs/zcommon/zcommon.ko
lib/modules/4.13.0-25-generic/kernel/zfs/zfs
lib/modules/4.13.0-25-generic/kernel/zfs/zfs/zfs.ko
lib/modules/4.13.0-25-generic/kernel/zfs/avl
lib/modules/4.13.0-25-generic/kernel/zfs/avl/zavl.ko
== xenial-20180112-initrd ==
lib/modules/4.4.0-109-generic/kernel/zfs
lib/modules/4.4.0-109-generic/kernel/zfs/spl
lib/modules/4.4.0-109-generic/kernel/zfs/spl/spl.ko
lib/modules/4.4.0-109-generic/kernel/zfs/unicode
lib/modules/4.4.0-109-generic/kernel/zfs/unicode/zunicode.ko
lib/modules/4.4.0-109-generic/kernel/zfs/nvpair
lib/modules/4.4.0-109-generic/kernel/zfs/nvpair/znvpair.ko
lib/modules/4.4.0-109-generic/kernel/zfs/zcommon
lib/modules/4.4.0-109-generic/kernel/zfs/zcommon/zcommon.ko
lib/modules/4.4.0-109-generic/kernel/zfs/zfs
lib/modules/4.4.0-109-generic/kernel/zfs/zfs/zfs.ko
lib/modules/4.4.0-109-generic/kernel/zfs/avl
lib/modules/4.4.0-109-generic/kernel/zfs/avl/zavl.ko
== yakkety-20170719.1-initrd ==
== zesty-20171219-initrd ==

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1737592

Title:
  no zfs module in initramfs

Status in maas-images:
  Fix Committed
Status in initramfs-tools package in Ubuntu:
  Invalid

Bug description:
  zfs support exists in Ubuntu kernels for 16.04 and later, but the
  default initramfs build does not include this module.

  Other common filesystems are included.

  As a small piece of information:
  $ du -hs /lib/modules/4.13.0-17-generic/kernel/zfs/
  3.2M  /lib/modules/4.13.0-17-generic/kernel/zfs/


  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: initramfs-tools-core 0.125ubuntu12
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.8-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec 11 13:05:15 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (872 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas-images/+bug/1737592/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1737592] Re: no zfs module in initramfs

2018-01-10 Thread Scott Moser
Well, I went looking to verify this. We got builds out of artful and
xenial today (20180109).


$ usquery maas3-daily --max=1 ftype=boot-initrd arch=amd64 subarch~ga- \
   kpackage~generic \
   --output-format='%(release)s %(version_name)s %(path)s %(item_url)s' |
 while read rel ver path url; do \
out="$rel-$ver-initrd";
[ -f "$out" ] && continue; 
wget "$url" -O "$out.tmp" || break;
mv "$out.tmp" "$out"; done

$ for f in *-initrd; do echo == $f ==; lsinitramfs $f | grep zfs; done
== artful-20180109-initrd ==
== bionic-20180101-initrd ==
== xenial-20180109-initrd ==
== yakkety-20170719.1-initrd ==
== zesty-20171219-initrd ==

I was hoping that xenial and artful would have the modules now.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1737592

Title:
  no zfs module in initramfs

Status in maas-images:
  Fix Committed
Status in initramfs-tools package in Ubuntu:
  Invalid

Bug description:
  zfs support exists in Ubuntu kernels for 16.04 and later, but the
  default initramfs build does not include this module.

  Other common filesystems are included.

  As a small piece of information:
  $ du -hs /lib/modules/4.13.0-17-generic/kernel/zfs/
  3.2M  /lib/modules/4.13.0-17-generic/kernel/zfs/


  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: initramfs-tools-core 0.125ubuntu12
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.8-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec 11 13:05:15 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (872 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas-images/+bug/1737592/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1737592] Re: no zfs module in initramfs

2018-01-04 Thread Scott Moser
** Changed in: maas-images
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1737592

Title:
  no zfs module in initramfs

Status in maas-images:
  Fix Committed
Status in initramfs-tools package in Ubuntu:
  Invalid

Bug description:
  zfs support exists in Ubuntu kernels for 16.04 and later, but the
  default initramfs build does not include this module.

  Other common filesystems are included.

  As a small piece of information:
  $ du -hs /lib/modules/4.13.0-17-generic/kernel/zfs/
  3.2M  /lib/modules/4.13.0-17-generic/kernel/zfs/


  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: initramfs-tools-core 0.125ubuntu12
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.8-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec 11 13:05:15 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (872 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas-images/+bug/1737592/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1737592] Re: no zfs module in initramfs

2018-01-04 Thread Launchpad Bug Tracker
** Branch linked: lp:maas-images

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1737592

Title:
  no zfs module in initramfs

Status in maas-images:
  Confirmed
Status in initramfs-tools package in Ubuntu:
  Invalid

Bug description:
  zfs support exists in Ubuntu kernels for 16.04 and later, but the
  default initramfs build does not include this module.

  Other common filesystems are included.

  As a small piece of information:
  $ du -hs /lib/modules/4.13.0-17-generic/kernel/zfs/
  3.2M  /lib/modules/4.13.0-17-generic/kernel/zfs/


  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: initramfs-tools-core 0.125ubuntu12
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.8-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec 11 13:05:15 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (872 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas-images/+bug/1737592/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1737592] Re: no zfs module in initramfs

2017-12-21 Thread Ryan Harper
Testing a zfsroot deploy without zfs present, curtin will trigger an
install of the full linux-image-generic package during the install deps
check.

This produces this output:

[7.696444] cloud-init[1214]: Cloud-init v. 17.1 running 'modules:config' at 
Thu, 21 Dec 2017 21:39:54 +. Up 6.72 seconds.
[^[[0;32m  OK  ^[[0m] Started Apply the settings specified in cloud-config.
 Starting Execute cloud user/final scripts...
[8.616435] cloud-init[1435]: Hit:1 http://archive.ubuntu.com/ubuntu xenial 
InRelease
[8.672908] cloud-init[1435]: Get:2 http://security.ubuntu.com/ubuntu 
xenial-security InRelease [102 kB]
[8.674883] cloud-init[1435]: Get:3 http://archive.ubuntu.com/ubuntu 
xenial-updates InRelease [102 kB]
[8.928164] cloud-init[1435]: Get:4 http://archive.ubuntu.com/ubuntu 
xenial-backports InRelease [102 kB]
[8.995416] cloud-init[1435]: Get:5 http://archive.ubuntu.com/ubuntu 
xenial/universe amd64 Packages [7532 kB]
[9.080891] cloud-init[1435]: Get:6 http://security.ubuntu.com/ubuntu 
xenial-security/main amd64 Packages [409 kB]
[9.283115] cloud-init[1435]: Get:7 http://security.ubuntu.com/ubuntu 
xenial-security/universe amd64 Packages [191 kB]
[9.350155] cloud-init[1435]: Get:8 http://security.ubuntu.com/ubuntu 
xenial-security/multiverse amd64 Packages [3208 B]
[9.442908] cloud-init[1435]: Get:9 http://archive.ubuntu.com/ubuntu 
xenial/multiverse amd64 Packages [144 kB]
[9.516022] cloud-init[1435]: Get:10 http://archive.ubuntu.com/ubuntu 
xenial-updates/main amd64 Packages [683 kB]
[9.579850] cloud-init[1435]: Get:11 http://archive.ubuntu.com/ubuntu 
xenial-updates/universe amd64 Packages [566 kB]
[9.652460] cloud-init[1435]: Get:12 http://archive.ubuntu.com/ubuntu 
xenial-updates/multiverse amd64 Packages [16.2 kB]
[9.716868] cloud-init[1435]: Get:13 http://archive.ubuntu.com/ubuntu 
xenial-backports/main amd64 Packages [4836 B]
[9.780898] cloud-init[1435]: Get:14 http://archive.ubuntu.com/ubuntu 
xenial-backports/universe amd64 Packages [6612 B]
[   10.718880] cloud-init[1435]: Fetched 9861 kB in 2s (4415 kB/s)
[   11.385174] cloud-init[1435]: Reading package lists...
[   11.449013] cloud-init[1435]: Reading package lists...
[   11.561550] cloud-init[1435]: Building dependency tree...
[   11.563580] cloud-init[1435]: Reading state information...
[   11.664585] cloud-init[1435]: The following package was automatically 
installed and is no longer required:
[   11.666506] cloud-init[1435]:   libfreetype6
[   11.667620] cloud-init[1435]: Use 'apt autoremove' to remove it.
[   11.669035] cloud-init[1435]: The following additional packages will be 
installed:
[   11.670778] cloud-init[1435]:   libnvpair1linux libuutil1linux libzfs2linux 
libzpool2linux zfs-doc
[   11.672519] cloud-init[1435]: Suggested packages:
[   11.673680] cloud-init[1435]:   fdutils linux-doc-4.4.0 | linux-source-4.4.0 
linux-tools
[   11.675245] cloud-init[1435]:   linux-headers-4.4.0-103-generic 
samba-common-bin nfs-kernel-server
[   11.676981] cloud-init[1435]:   zfs-initramfs
[   11.678095] cloud-init[1435]: Recommended packages:
[   11.679275] cloud-init[1435]:   grub-pc | grub-efi-amd64 | grub-efi-ia32 | 
grub | lilo zfs-zed
[   11.680847] cloud-init[1435]: The following NEW packages will be installed:
[   11.681995] cloud-init[1435]:   libnvpair1linux libuutil1linux libzfs2linux 
libzpool2linux
[   11.683237] cloud-init[1435]:   linux-image-4.4.0-103-generic zfs-doc 
zfsutils-linux
[   11.811514] cloud-init[1435]: 0 upgraded, 7 newly installed, 0 to remove and 
8 not upgraded.
[   11.813829] cloud-init[1435]: Need to get 22.8 MB of archives.
[   11.815138] cloud-init[1435]: After this operation, 69.7 MB of additional 
disk space will be used.


Using an initrd produced from this branch, the same dep check path shows:

[8.078240] cloud-init[1225]: Cloud-init v. 17.1 running 'modules:config' at 
Thu, 21 Dec 2017 21:06:17 +. Up 7.10 seconds.
[^[[0;32m  OK  ^[[0m] Started Apply the settings specified in cloud-config.
 Starting Execute cloud user/final scripts...
[9.099855] cloud-init[1430]: Hit:1 http://archive.ubuntu.com/ubuntu xenial 
InRelease
[9.102304] cloud-init[1430]: Get:2 http://security.ubuntu.com/ubuntu 
xenial-security InRelease [102 kB]
[9.156567] cloud-init[1430]: Get:3 http://archive.ubuntu.com/ubuntu 
xenial-updates InRelease [102 kB]
[9.412186] cloud-init[1430]: Get:4 http://archive.ubuntu.com/ubuntu 
xenial-backports InRelease [102 kB]
[9.443453] cloud-init[1430]: Get:5 http://security.ubuntu.com/ubuntu 
xenial-security/main amd64 Packages [409 kB]
[9.483278] cloud-init[1430]: Get:6 http://archive.ubuntu.com/ubuntu 
xenial/universe amd64 Packages [7532 kB]
[9.637120] cloud-init[1430]: Get:7 http://security.ubuntu.com/ubuntu 
xenial-security/universe amd64 Packages [191 kB]
[9.701364] cloud-init[1430]: Get:8 http://security.ubuntu.com/ubuntu 
xenial-security/multiverse amd64 Packages [3208 B]
[  

[Touch-packages] [Bug 1737592] Re: no zfs module in initramfs

2017-12-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/maas-images/trunk.add-zfs

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1737592

Title:
  no zfs module in initramfs

Status in maas-images:
  Confirmed
Status in initramfs-tools package in Ubuntu:
  Invalid

Bug description:
  zfs support exists in Ubuntu kernels for 16.04 and later, but the
  default initramfs build does not include this module.

  Other common filesystems are included.

  As a small piece of information:
  $ du -hs /lib/modules/4.13.0-17-generic/kernel/zfs/
  3.2M  /lib/modules/4.13.0-17-generic/kernel/zfs/


  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: initramfs-tools-core 0.125ubuntu12
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.8-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec 11 13:05:15 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (872 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas-images/+bug/1737592/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1737592] Re: no zfs module in initramfs

2017-12-13 Thread Scott Moser
** Changed in: maas-images
   Status: New => Confirmed

** Changed in: maas-images
   Importance: Undecided => Medium

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1737592

Title:
  no zfs module in initramfs

Status in maas-images:
  Confirmed
Status in initramfs-tools package in Ubuntu:
  Invalid

Bug description:
  zfs support exists in Ubuntu kernels for 16.04 and later, but the
  default initramfs build does not include this module.

  Other common filesystems are included.

  As a small piece of information:
  $ du -hs /lib/modules/4.13.0-17-generic/kernel/zfs/
  3.2M  /lib/modules/4.13.0-17-generic/kernel/zfs/


  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: initramfs-tools-core 0.125ubuntu12
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.8-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec 11 13:05:15 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (872 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas-images/+bug/1737592/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1737592] Re: no zfs module in initramfs

2017-12-13 Thread Scott Moser
** Also affects: maas-images
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1737592

Title:
  no zfs module in initramfs

Status in maas-images:
  New
Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  zfs support exists in Ubuntu kernels for 16.04 and later, but the
  default initramfs build does not include this module.

  Other common filesystems are included.

  As a small piece of information:
  $ du -hs /lib/modules/4.13.0-17-generic/kernel/zfs/
  3.2M  /lib/modules/4.13.0-17-generic/kernel/zfs/


  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: initramfs-tools-core 0.125ubuntu12
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.8-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec 11 13:05:15 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (872 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas-images/+bug/1737592/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1737592] Re: no zfs module in initramfs

2017-12-11 Thread Scott Moser
Adding this to maas-images would look like this:
 http://paste.ubuntu.com/26165463/

but we'd avoid that as if zfs is officially supported, then it might as
well be in the default initramfs.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1737592

Title:
  no zfs module in initramfs

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  zfs support exists in Ubuntu kernels for 16.04 and later, but the
  default initramfs build does not include this module.

  Other common filesystems are included.

  As a small piece of information:
  $ du -hs /lib/modules/4.13.0-17-generic/kernel/zfs/
  3.2M  /lib/modules/4.13.0-17-generic/kernel/zfs/


  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: initramfs-tools-core 0.125ubuntu12
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.8-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec 11 13:05:15 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (872 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1737592/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1737592] Re: no zfs module in initramfs

2017-12-11 Thread Scott Moser
As a work around you can specifically add the zfs module (if its in your
kernel) with:

$ cat /etc/initramfs-tools/hooks/zfs
#!/bin/sh
. /usr/share/initramfs-tools/hook-functions

manual_add_modules zfs

$ update-initramfs -u -k all

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1737592

Title:
  no zfs module in initramfs

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  zfs support exists in Ubuntu kernels for 16.04 and later, but the
  default initramfs build does not include this module.

  Other common filesystems are included.

  As a small piece of information:
  $ du -hs /lib/modules/4.13.0-17-generic/kernel/zfs/
  3.2M  /lib/modules/4.13.0-17-generic/kernel/zfs/


  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: initramfs-tools-core 0.125ubuntu12
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.8-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec 11 13:05:15 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (872 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1737592/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1737592] Re: no zfs module in initramfs

2017-12-11 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~smoser/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/335046

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1737592

Title:
  no zfs module in initramfs

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  zfs support exists in Ubuntu kernels for 16.04 and later, but the
  default initramfs build does not include this module.

  Other common filesystems are included.

  As a small piece of information:
  $ du -hs /lib/modules/4.13.0-17-generic/kernel/zfs/
  3.2M  /lib/modules/4.13.0-17-generic/kernel/zfs/


  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: initramfs-tools-core 0.125ubuntu12
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.8-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec 11 13:05:15 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (872 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1737592/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp