]> git.proxmox.com Git - pve-docs.git/commitdiff
cluster: migration: use back-ticked insecure when referring to the setting
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 17 Nov 2021 13:05:01 +0000 (14:05 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Nov 2021 14:33:02 +0000 (15:33 +0100)
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
pvecm.adoc

index 26b52cf26f0b7de08f25562ce0d38f54b65157de..48c3927cb17ec1791e62106985854141fc64f8bd 100644 (file)
@@ -1273,7 +1273,7 @@ Migration Type
 
 The migration type defines if the migration data should be sent over an
 encrypted (`secure`) channel or an unencrypted (`insecure`) one.
-Setting the migration type to insecure means that the RAM content of a
+Setting the migration type to `insecure` means that the RAM content of a
 virtual guest is also transferred unencrypted, which can lead to
 information disclosure of critical data from inside the guest (for
 example, passwords or encryption keys).
@@ -1286,7 +1286,7 @@ NOTE: Storage migration does not follow this setting. Currently, it
 always sends the storage content over a secure channel.
 
 Encryption requires a lot of computing power, so this setting is often
-changed to "unsafe" to achieve better performance. The impact on
+changed to `insecure` to achieve better performance. The impact on
 modern systems is lower because they implement AES encryption in
 hardware. The performance impact is particularly evident in fast
 networks, where you can transfer 10 Gbps or more.