Activity log for bug #1769937

Date Who What changed Old value New value Message
2018-05-08 16:09:46 Prakash Surya bug added bug
2018-05-08 16:10:33 Prakash Surya bug added subscriber Colin Ian King
2018-05-08 16:50:20 Launchpad Janitor zfs-linux (Ubuntu): status New Confirmed
2018-05-08 16:50:53 Matthew Ahrens bug added subscriber Matthew Ahrens
2018-07-17 12:14:14 Colin Ian King zfs-linux (Ubuntu): status Confirmed In Progress
2018-07-17 12:14:17 Colin Ian King zfs-linux (Ubuntu): importance Undecided High
2018-07-17 12:14:19 Colin Ian King zfs-linux (Ubuntu): importance High Medium
2018-07-17 12:14:20 Colin Ian King zfs-linux (Ubuntu): assignee Colin Ian King (colin-king)
2018-09-12 16:03:43 Colin Ian King nominated for series Ubuntu Xenial
2018-09-12 16:03:43 Colin Ian King bug task added zfs-linux (Ubuntu Xenial)
2018-09-12 16:03:43 Colin Ian King nominated for series Ubuntu Cosmic
2018-09-12 16:03:43 Colin Ian King bug task added zfs-linux (Ubuntu Cosmic)
2018-09-12 16:03:43 Colin Ian King nominated for series Ubuntu Bionic
2018-09-12 16:03:43 Colin Ian King bug task added zfs-linux (Ubuntu Bionic)
2018-09-12 16:04:05 Colin Ian King bug task added linux (Ubuntu)
2018-09-12 16:04:14 Colin Ian King linux (Ubuntu Cosmic): assignee Colin Ian King (colin-king)
2018-09-12 16:04:16 Colin Ian King zfs-linux (Ubuntu Bionic): assignee Colin Ian King (colin-king)
2018-09-12 16:04:17 Colin Ian King zfs-linux (Ubuntu Xenial): assignee Colin Ian King (colin-king)
2018-09-12 16:04:19 Colin Ian King linux (Ubuntu Bionic): assignee Colin Ian King (colin-king)
2018-09-12 16:04:20 Colin Ian King linux (Ubuntu Xenial): assignee Colin Ian King (colin-king)
2018-09-12 16:04:23 Colin Ian King zfs-linux (Ubuntu Bionic): importance Undecided Medium
2018-09-12 16:04:25 Colin Ian King zfs-linux (Ubuntu Xenial): importance Undecided Medium
2018-09-12 16:04:28 Colin Ian King linux (Ubuntu Cosmic): importance Undecided Medium
2018-09-12 16:04:29 Colin Ian King linux (Ubuntu Bionic): importance Undecided Medium
2018-09-12 16:04:31 Colin Ian King linux (Ubuntu Xenial): importance Undecided Medium
2018-09-12 16:30:06 Ubuntu Kernel Bot linux (Ubuntu): status New Incomplete
2018-09-12 16:30:08 Ubuntu Kernel Bot linux (Ubuntu Bionic): status New Incomplete
2018-09-12 16:30:10 Ubuntu Kernel Bot linux (Ubuntu Xenial): status New Incomplete
2018-09-12 17:02:01 Colin Ian King description When creating a pool with the -t option on Ubuntu 18.04 LTS, it will report an error and return a non-zero exit code, but the pool appears to be successfully created. For example: # zpool create -O canmount=off -O mountpoint=none -R /mnt/rpool-25582 -t rpool-25582 rpool /dev/mapper/loop2p1 cannot create 'rpool': no such pool or dataset # zpool list NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT rpool-25582 69.5G 92.5K 69.5G - 0% 0% 1.00x ONLINE /mnt/rpool-25582 # zpool export rpool-25582 # zpool import rpool # zpool list NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT rpool 69.5G 134K 69.5G - 0% 0% 1.00x ONLINE - I opened an upstream bug against ZFS on Linux, here: https://github.com/zfsonlinux/zfs/issues/7502 And it has been recently fixed, here: https://github.com/zfsonlinux/zfs/pull/7509 Can this upstream fix be pulled into the Ubuntu 18.04 LTS packages? Thanks, Prakash == SRU Justification, Xenial, Bionic == Bug: When creating a pool with the -t option on Ubuntu 18.04 LTS, it will report an error and return a non-zero exit code, but the pool appears to be successfully created. For example: # zpool create -O canmount=off -O mountpoint=none -R /mnt/rpool-25582 -t rpool-25582 rpool /dev/mapper/loop2p1 cannot create 'rpool': no such pool or dataset # zpool list NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT rpool-25582 69.5G 92.5K 69.5G - 0% 0% 1.00x ONLINE /mnt/rpool-25582 # zpool export rpool-25582 # zpool import rpool # zpool list NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT rpool 69.5G 134K 69.5G - 0% 0% 1.00x ONLINE - I opened an upstream bug against ZFS on Linux, here: https://github.com/zfsonlinux/zfs/issues/7502 And it has been recently fixed, here: https://github.com/zfsonlinux/zfs/pull/7509 Can this upstream fix be pulled into the Ubuntu 18.04 LTS packages? Thanks, Prakash == Fix == Upstream zfs commit 4ceb8dd6fdfd ("Fix 'zpool create -t <tempname>'") == Test == Without the fix, creating a pool with -t will show an error message such as: "cannot create 'rpool': no such pool or dataset" and will return an error number even though it successfully created the pool. With the fix, the error is not shown and it exits with 0. E.g. pool create -O canmount=off -O mountpoint=none -R /mnt/rpool-25582 -t rpool-25582 rpool /dev/mapper/loop2p1 cannot create 'rpool': no such pool or dataset == Regression Potential == Small. This is an upstream fix that is know to fix the error. There are no known subsequent changes to the fix hence suggesting it is a good fix. The change is very limited and testing shows it does not break any of the kernel team's ZFS regression testing.
2018-09-13 18:57:08 Seth Forshee linux (Ubuntu Cosmic): status Incomplete Fix Committed
2018-09-14 11:24:25 Launchpad Janitor zfs-linux (Ubuntu Cosmic): status In Progress Fix Released
2018-09-27 10:53:13 Łukasz Zemczak zfs-linux (Ubuntu Bionic): status New Fix Committed
2018-09-27 10:53:16 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2018-09-27 10:53:19 Łukasz Zemczak bug added subscriber SRU Verification
2018-10-01 13:25:42 Stefan Bader linux (Ubuntu Bionic): status Incomplete Fix Committed
2018-10-03 17:33:43 Brad Figg tags verification-needed-bionic
2018-10-03 20:32:42 Prakash Surya tags verification-needed-bionic verification-done-bionic
2018-10-04 11:10:02 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2018-10-04 11:10:27 Launchpad Janitor zfs-linux (Ubuntu Bionic): status Fix Committed Fix Released
2018-10-12 13:48:54 Launchpad Janitor linux (Ubuntu Cosmic): status Fix Committed Fix Released
2018-10-12 13:48:54 Launchpad Janitor cve linked 2018-14633
2018-10-12 13:48:54 Launchpad Janitor cve linked 2018-5391
2018-10-19 14:53:17 Kleber Sacilotto de Souza linux (Ubuntu Xenial): status Incomplete Fix Committed
2018-10-22 15:58:43 Launchpad Janitor linux (Ubuntu Bionic): status Fix Committed Fix Released
2018-10-25 08:04:35 Brad Figg tags verification-done-bionic verification-done-bionic verification-needed-xenial
2018-10-25 09:11:04 Colin Ian King tags verification-done-bionic verification-needed-xenial verification-done-bionic verification-done-xenial
2018-10-29 22:29:27 Brian Murray zfs-linux (Ubuntu Xenial): status New Fix Committed
2018-10-29 22:29:31 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2018-11-06 17:45:37 Launchpad Janitor zfs-linux (Ubuntu Xenial): status Fix Committed Fix Released
2018-11-13 17:53:26 Launchpad Janitor linux (Ubuntu Xenial): status Fix Committed Fix Released
2018-11-13 17:53:26 Launchpad Janitor cve linked 2018-7755
2018-11-13 17:53:25 Launchpad Janitor linux (Ubuntu Xenial): status Fix Committed Fix Released
2019-07-24 21:09:11 Brad Figg tags verification-done-bionic verification-done-xenial cscc verification-done-bionic verification-done-xenial