public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH] ha: Correct in-text references to Available HA Rule Types
@ 2025-09-02 11:48 abobakr mohammed
  2025-09-02 12:21 ` Daniel Kral
  0 siblings, 1 reply; 3+ messages in thread
From: abobakr mohammed @ 2025-09-02 11:48 UTC (permalink / raw)
  To: pve-devel

Corrected the descriptions of affinity rules in Table 2 (they were previously reversed).
Changed "seperate" to "negative".

Signed-off-by: abobakr mohammed <a.mohammed@proxmox.com>
---
 ha-manager.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ha-manager.adoc b/ha-manager.adoc
index f16cfbb..ea477cc 100644
--- a/ha-manager.adoc
+++ b/ha-manager.adoc
@@ -693,8 +693,8 @@ include::ha-rules-opts.adoc[]
 | `node-affinity`     | Places affinity from one or more HA resources to one or
 more nodes.
 | `resource-affinity` | Places affinity between two or more HA resources. The
-affinity `positive` specifies that HA resources are to be kept on separate
-nodes, while the affinity `separate` specifies that HA resources are to be kept
+affinity `negative` specifies that HA resources are to be kept on separate
+nodes, while the affinity `positive` specifies that HA resources are to be kept
 on the same node.
 |===========================================================
 
-- 
2.47.2


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [pve-devel] [PATCH] ha: Correct in-text references to Available HA Rule Types
  2025-09-02 11:48 [pve-devel] [PATCH] ha: Correct in-text references to Available HA Rule Types abobakr mohammed
@ 2025-09-02 12:21 ` Daniel Kral
  2025-09-02 12:26   ` Shannon Sterz
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Kral @ 2025-09-02 12:21 UTC (permalink / raw)
  To: Proxmox VE development discussion; +Cc: pve-devel

On Tue Sep 2, 2025 at 1:48 PM CEST, abobakr mohammed wrote:
> Corrected the descriptions of affinity rules in Table 2 (they were previously reversed).
> Changed "seperate" to "negative".
>
> Signed-off-by: abobakr mohammed <a.mohammed@proxmox.com>

Thanks for spotting this and sending a patch!

A few small points:

The PATCH in the subject line should be "PATCH pve-docs" or just
"PATCH docs", so everyone knows which repository it belongs to ;). You
can do that by using

    git format-patch --subject-prefix="PATCH docs" -v2 ...

when formatting the patch. We usually use only lowercase for the subject
line too, but that's more nit-picking from my side.

The commit message should be imperative (e.g. "Change X to Y" instead of
"Changes/Changed X to Y") and the line length must not be longer than 72
characters. See [0] for more information.

[0] https://pve.proxmox.com/wiki/Developer_Documentation#Commits_and_Commit_Messages

With those addressed, consider this as:

Reviewed-by: Daniel Kral <d.kral@proxmox.com>


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [pve-devel] [PATCH] ha: Correct in-text references to Available HA Rule Types
  2025-09-02 12:21 ` Daniel Kral
@ 2025-09-02 12:26   ` Shannon Sterz
  0 siblings, 0 replies; 3+ messages in thread
From: Shannon Sterz @ 2025-09-02 12:26 UTC (permalink / raw)
  To: Proxmox VE development discussion; +Cc: pve-devel

On Tue Sep 2, 2025 at 2:21 PM CEST, Daniel Kral wrote:
> On Tue Sep 2, 2025 at 1:48 PM CEST, abobakr mohammed wrote:
>> Corrected the descriptions of affinity rules in Table 2 (they were previously reversed).
>> Changed "seperate" to "negative".
>>
>> Signed-off-by: abobakr mohammed <a.mohammed@proxmox.com>
>
> Thanks for spotting this and sending a patch!
>
> A few small points:
>
> The PATCH in the subject line should be "PATCH pve-docs" or just
> "PATCH docs", so everyone knows which repository it belongs to ;). You
> can do that by using
>
>     git format-patch --subject-prefix="PATCH docs" -v2 ...
>
> when formatting the patch. We usually use only lowercase for the subject
> line too, but that's more nit-picking from my side.

actually, you may prefer to put that into the repos `.git/config` file
like so:

```
[format]
	subjectprefix = PATCH docs
	signoff = true
```

`git format-patch` will then always add a sign off line and the correct
subject line. safes time and you can't accidentally forget to do it :)

>
> The commit message should be imperative (e.g. "Change X to Y" instead of
> "Changes/Changed X to Y") and the line length must not be longer than 72
> characters. See [0] for more information.
>
> [0] https://pve.proxmox.com/wiki/Developer_Documentation#Commits_and_Commit_Messages
>
> With those addressed, consider this as:
>
> Reviewed-by: Daniel Kral <d.kral@proxmox.com>
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-09-02 12:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-02 11:48 [pve-devel] [PATCH] ha: Correct in-text references to Available HA Rule Types abobakr mohammed
2025-09-02 12:21 ` Daniel Kral
2025-09-02 12:26   ` Shannon Sterz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal