client: batch initial fingerprinting in plugin manangers

drivermanager: fix pr comments/feedback
This commit is contained in:
Nick Ethier
2018-12-13 01:41:44 -05:00
parent 2f010a2f25
commit 331793e283
9 changed files with 392 additions and 181 deletions

View File

@@ -567,7 +567,7 @@ func (tr *TaskRunner) runDriver() error {
//XXX Evaluate and encode driver config
// Register an event handler with the diver mananger to emit task events
// Register an event handler with the driver manager to emit task events
tr.driverManager.RegisterEventHandler(tr.Task().Driver, taskConfig.ID, tr.handleTaskEvent)
// If there's already a task handle (eg from a Restore) there's nothing