all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH backup/cluster 0/2] docs: Improve documentation for location
@ 2026-07-07 12:21 Maximiliano Sandoval
  2026-07-07 12:21 ` [PATCH backup 1/2] docs: document node.cfg's location Maximiliano Sandoval
  2026-07-07 12:21 ` [PATCH cluster 2/2] docs: Add verbose_description for location Maximiliano Sandoval
  0 siblings, 2 replies; 3+ messages in thread
From: Maximiliano Sandoval @ 2026-07-07 12:21 UTC (permalink / raw)
  To: pve-devel

Notes:
 - Suggestions are welcome for an example for PBS docs
 - Ideally the widget should have an onlineHelp


proxmox-backup:

Maximiliano Sandoval (1):
  docs: document node.cfg's location

 docs/config/node/format.rst | 3 +++
 1 file changed, 3 insertions(+)


pve-cluster:

Maximiliano Sandoval (1):
  docs: Add verbose_description for location

 src/PVE/DataCenterConfig.pm | 1 +
 1 file changed, 1 insertion(+)


Summary over all repositories:
  2 files changed, 4 insertions(+), 0 deletions(-)

-- 
Generated by murpp 0.12.0




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

* [PATCH backup 1/2] docs: document node.cfg's location
  2026-07-07 12:21 [PATCH backup/cluster 0/2] docs: Improve documentation for location Maximiliano Sandoval
@ 2026-07-07 12:21 ` Maximiliano Sandoval
  2026-07-07 12:21 ` [PATCH cluster 2/2] docs: Add verbose_description for location Maximiliano Sandoval
  1 sibling, 0 replies; 3+ messages in thread
From: Maximiliano Sandoval @ 2026-07-07 12:21 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 docs/config/node/format.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/config/node/format.rst b/docs/config/node/format.rst
index f5ad5d813..62dc1f613 100644
--- a/docs/config/node/format.rst
+++ b/docs/config/node/format.rst
@@ -26,6 +26,8 @@ The file contains these options:
 
 :task-log-max-days: Maximum days to keep task logs.
 
+:location: The location of the cluster. Used by the Datacenter Manager, for example, for its map widget.
+
 For example:
 
 ::
@@ -43,6 +45,7 @@ For example:
   default-lang: en
   description: Primary PBS instance
   task-log-max-days: 30
+  location: latitude=48.208477,longitude=16.373677
 
 
 You can use the ``proxmox-backup-manager node`` command to manipulate
-- 
2.47.3





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

* [PATCH cluster 2/2] docs: Add verbose_description for location
  2026-07-07 12:21 [PATCH backup/cluster 0/2] docs: Improve documentation for location Maximiliano Sandoval
  2026-07-07 12:21 ` [PATCH backup 1/2] docs: document node.cfg's location Maximiliano Sandoval
@ 2026-07-07 12:21 ` Maximiliano Sandoval
  1 sibling, 0 replies; 3+ messages in thread
From: Maximiliano Sandoval @ 2026-07-07 12:21 UTC (permalink / raw)
  To: pve-devel

it is interesting to expand on where such a feature is used.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 src/PVE/DataCenterConfig.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/PVE/DataCenterConfig.pm b/src/PVE/DataCenterConfig.pm
index 004122e..cd8aeb0 100644
--- a/src/PVE/DataCenterConfig.pm
+++ b/src/PVE/DataCenterConfig.pm
@@ -549,6 +549,7 @@ my $datacenter_schema = {
             type => 'string',
             format => 'pve-node-location',
             description => "The location of the cluster.",
+            verbose_description => "The location of the cluster. Used by the Datacenter Manager, for example, for its map widget.",
             optional => 1,
         },
     },
-- 
2.47.3





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

end of thread, other threads:[~2026-07-07 12:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-07 12:21 [PATCH backup/cluster 0/2] docs: Improve documentation for location Maximiliano Sandoval
2026-07-07 12:21 ` [PATCH backup 1/2] docs: document node.cfg's location Maximiliano Sandoval
2026-07-07 12:21 ` [PATCH cluster 2/2] docs: Add verbose_description for location Maximiliano Sandoval

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal