At the end of an upgrade running engine-setup the last message is "[ INFO ] Stage: Termination" It's not clear what that means. I understand what this means, but a customer may believe this is a failure. We can fix this simply by adding an extra INFO messaging saying that upgrade/setup completed successfully
(In reply to Andrew Cathrow from comment #0) > At the end of an upgrade running engine-setup the last message is > > "[ INFO ] Stage: Termination" > > It's not clear what that means. > I understand what this means, but a customer may believe this is a failure. > We can fix this simply by adding an extra INFO messaging saying that > upgrade/setup completed successfully The same infrastructure is used for host-deploy, host-rename, engine-clean, hosted-engine and of course engine setup and upgrade. This is the last stage of sequence (well apart of reboot), we can display any label you want but it should be generic and at the framework we do not actually know what we are used for.
Forgot to mention that this stage is executed regardless of success/failure.
(In reply to Alon Bar-Lev from comment #2) > Forgot to mention that this stage is executed regardless of success/failure. Can we display something like "operation completed successfully" ? Ideally we would replace operation with the appropriate use (upgrade, etc) - is that possible?
(In reply to Andrew Cathrow from comment #3) > (In reply to Alon Bar-Lev from comment #2) > > Forgot to mention that this stage is executed regardless of success/failure. > > > Can we display something like "operation completed successfully" ? No... see above... this stage is executed regardless of success failure. > Ideally we would replace operation with the appropriate use (upgrade, etc) - > is that possible? Of course we can, but I try to avoid extra complexity at the core (otopi), it does not currently know what is happening. Maybe best to just remove this message? I can add silents rules... Or, I can add another message after the termination with the message you want. It will look like: [ INFO ] Stage: Termination [ INFO ] {action} completed successfully action ::= setup|cleanup|upgrade|rename
(In reply to Alon Bar-Lev from comment #4) > > Or, I can add another message after the termination with the message you > want. It will look like: > > [ INFO ] Stage: Termination > [ INFO ] {action} completed successfully > > action ::= setup|cleanup|upgrade|rename Yes please.
[ INFO ] Stage: Clean up [ INFO ] Stage: Pre-termination [ INFO ] Stage: Termination [ INFO ] Execution of upgrade completed successfully [ INFO ] Stage: Clean up [ INFO ] Stage: Pre-termination [ INFO ] Stage: Termination [ ERROR ] Execution of upgrade failed
Closing - RHEV 3.3 Released