[pve-devel] [RFC pve-storage 0/3] Replica impl for the storage lib.

Wolfgang Link w.link at proxmox.com
Mon Apr 3 16:53:39 CEST 2017


This is the implementation for asyncorn replica in the storage lib where the logic is.

Wolfgang Link (3):
  This patch will include storage asyncron replica.
  Include incremental zfs send in storage_migrate.
  include pve-replica cronjob.

 Makefile                               |  17 +-
 PVE/API2/Makefile                      |   1 +
 PVE/API2/ReplicationManager.pm         |  45 +++
 PVE/CLI/Makefile                       |   2 +-
 PVE/CLI/pverepm.pm                     | 154 ++++++++
 PVE/Makefile                           |   1 +
 PVE/ReplicaTools.pm                    | 619 +++++++++++++++++++++++++++++++++
 PVE/Storage.pm                         |  11 +-
 PVE/Storage/Makefile                   |   1 +
 PVE/Storage/Replica/AbstractStorage.pm |  51 +++
 PVE/Storage/Replica/Makefile           |   5 +
 PVE/Storage/Replica/ZFSStorage.pm      | 199 +++++++++++
 conffiles                              |   2 +
 pve-replica                            |   3 +
 pverepm                                |   8 +
 15 files changed, 1113 insertions(+), 6 deletions(-)
 create mode 100644 PVE/API2/ReplicationManager.pm
 create mode 100644 PVE/CLI/pverepm.pm
 create mode 100644 PVE/ReplicaTools.pm
 create mode 100644 PVE/Storage/Replica/AbstractStorage.pm
 create mode 100644 PVE/Storage/Replica/Makefile
 create mode 100644 PVE/Storage/Replica/ZFSStorage.pm
 create mode 100644 conffiles
 create mode 100644 pve-replica
 create mode 100644 pverepm

-- 
2.1.4





More information about the pve-devel mailing list