This site best when viewed with a modern standards-compliant browser. We recommend Firefox Get Firefox!.

Linux-HA project logo
Providing Open Source High-Availability Software for Linux and other OSes since 1999.

USA Flag UK Flag

Japanese Flag

Homepage

About Us

Contact Us

Legal Info

How To Contribute

Security Issues

21 December 2007 Heartbeat release 2.1.3 is now out Download it and install it!

11 October 2007 NEW educational HA/DR Blog hosted by Alan Robertson

9 April 2007 Check out the Cool Heartbeat Screencasts: Installation, Intro to the GUI Part of the Heartbeat Education project

Last site update:
2008-05-17 16:25:23

Rolling Upgrade

A Rolling Upgrade is an upgrade which proceeds through a cluster one node at a time. The fundamental rule of a Rolling Upgrade is that the cluster as a whole is never shut down. That is, even though individual machines are rebooted, or services migrated from one machine to another, the cluster itself never stops providing service.

Small service interruptions may be observed, but since the cluster as a whole never shuts down, service remains basically uninterrupted throughout the upgrade process. During a Rolling Upgrade, all resources remain at all times under the supervision of the LocalResourceManager and the ClusterResourceManager.

This is the model which Heartbeat has used for all its upgrades up until the present time.

This is several steps short of the more complex and risky TransparentUpgrade -- in which no service interruption is visible at all, but the resources run for period of time not under supervision.

See Also

TransparentUpgrade