[Bug 1848399] Re: update-grub fails if zpools with unsupported feature_flags exist

2019-11-18 Thread Jean-Baptiste Lallement
** Description changed: - install from Oct 14 live installer failed. + [Description] + If a pool to import update-grub will fail because the import error message is used as the name of the pool. The error is similar to: + + "cannot open 'This': no such pool" when no ZFS pools are available +

[Bug 1848399] Re: update-grub fails if zpools with unsupported feature_flags exist

2019-11-18 Thread Jean-Baptiste Lallement
** Changed in: grub2 (Ubuntu Eoan) Status: New => In Progress ** Changed in: grubzfs-testsuite (Ubuntu Eoan) Status: New => In Progress ** Changed in: grubzfs-testsuite (Ubuntu Eoan) Status: In Progress => Triaged ** Changed in: grubzfs-testsuite (Ubuntu Focal)

[Bug 1848399] Re: update-grub fails if zpools with unsupported feature_flags exist

2019-11-18 Thread Didier Roche
** Also affects: grub2 (Ubuntu Eoan) Importance: Undecided Status: New ** Also affects: grubzfs-testsuite (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1848399] Re: update-grub fails if zpools with unsupported feature_flags exist

2019-11-18 Thread Jean-Baptiste Lallement
Fix in progress. For the testsuite, we cannot reproduce the very same error, however by corrupting the disk we can reproduce a similar case (error message is caught and used as the name of the pool) ** Changed in: grub2 (Ubuntu Focal) Status: Triaged => In Progress -- You received this

[Bug 1848399] Re: update-grub fails if zpools with unsupported feature_flags exist

2019-11-13 Thread Jean-Baptiste Lallement
** Changed in: grub2 (Ubuntu Focal) Importance: High => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848399 Title: update-grub fails if zpools with unsupported feature_flags exist To

[Bug 1848399] Re: update-grub fails if zpools with unsupported feature_flags exist

2019-11-12 Thread Jean-Baptiste Lallement
** No longer affects: ubiquity (Ubuntu) ** No longer affects: zsys (Ubuntu) ** Also affects: grub2 (Ubuntu Focal) Importance: High Assignee: Jean-Baptiste Lallement (jibel) Status: Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1848399] Re: update-grub fails if zpools with unsupported feature_flags exist

2019-11-12 Thread Jean-Baptiste Lallement
** Changed in: grub2 (Ubuntu) Status: Incomplete => Triaged ** Changed in: grub2 (Ubuntu) Importance: Undecided => High ** Changed in: grub2 (Ubuntu) Assignee: (unassigned) => Jean-Baptiste Lallement (jibel) -- You received this bug notification because you are a member of

[Bug 1848399] Re: update-grub fails if zpools with unsupported feature_flags exist

2019-10-17 Thread satmandu
FYI: One can replace the "zpool import -f -a -o cachefile=none -N" line with this: local pipe="/tmp/zpool_pipe" no_import_pools=$(mkfifo ${pipe}; zpool import -f -a -o cachefile=none -N 2> ${pipe} | cut -d \' -f 2 ${pipe}; rm ${pipe}) If one wants a list of the pools which can not be

[Bug 1848399] Re: update-grub fails if zpools with unsupported feature_flags exist

2019-10-17 Thread satmandu
I have log_spacemap enabled. zpool import -f -a -o cachefile=none -N "This pool uses the following feature(s) not supported by this system: com.delphix:log_spacemap (Log metaslab changes on a single spacemap and flush them periodically.) All unsupported features are only required for

[Bug 1848399] Re: update-grub fails if zpools with unsupported feature_flags exist

2019-10-17 Thread Steve Langasek
** Package changed: grub (Ubuntu) => grub2 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848399 Title: update-grub fails if zpools with unsupported feature_flags exist To manage

[Bug 1848399] Re: update-grub fails if zpools with unsupported feature_flags exist

2019-10-17 Thread Didier Roche
waow, do you have features enabled on some pools not supported in our ZFS 0.8.1 version? Would be interesting to know. || true is a little bit too much without filtering what was imported. We can maybe force at least importing a bpool and rpool (whatever it is) to ensure that grub will install a