Comment 0 for bug 1932081

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

[Impact]

 * Disable hv-kvp-daemon.service on certain instance types. As requested for some azure instance types, hv-kvp-daemon is prohibited from starting, and currently it takes a long time to come up and fail. Configure to disable the service on those instances. At the moment, we can key off kernel command line to detect those.

[Test Plan]

 * Boot preview image in azure
 * Check that hv-kvp-daemon.service is not running

[Where problems could occur]

 * The conditions/detection could have been more specific as to when the daemon is pointless to run. Thus key-off kernel commandline is good enough for now, but may require changes in the future.