]> git.proxmox.com Git - pve-storage.git/commit - PVE/API2/StorageReplication.pm
This patch will include storage asynchronous replication.
authorWolfgang Link <w.link@proxmox.com>
Mon, 24 Apr 2017 15:15:31 +0000 (17:15 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 28 Apr 2017 08:05:27 +0000 (10:05 +0200)
commit663510b86db732b0febf9390a615020e0ee0355b
tree0bb18bfcfa789aa2a942ace0f041f004fb9038cc
parentf189504ccb982f03d3ae38a457d12ff58c148ebd
This patch will include storage asynchronous replication.

It is possible to synchronise a volume to an other node in a defined interval.
So if a node fail there will be an copy of the volumes from a VM
on an other node.
With this copy it is possible to start the VM on this node.
Makefile
PVE/API2/Makefile
PVE/API2/StorageReplication.pm [new file with mode: 0644]
PVE/CLI/Makefile
PVE/CLI/pvesr.pm [new file with mode: 0644]
PVE/Makefile
PVE/ReplicationTools.pm [new file with mode: 0644]
pvesr [new file with mode: 0644]