Open
Description
Description
Some follow-up work identified in #49990
Change looks good to me; we should probably look at rolling this into
daemon.NewDaemon
, as there's some validation and setup steps being performed in that function as well (and possibly adjusting of config options), so possibly this should go after that;Lines 763 to 78 7BBC 3 in b87aecc
and
For a follow up -- perhaps we should consider a centralized function to register all available device drivers. Currently it's a bit inconsistent because the
nvidia
driver initializes itself viafunc init
and the CDI is registered manually (because it needs a feature flag check).