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.
This commit is contained in:
committed by
Wolfgang Bumiller
parent
f189504ccb
commit
663510b86d
@ -3,4 +3,5 @@
|
||||
.PHONY: install
|
||||
install:
|
||||
install -D -m 0644 Disks.pm ${DESTDIR}${PERLDIR}/PVE/API2/Disks.pm
|
||||
install -D -m 0644 StorageReplication.pm ${DESTDIR}${PERLDIR}/PVE/API2/StorageReplication.pm
|
||||
make -C Storage install
|
||||
|
||||
Reference in New Issue
Block a user