Merge branch 'master' into 14360-dispatch-cloud
[arvados.git] / services / crunch-dispatch-slurm / crunch-dispatch-slurm.go
index 29fad32bd150749d1e1bcb1df696359adbde0a0f..092524d8063b7ea818f99f1fe20f37957c8a2c15 100644 (file)
@@ -197,7 +197,7 @@ func (disp *Dispatcher) run() error {
        defer disp.sqCheck.Stop()
 
        if disp.cluster != nil && len(disp.cluster.InstanceTypes) > 0 {
-               go dispatchcloud.SlurmNodeTypeFeatureKludge(disp.cluster)
+               go SlurmNodeTypeFeatureKludge(disp.cluster)
        }
 
        if _, err := daemon.SdNotify(false, "READY=1"); err != nil {