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

Rolling Pool Update: check/handle HA/load balancing #5711

Closed
olivierlambert opened this issue Apr 4, 2021 · 0 comments · Fixed by #6089
Closed

Rolling Pool Update: check/handle HA/load balancing #5711

olivierlambert opened this issue Apr 4, 2021 · 0 comments · Fixed by #6089
Assignees

Comments

@olivierlambert
Copy link
Member

olivierlambert commented Apr 4, 2021

As Citrix doc said, we MUST disable HA before doing RPU.

Before starting an upgrade, the wizard conducts a series of prechecks to ensure that certain pool-wide features, such as HA and WLB, are temporarily disabled and that each host in the pool is prepared for upgrade (for example, that the CD/DVD drive of each host is empty)

https://docs.citrix.com/en-us/xencenter/7-1/upgrade.html

In our case, we should add that:

  1. In the modal asking for confirmation, if we detect HA, we should add a sentence that HA will be de-activated until the RPU is done
  2. If we confirm to make the RPU, then XO should disable HA before doing updates and reboot/evacuate
  3. When the RPU is finished, we should re-enable HA

I don't know if we already check about removing CD drives (but we probably should)

Lastly, we might have to disable our load balancing plugin during the operation (and re-enable it after).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants