]> git.proxmox.com Git - pve-docs.git/blobdiff - pvenode.1-synopsis.adoc
update static files
[pve-docs.git] / pvenode.1-synopsis.adoc
index 46ad2b695c714a2f998214a929dccb926f618589..1b3a704d0a88af7e93aea21ba7dc06168eb5eea2 100644 (file)
@@ -137,4 +137,40 @@ Shows help for a specific command
 
 Verbose output format.
 
+*pvenode migrateall* `<target>` `[OPTIONS]`
+
+Migrate all VMs and Containers.
+
+`<target>`: `<string>` ::
+
+Target node.
+
+`--maxworkers` `<integer> (1 - N)` ::
+
+Maximal number of parallel migration job. If not set use 'max_workers' from datacenter.cfg, one of both must be set!
+
+`--vms` `<string>` ::
+
+Only consider Guests with these IDs.
+
+*pvenode startall* `[OPTIONS]`
+
+Start all VMs and containers (when onboot=1).
+
+`--force` `<boolean>` ::
+
+force if onboot=0.
+
+`--vms` `<string>` ::
+
+Only consider Guests with these IDs.
+
+*pvenode stopall* `[OPTIONS]`
+
+Stop all VMs and Containers.
+
+`--vms` `<string>` ::
+
+Only consider Guests with these IDs.
+