Go to file
Stoiko Ivanov b48cfd2b15 fix #5288: cherry-pick fix for udev-partition links > 16
If a zvol has more than 15 partitions, the minor device number
exhausts the slot count reserved for partitions next to the zvol
itself. As a result, the minor number cannot be used to determine the
partition number for the higher partition, and doing so results in
wrong named symlinks being generated by udev.

Since the partition number is encoded in the block device name anyway,
let's just extract it from there instead.

For upstream issue and PR discussion see:
https://github.com/openzfs/zfs/pull/15970
https://github.com/openzfs/zfs/issues/15904

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-03-11 13:44:37 +01:00
debian fix #5288: cherry-pick fix for udev-partition links > 16 2024-03-11 13:44:37 +01:00
upstream@c883088df8 update zfs submodule to 2.2.3 and refresh patches 2024-03-11 13:41:25 +01:00
.gitignore add basic gitignore 2023-09-28 15:40:17 +02:00
.gitmodules Move zfs to top-level directory 2019-05-24 12:02:52 +02:00
Makefile buildsys: improve clean target 2023-10-10 15:44:59 +02:00
README update README 2019-02-27 13:46:27 +01:00

Proxmox VE packaging for ZFS on Linux

This is based on code from:

https://salsa.debian.org/zfsonlinux-team/zfs
https://salsa.debian.org/zfsonlinux-team/spl

We removed the dkms/modules related code, because we ship the
modules with the kernel.

For licensing questions, see:

http://open-zfs.org/wiki/Talk:FAQ