Merge "Patching on Debian: Additional configs + orchestration support"
This commit is contained in:
commit
5380c6e37e
@ -44,7 +44,7 @@ You cannot successfully create an update \(patch\) strategy if any hosts show
|
|||||||
**Patch Current** = **Pending**, indicating that the update status of these
|
**Patch Current** = **Pending**, indicating that the update status of these
|
||||||
hosts has not yet been updated. The creation attempt fails, and you must try
|
hosts has not yet been updated. The creation attempt fails, and you must try
|
||||||
again. You can use :command:`sw-patch query-hosts` to review the current update
|
again. You can use :command:`sw-patch query-hosts` to review the current update
|
||||||
status before creating a update strategy.
|
status before creating an update strategy.
|
||||||
|
|
||||||
.. rubric:: |proc|
|
.. rubric:: |proc|
|
||||||
|
|
||||||
@ -63,10 +63,10 @@ status before creating a update strategy.
|
|||||||
:height: 365px
|
:height: 365px
|
||||||
:width: 475px
|
:width: 475px
|
||||||
|
|
||||||
#. Create a update strategy by specifying settings for the parameters in the
|
#. Create an update strategy by specifying settings for the parameters in the
|
||||||
Create Strategy dialog box.
|
Create Strategy dialog box.
|
||||||
|
|
||||||
**Description** field
|
**Description**
|
||||||
Provides information about current alarms, including whether an alarm
|
Provides information about current alarms, including whether an alarm
|
||||||
is Management Affecting.
|
is Management Affecting.
|
||||||
|
|
||||||
@ -172,7 +172,7 @@ status before creating a update strategy.
|
|||||||
|
|
||||||
#. To abort the update, click the **Abort Strategy** button.
|
#. To abort the update, click the **Abort Strategy** button.
|
||||||
|
|
||||||
- While a update-strategy is being applied, it can be aborted. This
|
- While an update-strategy is being applied, it can be aborted. This
|
||||||
results in:
|
results in:
|
||||||
|
|
||||||
- The current step being allowed to complete.
|
- The current step being allowed to complete.
|
||||||
@ -181,14 +181,14 @@ status before creating a update strategy.
|
|||||||
attempt to unlock any hosts that were locked.
|
attempt to unlock any hosts that were locked.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
If a update strategy is aborted after hosts were locked, but before
|
If an update strategy is aborted after hosts were locked, but before
|
||||||
they were updated, the hosts will not be unlocked, as this would result
|
they were updated, the hosts will not be unlocked, as this would result
|
||||||
in the updates being installed. You must either install the updates on
|
in the updates being installed. You must either install the updates on
|
||||||
the hosts or remove the updates before unlocking the hosts.
|
the hosts or remove the updates before unlocking the hosts.
|
||||||
|
|
||||||
#. Delete the update strategy.
|
#. Delete the update strategy.
|
||||||
|
|
||||||
After a update strategy has been applied \(or aborted\) it must be deleted
|
After an update strategy has been applied \(or aborted\) it must be deleted
|
||||||
before another update strategy can be created. If a update strategy
|
before another update strategy can be created. If an update strategy
|
||||||
application fails, you must address the issue that caused the failure, then
|
application fails, you must address the issue that caused the failure, then
|
||||||
delete and re-create the strategy before attempting to apply it again.
|
delete and re-create the strategy before attempting to apply it again.
|
||||||
|
@ -61,6 +61,10 @@ The following elements form part of the software update environment:
|
|||||||
This records user actions that involve software updates, performed
|
This records user actions that involve software updates, performed
|
||||||
using either the CLI or the REST API.
|
using either the CLI or the REST API.
|
||||||
|
|
||||||
|
**patching-insvc.log**
|
||||||
|
This records the execution of patch scripts while in-service patches are
|
||||||
|
applied.
|
||||||
|
|
||||||
The overall flow for installing a software update from the command line
|
The overall flow for installing a software update from the command line
|
||||||
interface on a working |prod| cluster is the following:
|
interface on a working |prod| cluster is the following:
|
||||||
|
|
||||||
|
@ -11,9 +11,8 @@ versions of software updates once newer versions have been committed.
|
|||||||
|
|
||||||
The :command:`sw-patch commit` command allows you to “commit” a set of software
|
The :command:`sw-patch commit` command allows you to “commit” a set of software
|
||||||
updates, which effectively locks down those updates and makes them unremovable.
|
updates, which effectively locks down those updates and makes them unremovable.
|
||||||
In doing so, |prod-long| is then able to delete package files with lower
|
In doing so, |prod-long| is able to free up the disk space in patch storage and
|
||||||
versions from the storage and repo, keeping only the highest version of each
|
the software repo.
|
||||||
package in the committed software update set.
|
|
||||||
|
|
||||||
.. caution::
|
.. caution::
|
||||||
This action is irreversible.
|
This action is irreversible.
|
||||||
|
@ -50,10 +50,10 @@ the |prod| software:
|
|||||||
|
|
||||||
.. _software-updates-and-upgrades-software-updates-ol-kxm-wgv-njb:
|
.. _software-updates-and-upgrades-software-updates-ol-kxm-wgv-njb:
|
||||||
|
|
||||||
#. **RPM Software Updates**
|
#. **Software Updates**
|
||||||
|
|
||||||
These software updates deliver |prod| software updates containing RPMs for
|
These software updates deliver |prod| software updates containing ostree
|
||||||
updating the |prod| software running directly on the hosts.
|
commits for updating the |prod| software running directly on the hosts.
|
||||||
|
|
||||||
Software updates can be installed manually or by the Update Orchestrator
|
Software updates can be installed manually or by the Update Orchestrator
|
||||||
which automates a rolling install of an update across all of the
|
which automates a rolling install of an update across all of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user