]> git.proxmox.com Git - pve-docs.git/blobdiff - pvenode.1-synopsis.adoc
pveum: improve tfa section
[pve-docs.git] / pvenode.1-synopsis.adoc
index 4c49df2ce29adef69f1d27f4f248db47fa3639ec..ae7d4b24f630b1ab20d91578fcbedb50c1a9be2c 100644 (file)
@@ -101,10 +101,14 @@ Overwrite existing custom or ACME certificate files.
 
 Restart pveproxy.
 
-*pvenode config get*
+*pvenode config get* `[OPTIONS]`
 
 Get node configuration options.
 
+`--property` `<acme | description | startall-onboot-delay | wakeonlan>` ('default =' `all`)::
+
+Return only a specific property from the node configuration.
+
 *pvenode config set* `[OPTIONS]`
 
 Set node configuration options.
@@ -125,6 +129,10 @@ Node description/comment.
 
 Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
 
+`--startall-onboot-delay` `<integer> (0 - 300)` ('default =' `0`)::
+
+Initial delay in seconds, before starting all the Virtual Guests with on-boot enabled.
+
 `--wakeonlan` `<string>` ::
 
 MAC address for wake on LAN
@@ -159,15 +167,16 @@ Only consider Guests with these IDs.
 
 *pvenode startall* `[OPTIONS]`
 
-Start all VMs and containers (when onboot=1).
+Start all VMs and containers located on this node (by default only those
+with onboot=1).
 
-`--force` `<boolean>` ::
+`--force` `<boolean>` ('default =' `off`)::
 
-force if onboot=0.
+Issue start command even if virtual guest have 'onboot' not set or set to off.
 
 `--vms` `<string>` ::
 
-Only consider Guests with these IDs.
+Only consider guests from this comma separated list of VMIDs.
 
 *pvenode stopall* `[OPTIONS]`