b48cfd2b15
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> |
||
---|---|---|
debian | ||
upstream@c883088df8 | ||
.gitignore | ||
.gitmodules | ||
Makefile | ||
README |
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