[pve-devel] [PATCH guest-common] abstractconfig: add prototype for get_volumes_backup_status
Aaron Lauterer
a.lauterer at proxmox.com
Thu Jan 16 14:00:30 CET 2020
Signed-off-by: Aaron Lauterer <a.lauterer at 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
More information about the pve-devel
mailing list