]> git.proxmox.com Git - pve-docs.git/blobdiff - pvesr.adoc
html: avoid horizontal overflows, break-word and limit image width
[pve-docs.git] / pvesr.adoc
index ef049d7ca2ea6376c04dc48c48cffb5a367f528a..72cea4a7e7a662a139712e13313d72889a471dc9 100644 (file)
@@ -66,8 +66,9 @@ replicate this guest to the configured nodes.
 High-Availability is allowed in combination with storage replication, but it
 has the following implications:
 
-* redistributing services after a more preferred node comes online will lead
-  to errors.
+* as live-migrations are currently not possible, redistributing services after
+  a more preferred node comes online does not work. Keep that in mind when
+  configuring your HA groups and their priorities for replicated guests.
 
 * recovery works, but there may be some data loss between the last synced
   time and the time a node failed.
@@ -145,15 +146,15 @@ Examples:
 [width="100%",options="header"]
 |==============================================================================
 |Schedule String       |Alternative            |Meaning
-|mon,tue,wed,thu,fri   |mon..fri               |All working days at 0:00
-|sat,sun               |sat..sun               |Only on weekend at 0:00
+|mon,tue,wed,thu,fri   |mon..fri               |Every working day at 0:00
+|sat,sun               |sat..sun               |Only on weekends at 0:00
 |mon,wed,fri           |--                     |Only on Monday, Wednesday and Friday at 0:00
-|12:05                 |12:05                  |All weekdays at 12:05 PM
-|*/5                   |0/5                    |Every day all five minutes
+|12:05                 |12:05                  |Every day at 12:05 PM
+|*/5                   |0/5                    |Every five minutes
 |mon..wed 30/10                |mon,tue,wed 30/10      |Monday, Tuesday, Wednesday 30, 40 and 50 minutes after every full hour
-|mon..fri 8..17,22:0/15        |--                     |All working days every 15 minutes between 8 AM and 6 PM and between 10 PM and 11 PM
+|mon..fri 8..17,22:0/15        |--                     |Every working day every 15 minutes between 8 AM and 6 PM and between 10 PM and 11 PM
 |fri 12..13:5/20       |fri 12,13:5/20         |Friday at 12:05, 12:25, 12:45, 13:05, 13:25 and 13:45
-|12,14,16,18,20,22:5   |12/2:5                 |Every day starting at 12:05 until 22:05 all 2 hours
+|12,14,16,18,20,22:5   |12/2:5                 |Every day starting at 12:05 until 22:05, every 2 hours
 |*                     |*/1                    |Every minute (minimum interval)
 |==============================================================================
 
@@ -214,7 +215,7 @@ to Node B manually.
 
 WARNING: If expected votes are set avoid changes which affect the cluster
 (for example adding/removing nodes, storages, virtual guests)  at all costs.
-Only use it to get vital guests up and running again or to resolve to quorum
+Only use it to get vital guests up and running again or to resolve the quorum
 issue itself.
 
 - move both guest configuration files form the origin node A to node B:
@@ -236,7 +237,7 @@ Remember to replace the VMIDs and node names with your respective values.
 Managing Jobs
 -------------
 
-[thumbnail="gui-qemu-add-replication-job.png"]
+[thumbnail="screenshot/gui-qemu-add-replication-job.png"]
 
 You can use the web GUI to create, modify and remove replication jobs
 easily. Additionally the command line interface (CLI) tool `pvesr` can be
@@ -260,7 +261,7 @@ This ID must only be specified manually if the CLI tool is used.
 Command Line Interface Examples
 -------------------------------
 
-Create a replication job which will run all 5 minutes with limited bandwidth of
+Create a replication job which will run every 5 minutes with limited bandwidth of
 10 mbps (megabytes per second) for the guest with guest ID 100.
 
 ----