We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54a26cb + 7bdaed4 commit 58cc2d8Copy full SHA for 58cc2d8
scaleio-executor/executor/pkgmgr/mgr/rexrayProcedural.go
@@ -411,14 +411,15 @@ scaleio:
411
log.Infoln(types.RexRayPackageName, "is already installed")
412
}
413
414
- if rrInst == "" && rrInstErr == nil {
415
- log.Debugln("No previous install of", types.RexRayPackageName,
+ if rrInst == "" {
+ log.Infoln("No previous install of", types.RexRayPackageName,
416
"exists. Reboot required!")
417
log.Infoln("RexraySetup LEAVE")
418
return true, nil
419
420
421
- log.Infoln("RexraySetup Succeeded")
+ log.Infoln("Previous install of", types.RexRayPackageName,
422
+ "exists. No reboot required.")
423
424
return false, nil
425
0 commit comments