Skip to content

Commit

Permalink
Enhance docs for backup and software center
Browse files Browse the repository at this point in the history
- Clarify restrictions on restoring to specific cluster nodes in
  backup.rst.
- Update software_center.rst to detail cloning limitations due to
  application policies, resource constraints, or exclusive resource
  requirements.
- Add a reference for selective content restore in backup.rst.
  • Loading branch information
DavidePrincipi committed Dec 19, 2024
1 parent c552e59 commit 23cfb50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion backup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,14 @@ available.
app`` checkbox becomes visible. If enabled, the existing instance will
be removed upon restore.
* Select an older backup snapshot if the latest one is not preferable.
* Select the target node.
* Select the target node. Note that in some cases, restoring to certain
cluster nodes may be restricted due to application policies or node
resource limitations.
* Click on the :guilabel:`Restore` button.


.. _selective-content-restore:

Selective content restore
=========================

Expand Down
10 changes: 5 additions & 5 deletions software_center.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@ source one.

The cluster node where the destination instance runs can be the same as
the source instance. Generally, there should be no limitation on running
multiple application instances on the same node. In some cases, the
services provided by the instance might require exclusive access to a
particular system resource, such as binding a fixed TCP port number. In
this case starting additional instances of the same service becomes
impossible.
multiple application instances on the same node. However, in some cases,
cloning to certain cluster nodes may be restricted due to application
policies, node resource limitations, or because the instance requires
exclusive access to a system resource, such as binding a fixed TCP port
number.

In a nutshell the clone procedure:

Expand Down

0 comments on commit 23cfb50

Please sign in to comment.