-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initramfs doesn't activate LVM volume groups before looking for zpools #102
Labels
Comments
benalbrecht
added a commit
to benalbrecht/zfs
that referenced
this issue
Nov 20, 2015
benalbrecht
added a commit
to benalbrecht/zfs
that referenced
this issue
Dec 16, 2015
kernelOfTruth
pushed a commit
to kernelOfTruth/zfs
that referenced
this issue
Dec 22, 2015
Original-patch-by: @jgoerzen Signed-off-by: Benjamin Albrecht <git@albrecht.io> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes zfsonlinux/pkg-zfs#102 Closes openzfs#4029
ryao
pushed a commit
to ryao/zfs
that referenced
this issue
Jan 4, 2016
Original-patch-by: @jgoerzen Signed-off-by: Benjamin Albrecht <git@albrecht.io> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes zfsonlinux/pkg-zfs#102 Closes openzfs#4029
goulvenriou
pushed a commit
to Alyseo/zfs
that referenced
this issue
Jan 17, 2016
Original-patch-by: @jgoerzen Signed-off-by: Benjamin Albrecht <git@albrecht.io> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes zfsonlinux/pkg-zfs#102 Closes openzfs#4029
goulvenriou
pushed a commit
to Alyseo/zfs
that referenced
this issue
Feb 4, 2016
Original-patch-by: @jgoerzen Signed-off-by: Benjamin Albrecht <git@albrecht.io> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes zfsonlinux/pkg-zfs#102 Closes openzfs#4029
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The situation here is an rpool atop an LVM volume group. The zfs-initramfs scripts do not properly activate LVM volume groups before probing for zpools.
The activate_vg() and udev_settle() functions in /usr/share/initramfs-tools/scripts/local-top/cryptroot are instructive. Over at http://wiki.complete.org/ConvertingToZFS#If_rpool_is_on_LVM:_initramfs_bug_workaround I have posted a workaround script people can add to local-top that will get a ZFS root pool atop LVM working. It begins with #!/bin/bash, but github seems to be mucking with that line.
The text was updated successfully, but these errors were encountered: