]> git.proxmox.com Git - mirror_zfs.git/commit
dracut: skip zfsexpandknoweldge when zfs_devs is present in dracut
authorSavyasachee Jha <savyajha@users.noreply.github.com>
Mon, 28 Feb 2022 22:35:25 +0000 (04:05 +0530)
committerGitHub <noreply@github.com>
Mon, 28 Feb 2022 22:35:25 +0000 (14:35 -0800)
commitb3ab2908554b246b8c6e1adf70d43ba66f47fcdd
treeb9f6539e5e01c27942e1224c95208c09d1fc3cd8
parent9e532d17f36a7483b58d9542562982cfc4ab098b
dracut: skip zfsexpandknoweldge when zfs_devs is present in dracut

PR 1711 (https://github.com/dracutdevs/dracut/pull/1711) adds a zfs_devs
function to dracut to detect the physical devices backing zfs pools. If
this function exists in the version of dracut this module is being
called from, then it does not need to run.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ahelenia ZiemiaƄska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Savyasachee Jha <hi@savyasacheejha.com>
Closes #13121
contrib/dracut/02zfsexpandknowledge/module-setup.sh.in