Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display a warning when a pool is in upgrade state #7059

Closed
olivierlambert opened this issue Sep 27, 2023 · 0 comments · Fixed by #7280 or #7293
Closed

Display a warning when a pool is in upgrade state #7059

olivierlambert opened this issue Sep 27, 2023 · 0 comments · Fixed by #7280 or #7293

Comments

@olivierlambert
Copy link
Member

olivierlambert commented Sep 27, 2023

We must be sure that one understands a "half upgraded" pool is dangerous and should be finished ASAP.

What to detect

If a master got a higher version than any slave in the pool, we should raise an alert in the UI

What to display

  1. Home/Pool view and Home/host view: using the current warning system
  2. Inside the pool view and the host view: probably on the bottom in the General tab

Extra note: works in an update process too. If the master was updated but NOT reboot, rebooting a slave should trigger a warming too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment