]> git.proxmox.com Git - pve-manager-legacy.git/commit
PVE::API2::ReplicationConfig - implement delete
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 29 May 2017 06:37:38 +0000 (08:37 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 31 May 2017 06:23:47 +0000 (08:23 +0200)
commit20698b5604af31188518495f58d5951093f0d6aa
tree17aafd9356b1d6a22cd1fb56cd3a8cf34c1bd5b6
parentfdb3516b4a6adede5d161f112b0fc9f89fdb0afb
PVE::API2::ReplicationConfig - implement delete

We just set the remove_job property in the configuration. Actual removal
is done asynchronous inside replicate().
PVE/API2/ReplicationConfig.pm
PVE/CLI/pvesr.pm
PVE/Replication.pm