[pve-devel] [RFC pve-storage 0/7] This is the implementation for storage asyncorn replica in the storage lib.

Wolfgang Link w.link at proxmox.com
Wed Apr 12 12:41:19 CEST 2017


This patch serie will include storage asyncron replica.

Wolfgang Link (7):
  Add ip parameter in zfs_request to execute on remote host.
  Make volume_snapshot_delete on remote nodes.
  Make volume_snapshot_delete on remote nodes.
  Add replicate as new storage feature.
  This patch will include storage asynchronous replication.
  Include incremental zfs send in storage_migrate.
  include pve-replica cronjob.

 Makefile                       |  17 +-
 PVE/API2/Makefile              |   1 +
 PVE/API2/StorageReplication.pm |  56 +++++
 PVE/CLI/Makefile               |   2 +-
 PVE/CLI/pvesr.pm               | 178 ++++++++++++++
 PVE/Makefile                   |   1 +
 PVE/ReplicationTools.pm        | 546 +++++++++++++++++++++++++++++++++++++++++
 PVE/Storage.pm                 |  16 +-
 PVE/Storage/Plugin.pm          |   2 +-
 PVE/Storage/ZFSPoolPlugin.pm   |  45 ++--
 conffiles                      |   2 +
 pve-replica                    |   3 +
 pvesr                          |   8 +
 13 files changed, 847 insertions(+), 30 deletions(-)
 create mode 100644 PVE/API2/StorageReplication.pm
 create mode 100644 PVE/CLI/pvesr.pm
 create mode 100644 PVE/ReplicationTools.pm
 create mode 100644 conffiles
 create mode 100644 pve-replica
 create mode 100644 pvesr

-- 
2.1.4





More information about the pve-devel mailing list