From: Daniel Kral <d.kral@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH docs 1/2] ha-manager: reword ha resources section
Date: Mon, 4 May 2026 13:11:54 +0200 [thread overview]
Message-ID: <20260504111159.183163-2-d.kral@proxmox.com> (raw)
In-Reply-To: <20260504111159.183163-1-d.kral@proxmox.com>
Focus on the introduction of the HA resource concept first and what an
HA resource represents in the broader Proxmox VE context, while
introducing the service ID only in a later chapter.
Remove the comparison with `rgmanager` as it's quite dated already and
seemingly unused as it seems to be replaced by pacemaker in newer
versions of RHEL.
Signed-off-by: Daniel Kral <d.kral@proxmox.com>
---
ha-manager.adoc | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
diff --git a/ha-manager.adoc b/ha-manager.adoc
index a1b2210..6bf4e69 100644
--- a/ha-manager.adoc
+++ b/ha-manager.adoc
@@ -126,18 +126,14 @@ the linux kernel software watchdog (`softdog`).
Resources
---------
-We call the primary management unit handled by `ha-manager` a
-resource. A resource (also called ``service'') is uniquely
-identified by a service ID (SID), which consists of the resource type
-and a type specific ID, for example `vm:100`. That example would be a
-resource of type `vm` (virtual machine) with the ID 100.
-
-For now we have two important resources types - virtual machines and
-containers. One basic idea here is that we can bundle related software
-into such a VM or container, so there is no need to compose one big
-service from other services, as was done with `rgmanager`. In
-general, a HA managed resource should not depend on other resources.
+The HA Manager's primary management unit is called an HA resource (or
+``HA service''). Currently, an HA resource can be either a Virtual
+Machine (VM) or Linux Containers (CT).
+Each HA resource is uniquely identified by a service ID (`sid`), which
+consists of the resource type and a type-specific ID, which is the VMID
+for VMs and containers. For example, for the VM with VMID `100`, the
+service ID is `vm:100`.
Management Tasks
----------------
--
2.47.3
next prev parent reply other threads:[~2026-05-04 11:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-04 11:11 [PATCH docs 0/2] add requirements for HA-managed resources Daniel Kral
2026-05-04 11:11 ` Daniel Kral [this message]
2026-05-04 11:11 ` [PATCH docs 2/2] ha-manager: add requirements for ha-managed vms and containers Daniel Kral
2026-05-04 18:40 ` applied: [PATCH docs 0/2] add requirements for HA-managed resources Thomas Lamprecht
2026-05-05 7:34 ` Daniel Kral
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260504111159.183163-2-d.kral@proxmox.com \
--to=d.kral@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.