Add logic for processing delta copy backup types
This commit is contained in:
parent
03a33646d6
commit
98b27d647e
@ -67,7 +67,8 @@ class BackupReportsXoPlugin {
|
|||||||
// Ignore call if it's not a Backup a Snapshot or a Disaster Recovery.
|
// Ignore call if it's not a Backup a Snapshot or a Disaster Recovery.
|
||||||
if (call.method !== 'vm.rollingBackup' &&
|
if (call.method !== 'vm.rollingBackup' &&
|
||||||
call.method !== 'vm.rollingSnapshot' &&
|
call.method !== 'vm.rollingSnapshot' &&
|
||||||
call.method !== 'vm.rollingDrCopy') {
|
call.method !== 'vm.rollingDrCopy' &&
|
||||||
|
call.method !== 'vm.deltaCopy') {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user