]> git.proxmox.com Git - pve-manager.git/commit - PVE/API2/ReplicationConfig.pm
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)
commitf9d38c545c357a7f9cdba5323d3906e230c3aa93
tree43555dac52f8c6c26ee097d8841f92f965a588d3
parent3c54bc912be65b2d15329bfeb69cfc1126d64036
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