From 5b0a28840911971167df5de18a7ac7a87c615dc3 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:41:01 +0300 Subject: [PATCH] pvenode-config: add page (#23147) --- pages/linux/pvenode-config.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/pvenode-config.md diff --git a/pages/linux/pvenode-config.md b/pages/linux/pvenode-config.md new file mode 100644 index 0000000000..733dcf9415 --- /dev/null +++ b/pages/linux/pvenode-config.md @@ -0,0 +1,24 @@ +# pvenode config + +> Get and set node configuration. +> More information: . + +- Display the whole configuration located in `/etc/pve/nodes/node_name/config`: + +`pvenode {{[co|config]}} {{[g|get]}}` + +- Display a specific property: + +`pvenode {{[co|config]}} {{[g|get]}} --property {{property_name}}` + +- Set the node description shown in the "Notes" tab: + +`pvenode {{[co|config]}} {{[s|set]}} --description {{description_text}}` + +- Set the location information of a node: + +`pvenode {{[co|config]}} {{[s|set]}} --location latitude={{latitude}},longitude={{longitude}}` + +- Delete a setting: + +`pvenode {{[co|config]}} {{[s|set]}} --delete {{property_name}}`