Removed spurious grub task.
** No longer affects: grub2 (Ubuntu)
** No longer affects: grub2 (Ubuntu Focal)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1850130
Title:
zpools fai
Howtofixit
1) replace “Exec zfs mount -a” to “Exec zpool import -a” in systemd
service file for zfs
2) uncomment “#zfs” to “zfs” in /lib/modules-load/somefile
3) make snapshot for pool with problems, attach snapshot as pool to
required path
Now I'm not near my laptop so I don't remember exa
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: grub2 (Ubuntu Focal)
Status: New => Confirmed
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: grub2 (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/18501
fardok:
Page not found
This question was removed from Super User for reasons of moderation. Please
refer to the help center for possible explanations why a question might be
removed.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-l
https://superuser.com/questions/1541238/ubuntu-19-10-zfs-lost-pool-
after-reboot
Easy)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1850130
Title:
zpools fail to import after rebo
This bug was fixed in the package zfs-linux - 0.8.3-1ubuntu9
---
zfs-linux (0.8.3-1ubuntu9) focal; urgency=medium
* debian/patches/4000-zsys-support.patch:
- Fix import of external pools by preserving original cache file on zpool
detection imports (LP: #1850130)
-- Didie
** Also affects: grub2 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1850130
Title:
zpools fail to import after reboot on fresh
Hi @ahasenack, I just had a chance to try these.
Not great news.
Firstly with ZFS_POOL_IMPORT="bpool;rpool;extpool"
No effect at all. extpool is still not imported on boot.
Secondly with ZPOOL_IMPORT_ALL_VISIBLE='yes'
Same thing. The third pool does not re-import automatically after a re-
boot
Good to know, thanks. Maybe something in the reboot process is exporting
these extra pools, causing them to be removed from the cache.
Have you guys also tried editing /etc/default/zfs and listing your extra
pool(s) there? Specifically:
# List of pools that SHOULD be imported at boot by the initr
@ahasenack: The disappearing pools were not exported. To reproduce:
* Install with zfs on root option
* Import a third pool
* Reboot
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1850
I've never done that manually. Besides it's clear that the pools aren't
imported by zfs-import-cache.service anyway.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1850130
Title:
zpo
Did you run "zpool export " before rebooting? IIRC that
removes it from the cache file.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1850130
Title:
zpools fail to import after rebo
In other words, boot, import the pool, and reboot without exporting it.
Sorry if you did that already, I just skimmed the bug and jumped to the
last comment.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs
or something, the pools don't seem to be ready for import?
maalis 11 12:31:59 bryant systemd[1]: Starting Import ZFS pools by cache file...
-- Subject: A start job for unit zfs-import-cache.service has begun execution
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A start
so I've looked at the cache file, and indeed it looks like it only has
entries for both bpool and rpool after booting up, and after 'zpool
import data' it gets updated to include that as well
my guess is that it gets overwritten during bootup
--
You received this bug notification because you are
** Changed in: zfs-linux (Ubuntu Focal)
Assignee: (unassigned) => Jean-Baptiste Lallement (jibel)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1850130
Title:
zpools fail to im
** Also affects: zfs-linux (Ubuntu Focal)
Importance: Undecided
Status: Confirmed
** Changed in: zfs-linux (Ubuntu Focal)
Importance: Undecided => High
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
http
This bug also affects the daily builds of focal. Should I start a new
bug report?
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1850130
Title:
zpools fail to import after reboot on
Same problem, but pool did was not attached when system was initialized.
Fresh install of 19.10 using Ubuntu installer with ZFS root. Pool
exported from another system (also running 19.10, but with a "normal"
ext4 boot drive). Attached to new host, imported just fine. Reboot and
pool is not impo
I think there are multiple issues here. If it's just multipath, that
issue should be resolved by adding After=multipathd.service to zfs-
import-{cache,scan}.service.
For other issues, I wonder if this is cache file related. I'd suggest
checking that the cache file exists (I expect it would), and t
And I'm on focal now.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1850130
Title:
zpools fail to import after reboot on fresh install of eoan
Status in zfs-linux package in Ubuntu
I have a local data mirror zpool, and need to import it manually like
others. The system was installed with eoan and zfs on root, the data
mirror was added afterwards.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
ht
@gustypants: Sorry, the other one is scan, not pool. Are you using a
multipath setup? Does the pool import fine if you do it manually once
booted?
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.
Tried adding "After=multipathd.service" to zfs-import-cache.service. Do
not have a zfs-import-pool.service file. Still no mount after reboot.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/b
Try adding "After=multipathd.service" to zfs-import-cache.service and
zfs-import-pool.service. If that fixes it, then we should probably add
that upstream.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.l
I'm seeing the same thing here. Eoan with external mpath array, I have
to manually import the pools on that array whilst other pools more
conventionally presented as physical disks import without issue.
--
You received this bug notification because you are a member of Kernel
Packages, which is s
from what I can see is that its trying to do importing before the disks
have been mapped because /etc/multipath.conf is being read just after
zfs failed
Dec 11 23:04:57 aio systemd[1]: Started Mount ZFS filesystems.
Dec 11 23:04:57 aio systemd[1]: Starting Mount ZFS filesystems...
Dec 11 23:04:57
same worked perfectly 18.04 gone 19.10 this week and now i have to keep
manually importing then restarting mysql service because it could not
access its data ,,
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://b
I have the same problem with my custom install, inherited and upgraded
from my Ubuntu 19.04 system. After each boot I run a small script to
export and import my three pools again. zsys is not installed anymore on
this manual install from early 2019. The system worked without problems
on Ubuntu 19.0
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: zfs-linux (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1
31 matches
Mail list logo