pvers.adoc: improve wording

This commit is contained in:
Dietmar Maurer 2017-06-28 09:49:00 +02:00
parent 236bec37f4
commit 45c218cfb9

View File

@ -23,13 +23,15 @@ Storage Replication
:pve-toplevel: :pve-toplevel:
endif::manvolnum[] endif::manvolnum[]
The {PVE} storage replication tool (`pvesr`) manage the Proxmox VE Storage Based Replication. The `pvesr` command line tool manages the {PVE} storage replication
Storage Replication bring guest redundancy for local storage's, framework. Storage replication brings redundancy for guests using
reduce the migration time and will only replicate new data. local storage's and reduces migration time when you migrate a guest.
It will replicate the vdisk of guest to an other node this make that data available It replicates virtual disks to another node so that all data is
without using shared/distributed storage. So in case of a node failure your guest data still available available without using shared storage. Replication uses storage
on the replicated node. snapshots to minimize traffic sent over the network. New data is sent
incrementally after the initial sync. In the case of a node failure,
your guest data is still available on the replicated node.
The minimal replication interval are 1 minute and the maximal interval is once a week. The minimal replication interval are 1 minute and the maximal interval is once a week.
Interval schedule format is a subset of `systemd` calendar events. Interval schedule format is a subset of `systemd` calendar events.