]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.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)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 9 Dec 2022 18:42:46 +0000 (10:42 -0800)
commit8f7826f73b29e36e3f175ac5c0a1506d09e07ad2
tree51c9e027753b2538182d66b69faeffadc41d0c05
parent21bd7661334cd865d17934bebbcaf8d3356279ee
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