ZFS is so new to Linux that the paritioning tools we have don't have a
ZFS in the Linux section of GPT partition types. We can find it in
FreeBSD, Solaris, and Apple.

Someone is likely to pick something with Linux in the name like Linux
Filesystem.  That would be wrong for this patch.

The FreeBSD one would be wrong for this patch too.

udev can look at the filesystem information instead of the parition type
id too. So, I suggest a new rule to catch all ZFS partitions by their
contents.


KERNEL=="sd*[0-9]", IMPORT{parent}=="ID_*", ENV{ID_PART_ENTRY_SCHEME}=="gpt", 
ENV{ID_FS_TYPE}=="zfs_member", ENV{ID_FS_USAGE}=="raid", 
SYMLINK+="$env{ID_BUS}-$env{ID_SERIAL}-part%n"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1530953

Title:
  Support GRUB's native root=ZFS=

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to