]> git.proxmox.com Git - pve-docs.git/blobdiff - qm.1-synopsis.adoc
update static/schema information
[pve-docs.git] / qm.1-synopsis.adoc
index b9189d1c2a66107c5cc116c18e085e8424bf5182..e49665be8d25ae1e130c892eb0c1e013b7f74ab7 100644 (file)
@@ -129,7 +129,7 @@ Enable/disable ACPI.
 
 `--affinity` `<string>` ::
 
-List of host cores used to execute guest processes.
+List of host cores used to execute guest processes, for example: 0,5,8-11
 
 `--agent` `[enabled=]<1|0> [,fstrim_cloned_disks=<1|0>] [,type=<virtio|isa>]` ::
 
@@ -840,6 +840,43 @@ The (unique) ID of the VM.
 
 Wait maximal timeout seconds for the shutdown.
 
+*qm remote-migrate* `<vmid> [<target-vmid>] <target-endpoint> --target-bridge <string> --target-storage <string>` `[OPTIONS]`
+
+Migrate virtual machine to a remote cluster. Creates a new migration task.
+EXPERIMENTAL feature!
+
+`<vmid>`: `<integer> (1 - N)` ::
+
+The (unique) ID of the VM.
+
+`<target-vmid>`: `<integer> (1 - N)` ::
+
+The (unique) ID of the VM.
+
+`<target-endpoint>`: `apitoken=<A full Proxmox API token including the secret value.> ,host=<Remote Proxmox hostname or IP> [,fingerprint=<Remote host's certificate fingerprint, if not trusted by system store.>] [,port=<integer>]` ::
+
+Remote target endpoint
+
+`--bwlimit` `<integer> (0 - N)` ('default =' `migrate limit from datacenter or storage config`)::
+
+Override I/O bandwidth limit (in KiB/s).
+
+`--delete` `<boolean>` ('default =' `0`)::
+
+Delete the original VM and related data after successful migration. By default the original VM is kept on the source cluster in a stopped state.
+
+`--online` `<boolean>` ::
+
+Use online/live migration if VM is running. Ignored if VM is stopped.
+
+`--target-bridge` `<string>` ::
+
+Mapping from source to target bridges. Providing only a single bridge ID maps all source bridges to that bridge. Providing the special value '1' will map each source bridge to itself.
+
+`--target-storage` `<string>` ::
+
+Mapping from source to target storages. Providing only a single storage ID maps all source storages to that storage. Providing the special value '1' will map each source storage to itself.
+
 *qm rescan*
 
 An alias for 'qm disk rescan'.
@@ -924,7 +961,7 @@ Enable/disable ACPI.
 
 `--affinity` `<string>` ::
 
-List of host cores used to execute guest processes.
+List of host cores used to execute guest processes, for example: 0,5,8-11
 
 `--agent` `[enabled=]<1|0> [,fstrim_cloned_disks=<1|0>] [,type=<virtio|isa>]` ::