K 10 svn:author V 6 kevans K 8 svn:date V 27 2022-02-12T16:48:16.678272Z K 7 svn:log V 772 Annotate geom_md with MODULE_VERSION This was missed in 74d6c131cbe2 where other geom modules were annotated with MODULE_VERSION. Again, the problem is the same: we can't detect that geom_md is loaded into the kernel without it. This was noticed in release builds on the cluster; mdconfig attempts to load geom_md because it can't detect it in the kernel, but the cluster config includes md(4) and does not build the kmod. This problem would have been masked on hosts with the kmod built, as the kmod attempts to register the g_md module and fails. With this commit, mdconfig would not even try to load it again. (cherry picked from commit b9c92d631cfb06c12b0d2d9ad29a9f3f0b856237) Git Hash: b36a4ee6687b1407a6eeceda7d33e85d4b72a130 Git Author: kevans@FreeBSD.org END