Signed-off-by: Aaron Lauterer <a.laute...@proxmox.com> --- PVE/AbstractConfig.pm | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/PVE/AbstractConfig.pm b/PVE/AbstractConfig.pm index a94a379..c4457d5 100644 --- a/PVE/AbstractConfig.pm +++ b/PVE/AbstractConfig.pm @@ -366,6 +366,13 @@ sub get_replicatable_volumes { die "implement me - abstract method\n"; } +# Returns whether the guests volumes are included in a vzdump job +sub get_volumes_backup_status { + my ($class, $conf) = @_; + + die "implement me - abstract method\n"; +} + # Internal snapshots # NOTE: Snapshot create/delete involves several non-atomic -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel